Skip to content

Commit be0990f

Browse files
committed
Fix format.
1 parent 9388c67 commit be0990f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)