Skip to content

Commit e9fa9ba

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/aks/use-ultra-disks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Create an AKS cluster that can use ultra disks by enabling the `EnableUltraSSD`
4242
4343
You can enable ultra disks on existing clusters by adding a new node pool to your cluster that support ultra disks.
4444
45-
Configure a new node pool to use ultra disks using the [`az aks nodepool add`][az-aks-nodepool-add] command with the `--enable-ultra-ssd` flag.
45+
- Configure a new node pool to use ultra disks using the [`az aks nodepool add`][az-aks-nodepool-add] command with the `--enable-ultra-ssd` flag.
4646
47-
```azurecli
48-
az aks nodepool add --name ultradisk --cluster-name myAKSCluster --resource-group myResourceGroup --node-vm-size Standard_D2s_v3 --zones 1 2 --node-count 2 --enable-ultra-ssd
49-
```
47+
```azurecli
48+
az aks nodepool add --name ultradisk --cluster-name myAKSCluster --resource-group myResourceGroup --node-vm-size Standard_D2s_v3 --zones 1 2 --node-count 2 --enable-ultra-ssd
49+
```
5050
5151
## Use ultra disks dynamically with a storage class
5252

0 commit comments

Comments
 (0)