Skip to content

Commit c8d3ea4

Browse files
committed
Editing pass for consistent formatting
1 parent e9fa9ba commit c8d3ea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/use-ultra-disks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ A storage class is used to define how a unit of storage is dynamically created w
7373
diskMbpsReadWrite: "320" # minimum value: 0.032/GiB
7474
```
7575
76-
2. Create the storage class using the [`kubectl apply`][kubectl-apply] command and specify your *azure-ultra-disk-sc.yaml* file.
76+
2. Create the storage class using the [`kubectl apply`][kubectl-apply] command and specify your `azure-ultra-disk-sc.yaml` file.
7777
7878
```console
7979
kubectl apply -f azure-ultra-disk-sc.yaml
@@ -107,7 +107,7 @@ A persistent volume claim (PVC) is used to automatically provision storage based
107107
108108
The claim requests a disk named `ultra-disk` that is *1000 GB* in size with *ReadWriteOnce* access. The *ultra-disk-sc* storage class is specified as the storage class.
109109
110-
2. Create the persistent volume claim using the [`kubectl apply`][kubectl-apply] command and specify your *azure-ultra-disk-pvc.yaml* file.
110+
2. Create the persistent volume claim using the [`kubectl apply`][kubectl-apply] command and specify your `azure-ultra-disk-pvc.yaml` file.
111111
112112
```console
113113
kubectl apply -f azure-ultra-disk-pvc.yaml

0 commit comments

Comments
 (0)