File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/virtual-machines Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ author: roygara
5
5
ms.service : azure-disk-storage
6
6
ms.custom : devx-track-azurecli, devx-track-azurepowershell
7
7
ms.topic : how-to
8
- ms.date : 11/28/2023
8
+ ms.date : 04/08/2024
9
9
ms.author : rogarana
10
10
---
11
11
@@ -279,7 +279,7 @@ yourDiskID=$(az disk show -n $diskName -g $resourceGroupName --query "id" --outp
279
279
# Create the snapshot
280
280
snapshot=$(az snapshot create -g $resourceGroupName -n $snapshotName --source $yourDiskID --incremental true)
281
281
282
- az disk create -g resourceGroupName -n newDiskName --source $snapshot --logical-sector-size $logicalSectorSize --location $location --zone $zone
282
+ az disk create -g resourceGroupName -n newDiskName --source $snapshot --logical-sector-size $logicalSectorSize --location $location --zone $zone --sku $storageType
283
283
284
284
```
285
285
You can’t perform that action at this time.
0 commit comments