Skip to content

Commit ea5476f

Browse files
committed
update
1 parent 5c75991 commit ea5476f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-local/manage/manage-arc-virtual-machine-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ After creating a data disk, you can expand the data disk to your desired size us
7979
To expand the size of your data disk using Azure CLI, run the following command:
8080

8181
```azurecli
82-
az stack-hci-vm disk update --name $name --resource-group $resource_group --size-gb $size_in_gb
82+
az stack-hci-vm disk update --name "<VM name>" --resource-group "<Resource group name>" --size-gb "<Size in GB>"
8383
```
8484

8585
>[!NOTE]
8686
>
87-
>- The size `--size-gb` you're changing the data disk to can't be the same or less than the original size of the data disk.
87+
>- The size you're changing the data disk to can't be the same or less than the original size of the data disk.
8888
>- The maximum size the disk can expand to depends on the storage capacity of the cluster. Hyper-V also imposes a VHD max of 2TB and VHDx max of 64TB.
8989
9090
Here is a sample output that indicates successful resizing of the data disk:

0 commit comments

Comments
 (0)