Skip to content

Commit 810f929

Browse files
committed
update
1 parent ea5476f commit 810f929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ 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 "<VM name>" --resource-group "<Resource group name>" --size-gb "<Size in GB>"
82+
az stack-hci-vm disk update --name $name --resource-group $resource_group --size-gb $size_in_gb
8383
```
8484

8585
>[!NOTE]

0 commit comments

Comments
 (0)