Skip to content

Commit dc3e77a

Browse files
committed
updated IOPS section
1 parent 059184d commit dc3e77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-premium-v2-disks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Input/Output Operations Per Second (IOPS) and throughput limits for Azure Premiu
179179
The following example updates the disk IOPS read/write to **5000** and Mbps to **200**. For `--resource-group`, the value must be the second resource group automatically created to store the AKS worker nodes with the naming convention *MC_resourcegroupname_clustername_location*. The value for the `--name` parameter is the name of the volume created using the StorageClass, and it starts with `pvc-`. To identify the disk name, you can run `kubectl get pvc` or navigate to the secondary resource group in the portal to find it. See [manage resources from the Azure portal][manage-resources-azure-portal] to learn more.
180180

181181
```azurecli
182-
az disk update --subscription $subscription --resource-group myResourceGroup --name $diskName --disk-iops-read-write=5000 --disk-mbps-read-write=200
182+
az disk update --subscription subscriptionName --resource-group myResourceGroup --name diskName --disk-iops-read-write=5000 --disk-mbps-read-write=200
183183
```
184184

185185
## Using Azure tags

0 commit comments

Comments
 (0)