File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -74,20 +74,20 @@ Follow these steps in the Azure portal for your Azure Local instance:
74
74
75
75
## Expand a data disk
76
76
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.
78
83
79
84
To expand the size of your data disk using Azure CLI, run the following command:
80
85
81
86
``` azurecli
82
87
az stack-hci-vm disk update --name $name --resource-group $resource_group --size-gb $size_in_gb
83
88
```
84
89
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:
91
91
92
92
``` Output
93
93
{
You can’t perform that action at this time.
0 commit comments