Skip to content

Commit 11d73a5

Browse files
authored
Update to present tense in documentation
1 parent fa7c880 commit 11d73a5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/storage/container-storage/use-container-storage-with-managed-disks.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: references_regions
1111

1212
# Use Azure Container Storage with Azure managed disks
1313

14-
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This article shows you how to configure Azure Container Storage to use Azure managed disks as back-end storage for your Kubernetes workloads. At the end, you'll have a pod that's using Azure managed disks as its storage.
14+
[Azure Container Storage](container-storage-introduction.md) is a cloud-based volume management, deployment, and orchestration service built natively for containers. This article shows you how to configure Azure Container Storage to use Azure managed disks as back-end storage for your Kubernetes workloads. At the end, you have a pod that's using Azure managed disks as its storage.
1515

1616
## Prerequisites
1717

@@ -87,7 +87,7 @@ Follow these steps to create a dynamic storage pool for Azure Disks.
8787
kubectl apply -f acstor-storagepool.yaml
8888
```
8989

90-
When storage pool creation is complete, you'll see a message like:
90+
When storage pool creation is complete, you see a message like:
9191

9292
```output
9393
storagepool.containerstorage.azure.com/azuredisk created
@@ -99,7 +99,7 @@ Follow these steps to create a dynamic storage pool for Azure Disks.
9999
kubectl describe sp <storage-pool-name> -n acstor
100100
```
101101

102-
When the storage pool is created, Azure Container Storage will create a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`. Now you can [display the available storage classes](#2-display-the-available-storage-classes) and [create a persistent volume claim](#3-create-a-persistent-volume-claim).
102+
When the storage pool is created, Azure Container Storage creates a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`. Now you can [display the available storage classes](#2-display-the-available-storage-classes) and [create a persistent volume claim](#3-create-a-persistent-volume-claim).
103103

104104
#### Create a pre-provisioned storage pool
105105

@@ -125,7 +125,7 @@ $ az aks show --resource-group <resourceGroup> --name <clusterName> --query "ide
125125
a972fa43-1234-5678-1234-c040eb546ec5
126126
```
127127

128-
1. Grant Contributor role of the disk to the cluster managed identity. Go to: Portal > Your disk > Access control (IAM) > Add role assignment > Select “Contributor role and assign to the identity. It’s not required when your disk is created under AKS managed resource group (Example: MC_myResourceGroup_myAKSCluster_eastus).
128+
1. Grant **Contributor** role of the disk to the cluster managed identity. Go to: Portal > Your disk > Access control (IAM) > Add role assignment, and select **Contributor** role and assign to the identity. It’s not required when your disk is created under AKS managed resource group (Example: MC_myResourceGroup_myAKSCluster_eastus).
129129

130130
1. Find identity of the system node pool
131131

@@ -136,7 +136,7 @@ $ az identity show --resource-group $nodeResourceGroup --output tsv --subscripti
136136
eb25d20f-1234-4ed5-1234-cef16f5bfe93
137137
```
138138

139-
1. Grant Disk Pool Operator role on your disk, to the identity. Go to: Portal > Your Disk > Access control (IAM) > Add role assignment > Select “Disk Pool Operator role and assign to the identity.
139+
1. Grant **Disk Pool Operator** role on your disk, to the identity. Go to: Portal > Your Disk > Access control (IAM) > Add role assignment, and select **Disk Pool Operator** role and assign to the identity.
140140

141141
Follow these steps to create a pre-provisioned storage pool for Azure Disks.
142142

@@ -168,7 +168,7 @@ Follow these steps to create a pre-provisioned storage pool for Azure Disks.
168168
kubectl apply -f acstor-storagepool.yaml
169169
```
170170

171-
When storage pool creation is complete, you'll see a message like:
171+
When storage pool creation is complete, you see a message like:
172172

173173
```output
174174
storagepool.containerstorage.azure.com/sp-preprovisioned created
@@ -180,7 +180,7 @@ Follow these steps to create a pre-provisioned storage pool for Azure Disks.
180180
kubectl describe sp <storage-pool-name> -n acstor
181181
```
182182

183-
When the storage pool is created, Azure Container Storage will create a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`. Now you can [display the available storage classes](#2-display-the-available-storage-classes) and [create a persistent volume claim](#3-create-a-persistent-volume-claim).
183+
When the storage pool is created, Azure Container Storage creates a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`. Now you can [display the available storage classes](#2-display-the-available-storage-classes) and [create a persistent volume claim](#3-create-a-persistent-volume-claim).
184184

185185
#### Create a dynamic storage pool using your own encryption key (optional)
186186

@@ -228,7 +228,7 @@ Follow these steps to create a storage pool using your own encryption key. All p
228228
kubectl apply -f acstor-storagepool-cmk.yaml
229229
```
230230

231-
When storage pool creation is complete, you'll see a message like:
231+
When storage pool creation is complete, you see a message like:
232232

233233
```output
234234
storagepool.containerstorage.azure.com/azuredisk created
@@ -240,7 +240,7 @@ Follow these steps to create a storage pool using your own encryption key. All p
240240
kubectl describe sp <storage-pool-name> -n acstor
241241
```
242242

243-
When the storage pool is created, Azure Container Storage will create a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`.
243+
When the storage pool is created, Azure Container Storage creates a storage class on your behalf, using the naming convention `acstor-<storage-pool-name>`.
244244

245245
### 2. Display the available storage classes
246246

@@ -392,7 +392,7 @@ Follow these instructions to expand an existing storage pool for Azure Disks.
392392
```
393393

394394
> [!NOTE]
395-
> If you have two disks in a storage pool with a capacity of 1 TiB each, and you edit the YAML manifest file to read `storage: 4Ti`, both disks will be expanded to 2 TiB when the YAML is applied, giving you a new total capacity of 4 TiB.
395+
> If you have two disks in a storage pool with a capacity of 1 TiB each, and you edit the YAML manifest file to read `storage: 4Ti`, both disks are expanded to 2 TiB when the YAML is applied, giving you a new total capacity of 4 TiB.
396396

397397
1. Apply the YAML manifest file to expand the storage pool.
398398

0 commit comments

Comments
 (0)