Skip to content

Commit 1d47183

Browse files
committed
Improve readability of local NVMe/ACStor guide
1 parent c1cca59 commit 1d47183

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/storage/container-storage/use-container-storage-with-local-disk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@ nodepool1 standard_l8s_v3
6666
6767
## Create and attach generic ephemeral volumes
6868

69-
Follow these steps to create and attach a generic ephemeral volume using Azure Container Storage.
70-
71-
> [!NOTE]
72-
> If you haven't already done so, [install Azure Container Storage](install-container-storage-aks.md).
69+
If you haven't already done so, [install Azure Container Storage.](install-container-storage-aks.md)
7370

71+
Follow these steps to create and attach a generic ephemeral volume using Azure Container Storage.
7472
### 1. Create a storage class
7573

7674
Unlike previous versions that required creating a custom storage pool resource, Azure Container Storage (version 2.x.x) uses standard Kubernetes storage classes.
@@ -178,6 +176,8 @@ While generic ephemeral volumes are recommended for ephemeral storage, Azure Con
178176
179177
### 1. Create a storage class (if not already created)
180178

179+
If you haven't already done so, [install Azure Container Storage.](install-container-storage-aks.md)
180+
181181
If you did not create a storage class that uses local NVMe in the previous section, create one now:
182182

183183
1. Use your favorite text editor to create a YAML manifest file such as `code storageclass.yaml`.

0 commit comments

Comments
 (0)