Skip to content

Commit 758389a

Browse files
Merge pull request #251278 from roygara/fixSnap
Formatting fix
2 parents 7fffbfa + 828adf9 commit 758389a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about incremental snapshots for managed disks, including how
44
author: roygara
55
ms.service: azure-disk-storage
66
ms.topic: how-to
7-
ms.date: 08/17/2023
7+
ms.date: 09/13/2023
88
ms.author: rogarana
99
ms.custom: devx-track-azurepowershell, ignite-fall-2021, devx-track-azurecli, ignite-2022, references_regions, devx-track-arm-template
1010
ms.devlang: azurecli
@@ -141,6 +141,7 @@ You can also use Azure Resource Manager templates to create an incremental snaps
141141
]
142142
}
143143
```
144+
---
144145

145146
## Check snapshot status
146147

@@ -215,8 +216,6 @@ $targetSnapshot=Get-AzSnapshot -ResourceGroupName $resourceGroupName -SnapshotNa
215216
$targetSnapshot.CompletionPercent
216217
```
217218

218-
---
219-
220219
## Check sector size
221220

222221
Snapshots with a 4096 logical sector size can only be used to create Premium SSD v2 or Ultra Disks. They can't be used to create other disk types. Snapshots of disks with 4096 logical sector size are stored as VHDX, whereas snapshots of disks with 512 logical sector size are stored as VHD. Snapshots inherit the logical sector size from the parent disk.

0 commit comments

Comments
 (0)