Skip to content

Commit 17f3cd8

Browse files
committed
Updates.
1 parent 73ec78d commit 17f3cd8

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

articles/virtual-machines/disks-deploy-premium-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deploy a Premium SSD v2 managed disk
33
description: Learn how to deploy a Premium SSD v2.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 02/08/2023
6+
ms.date: 02/22/2023
77
ms.topic: how-to
88
ms.service: storage
99
ms.subservice: disks

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

Lines changed: 5 additions & 5 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: storage
66
ms.topic: how-to
7-
ms.date: 02/13/2023
7+
ms.date: 02/22/2023
88
ms.author: rogarana
99
ms.subservice: disks
1010
ms.custom: devx-track-azurepowershell, ignite-fall-2021, devx-track-azurecli, ignite-2022, references_regions
@@ -87,7 +87,7 @@ New-AzSnapshot -ResourceGroupName $resourceGroupName -SnapshotName $snapshotName
8787
```
8888

8989
> [!IMPORTANT]
90-
> After taking a snapshot of an Premium SSD v2 or an Ultra Disk, you must wait for the snapshot to complete before you can use it. See the [Check status of snapshots or disks](#check-status-of-snapshots-or-disks) section for details.
90+
> After taking a snapshot of a Premium SSD v2 or an Ultra Disk, you must wait for the snapshot to complete before you can use it. See the [Check status of snapshots or disks](#check-status-of-snapshots-or-disks) section for details.
9191
9292
You can identify incremental snapshots from the same disk with the `SourceResourceId` and the `SourceUniqueId` properties of snapshots. `SourceResourceId` is the Azure Resource Manager resource ID of the parent disk. `SourceUniqueId` is the value inherited from the `UniqueId` property of the disk. If you delete a disk and then create a new disk with the same name, the value of the `UniqueId` property changes.
9393

@@ -114,7 +114,7 @@ $incrementalSnapshots
114114
[!INCLUDE [virtual-machines-disks-incremental-snapshots-portal](../../includes/virtual-machines-disks-incremental-snapshots-portal.md)]
115115

116116
> [!IMPORTANT]
117-
> After taking a snapshot of an Premium SSD v2 or an Ultra Disk, you must wait for the snapshot to complete before you can use it. See the [Check status of snapshots or disks](#check-status-of-snapshots-or-disks) section for details.
117+
> After taking a snapshot of a Premium SSD v2 or an Ultra Disk, you must wait for the snapshot to complete before you can use it. See the [Check status of snapshots or disks](#check-status-of-snapshots-or-disks) section for details.
118118
119119
# [Resource Manager Template](#tab/azure-resource-manager)
120120

@@ -152,7 +152,7 @@ You can also use Azure Resource Manager templates to create an incremental snaps
152152
}
153153
```
154154
> [!IMPORTANT]
155-
> After taking a snapshot of an Premium SSD v2 or an Ultra Disk, you must wait for the snapshot to complete before you can use it. See the [Check status of snapshots or disks](#check-status-of-snapshots-or-disks) section for details.
155+
> After taking a snapshot of a Premium SSD v2 or an Ultra Disk, you must wait for the snapshot to complete before you can use it. See the [Check status of snapshots or disks](#check-status-of-snapshots-or-disks) section for details.
156156
157157
---
158158

@@ -240,7 +240,7 @@ $targetSnapshot.CompletionPercent
240240

241241
### Check disk creation status
242242

243-
When creating a disk from either an Premium SSD v2 or an Ultra Disk snapshot, you must wait for the background copy process to complete before you can attach it. Currently, you must use the Azure CLI to check the progress of the copy process.
243+
When creating a disk from either a Premium SSD v2 or an Ultra Disk snapshot, you must wait for the background copy process to complete before you can attach it. Currently, you must use the Azure CLI to check the progress of the copy process.
244244

245245
The following script gives you the status of an individual disk's copy process. The value of `completionPercent` must be 100 before the disk can be attached.
246246

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
author: roygara
66
ms.service: virtual-machines
77
ms.topic: include
8-
ms.date: 02/13/2023
8+
ms.date: 02/17/2023
99
ms.author: rogarana
1010
ms.custom: include file
1111
---
1212

13-
- Not currently available for Premium SSD v2 managed disks.
1413
- Incremental snapshots currently can't be moved between subscriptions.
1514
- You can currently only generate SAS URIs of up to five snapshots of a particular snapshot family at any given time.
1615
- You can't create an incremental snapshot for a particular disk outside of that disk's subscription.
@@ -26,6 +25,6 @@ Incremental snapshots of Premium SSD v2 and Ultra Disks have the following extra
2625
- You must request and receive access to the preview from the following link: [https://aka.ms/UltraPremiumv2SnapshotPreview](https://aka.ms/UltraPremiumv2SnapshotPreview)
2726
- Currently only available in Sweden Central and US West 3.
2827
- 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 either an Premium SSD v2 or 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.
30-
- Incremental snapshots of an Premium SSD v2 or 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.
31-
- Disks created from an incremental snapshot of an Premium SSD v2 or 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.
28+
- When an incremental snapshot of either a Premium SSD v2 or 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.
29+
- Incremental snapshots of a Premium SSD v2 or 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.
30+
- Disks created from an incremental snapshot of a Premium SSD v2 or 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)