Skip to content

Commit 20757bf

Browse files
committed
Use consistent code formatting for technical phrases
1 parent 998aa91 commit 20757bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ csisc-2pkx4 local 1373172Mi aks-storagepool-31410930-vmss000001
292292
csisc-gnmm9 local 1373172Mi aks-storagepool-31410930-vmss000000
293293
```
294294

295-
If you encounter empty capacity output, confirm that a StorageClass for **localdisk.csi.acstor.io** exists. The **csistoragecapacities.storage.k8s.io** resource is only generated after a StorageClass for **localdisk.csi.acstor.io** exists.
295+
If you encounter empty capacity output, confirm that a StorageClass for `localdisk.csi.acstor.io` exists. The `csistoragecapacities.storage.k8s.io` resource is only generated after a StorageClass for `localdisk.csi.acstor.io` exists.
296296

297297
### Expand storage capacity
298298

@@ -308,7 +308,7 @@ az aks nodepool scale --cluster-name <cluster-name> --name <nodepool-name> --res
308308

309309
To clean up storage resources, you must first delete all PersistentVolumeClaims and/or PersistentVolumes. Deleting the Azure Container Storage StorageClass doesn't automatically remove your existing PersistentVolumes/PersistentVolumeClaims.
310310

311-
To delete a storage class named **local**, run the following command:
311+
To delete a storage class named `local`, run the following command:
312312

313313
```azurecli
314314
kubectl delete storageclass local

0 commit comments

Comments
 (0)