Skip to content

Commit 06935bf

Browse files
committed
update
1 parent 810f929 commit 06935bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,20 @@ Follow these steps in the Azure portal for your Azure Local instance:
7474

7575
## Expand a data disk
7676

77-
After creating a data disk, you can expand the data disk to your desired size using Azure CLI.
77+
You can expand an existing data disk to your desired size using Azure CLI.
78+
79+
>[!NOTE]
80+
>
81+
>- The size you're changing the data disk to can't be the same or less than the original size of the data disk.
82+
>- 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.
7883
7984
To expand the size of your data disk using Azure CLI, run the following command:
8085

8186
```azurecli
8287
az stack-hci-vm disk update --name $name --resource-group $resource_group --size-gb $size_in_gb
8388
```
8489

85-
>[!NOTE]
86-
>
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.
88-
>- 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.
89-
90-
Here is a sample output that indicates successful resizing of the data disk:
90+
Here's a sample output that indicates successful resizing of the data disk:
9191

9292
```Output
9393
{

0 commit comments

Comments
 (0)