Skip to content

Commit 2ecdec5

Browse files
committed
Feedback.
1 parent e72ea14 commit 2ecdec5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/virtual-machines/disks-incremental-snapshots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ diskName=yourDiskName
240240
241241
az account set --subscription $subscriptionId
242242
243-
az disk show n $diskName -g $resourceGroupName --query [completionPercent] -o tsv
243+
az disk show -n $diskName -g $resourceGroupName --query [completionPercent] -o tsv
244244
```
245245

246246
## Check sector size
@@ -252,7 +252,7 @@ To determine whether or your Ultra Disk snapshot is a VHDX or a VHD, get the `Lo
252252
The following command displays the logical sector size of a snapshot:
253253

254254
```azurecli
255-
az snapshot show -g resourcegroupname-n snapshotname--query [creationData.logicalSectorSize] -o tsv
255+
az snapshot show -g resourcegroupname -n snapshotname --query [creationData.logicalSectorSize] -o tsv
256256
```
257257

258258
## Next steps

includes/virtual-machines-disks-incremental-snapshots-restrictions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121

2222
### Incremental snapshots of Ultra Disks (preview)
2323

24-
Incremental snapshots of Ultra Disks have the following additional restrictions:
24+
Incremental snapshots of Ultra Disks have the following extra restrictions:
2525

2626
- You must request and receive access to the preview from the following link: [https://aka.ms/UltraPremiumv2SnapshotPreview](https://aka.ms/UltraPremiumv2SnapshotPreview)
2727
- Currently only available in Sweden Central and US West 3.
28-
- Snapshots with a 4096 logical sector size are stored as VHDX and can only be used to create Ultra Disks. They can't be used to create other disk types. To determine what sector size your snapshot has, see [check sector size](#check-sector-size).
29-
- When an incremental snapshot of an Ultra Disk is created, a background copy process for that disk is started. While a background copy is ongoing, you can have up to three total snapshots pending. The process must complete before any additional snapshots of that disk can be created.
28+
- Snapshots with a 512 logical sector size are stored as VHD, and can be used to create any disk type. Snapshots with a 4096 logical sector size are stored as VHDX and can only be used to create Ultra Disks, they can't be used to create other disk types. To determine which sector size your snapshot is, see [check sector size](#check-sector-size).
29+
- When an incremental snapshot of an Ultra Disk is created, a background copy process for that disk is started. While a background copy is ongoing, you can have up to three total snapshots pending. The process must complete before any more snapshots of that disk can be created.
3030
- Incremental snapshots of an Ultra disk can't be used immediately after they're created. The background copy must complete before you can create a disk from the snapshot. See [Check status of snapshots or disks](#check-status-of-snapshots-or-disks) for details.
3131
- Disks created from an incremental snapshot of an Ultra Disk can't be immediately attached to a VM once it's created. The background copy must complete before it can be attached. See [Check disk creation status](#check-disk-creation-status) for details.

0 commit comments

Comments
 (0)