Skip to content

Commit 7573983

Browse files
Merge pull request #229914 from roygara/faqClean
Disk FAQ cleanup
2 parents c0c89aa + 45da814 commit 7573983

13 files changed

+98
-289
lines changed

articles/virtual-machines/disk-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following sections describe each of the options for key management in greate
3131

3232
### Platform-managed keys
3333

34-
By default, managed disks use platform-managed encryption keys. All managed disks, snapshots, images, and data written to existing managed disks are automatically encrypted-at-rest with platform-managed keys.
34+
By default, managed disks use platform-managed encryption keys. All managed disks, snapshots, images, and data written to existing managed disks are automatically encrypted-at-rest with platform-managed keys. Platform-managed keys are managed by Microsoft.
3535

3636
### Customer-managed keys
3737

articles/virtual-machines/disks-copy-incremental-snapshot-across-regions.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to copy an incremental snapshot of a managed disk to a di
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 01/25/2023
7+
ms.date: 04/10/2023
88
ms.author: rogarana
99
ms.subservice: disks
1010
ms.custom: devx-track-azurepowershell, devx-track-azurecli
@@ -25,6 +25,8 @@ This article covers copying an incremental snapshot from one region to another.
2525

2626
- You can copy 100 incremental snapshots in parallel at the same time per subscription per region.
2727
- If you use the REST API, you must use version 2020-12-01 or newer of the Azure Compute REST API.
28+
- You can only copy one incremental snapshot of a particular disk at a time.
29+
- Snapshots must be copied in the order they were created.
2830

2931
## Managed copy
3032

@@ -44,7 +46,13 @@ targetRegion=<validRegion>
4446
sourceSnapshotId=$(az snapshot show -n $sourceSnapshotName -g $resourceGroupName --query [id] -o tsv)
4547
4648
az snapshot create -g $resourceGroupName -n $targetSnapshotName -l $targetRegion --source $sourceSnapshotId --incremental --copy-start
49+
```
50+
51+
### Check copy status
52+
53+
You can check the status of an individual snapshot by checking the `CompletionPercent` property. Replace `$sourceSnapshotName` with the name of your snapshot then run the following command. The value of the property must be 100 before you can use the snapshot for restoring disk or generate a SAS URI for downloading the underlying data.
4754

55+
```azurecli
4856
az snapshot show -n $sourceSnapshotName -g $resourceGroupName --query [completionPercent] -o tsv
4957
```
5058

@@ -74,12 +82,22 @@ $sourceSnapshot=Get-AzSnapshot -ResourceGroupName $resourceGroupName -SnapshotNa
7482
$snapshotconfig = New-AzSnapshotConfig -Location $targetRegion -CreateOption CopyStart -Incremental -SourceResourceId $sourceSnapshot.Id
7583
7684
New-AzSnapshot -ResourceGroupName $resourceGroupName -SnapshotName $targetSnapshotName -Snapshot $snapshotconfig
85+
```
86+
87+
### Check copy status
7788

78-
$targetSnapshot=Get-AzSnapshot -ResourceGroupName $resourceGroupName -SnapshotName $targetSnapshotName
89+
You can check the `CompletionPercent` property of an individual snapshot to get its status. Replace `yourResourceGroupNameHere` and `yourSnapshotName` then run the script. The value of the property must be 100 before you can use the snapshot for restoring disk or generate a SAS URI for downloading the underlying data.
90+
91+
```azurepowershell
92+
$resourceGroupName = "yourResourceGroupNameHere"
93+
$snapshotName = "yourSnapshotName"
94+
95+
$targetSnapshot=Get-AzSnapshot -ResourceGroupName $resourceGroupName -SnapshotName $snapshotName
7996
8097
$targetSnapshot.CompletionPercent
8198
```
8299

100+
83101
# [Portal](#tab/azure-portal)
84102

85103
You can also copy an incremental snapshot across regions in the Azure portal. However, you must use this specific link to access the portal, for now: https://aka.ms/incrementalsnapshot
@@ -158,3 +176,5 @@ Incremental snapshots offer a differential capability. They enable you to get th
158176
## Next steps
159177

160178
If you'd like to see sample code demonstrating the differential capability of incremental snapshots, using .NET, see [Copy Azure Managed Disks backups to another region with differential capability of incremental snapshots](https://github.com/Azure-Samples/managed-disks-dotnet-backup-with-incremental-snapshots).
179+
180+
If you have additional questions on snapshots, see the [snapshots](faq-for-disks.yml#snapshots) section of the FAQ.

articles/virtual-machines/disks-enable-private-links-for-import-export-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Enable Private Link for your managed disks with Azure portal. This
44
author: roygara
55
ms.service: storage
66
ms.topic: how-to
7-
ms.date: 09/03/2021
7+
ms.date: 03/31/2023
88
ms.author: rogarana
99
ms.subservice: disks
1010
---
@@ -88,5 +88,5 @@ You've now configured a private link that you can use to import and export your
8888

8989
- Upload a VHD to Azure or copy a managed disk to another region - [Azure CLI](linux/disks-upload-vhd-to-managed-disk-cli.md) or [Azure PowerShell module](windows/disks-upload-vhd-to-managed-disk-powershell.md)
9090
- Download a VHD - [Windows](windows/download-vhd.md) or [Linux](linux/download-vhd.md)
91-
- [FAQ for private links and managed disks](./faq-for-disks.yml)
91+
- [FAQ for private links and managed disks](./faq-for-disks.yml#private-links-for-managed-disks)
9292
- [Export/Copy managed snapshots as VHD to a storage account in different region with PowerShell](/previous-versions/azure/virtual-machines/scripts/virtual-machines-powershell-sample-copy-snapshot-to-storage-account)

articles/virtual-machines/disks-enable-ultra-ssd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,3 +482,4 @@ Update-AzDisk -ResourceGroupName $resourceGroup -DiskName $diskName -DiskUpdate
482482

483483
- [Use Azure ultra disks on Azure Kubernetes Service (preview)](../aks/use-ultra-disks.md).
484484
- [Migrate log disk to an ultra disk](/azure/azure-sql/virtual-machines/windows/storage-migrate-to-ultradisk).
485+
- For additional questions on Ultra Disks, see the [Ultra Disks](faq-for-disks.yml#ultra-disks) section of the FAQ.

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

Lines changed: 3 additions & 1 deletion
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/22/2023
7+
ms.date: 03/31/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, devx-track-arm-template
@@ -270,4 +270,6 @@ az snapshot show -g resourcegroupname -n snapshotname --query [creationData.logi
270270

271271
See [Copy an incremental snapshot to a new region](disks-copy-incremental-snapshot-across-regions.md) to learn how to copy an incremental snapshot across regions.
272272

273+
If you have additional questions on snapshots, see the [snapshots](faq-for-disks.yml#snapshots) section of the FAQ.
274+
273275
If you'd like to see sample code demonstrating the differential capability of incremental snapshots, using .NET, see [Copy Azure Managed Disks backups to another region with differential capability of incremental snapshots](https://github.com/Azure-Samples/managed-disks-dotnet-backup-with-incremental-snapshots).

articles/virtual-machines/disks-reserved-capacity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can cancel, exchange, or refund reservations within certain limitations. For
9191

9292
## Expiration of a reservation
9393

94-
When a reservation expires, any Azure Disk Storage capacity that you use under that reservation is billed at the pay-as-you-go rate. Reservations don't renew automatically.
94+
When a reservation expires, any Azure Disk Storage capacity that you use under that reservation is billed at the [pay-as-you-go rate](https://azure.microsoft.com/pricing/details/managed-disks/). Reservations don't renew automatically.
9595

9696
You'll receive an email notification 30 days before the expiration of the reservation and again on the expiration date. To continue taking advantage of the cost savings that a reservation provides, renew it no later than the expiration date.
9797

articles/virtual-machines/disks-shared-enable.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,5 @@ If you prefer to use Azure Resource Manager templates to deploy your disk, the f
370370
- [Premium SSD](https://aka.ms/SharedPremiumDiskARMtemplate)
371371
- [Regional ultra disks](https://aka.ms/SharedUltraDiskARMtemplateRegional)
372372
- [Zonal ultra disks](https://aka.ms/SharedUltraDiskARMtemplateZonal)
373+
374+
If you've additional questions, see the [shared disks](faq-for-disks.yml#azure-shared-disks) section of the FAQ.

articles/virtual-machines/disks-shared.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,5 @@ Both shared Ultra Disks and shared Premium SSD v2 managed disks are priced based
171171
## Next steps
172172

173173
If you're interested in enabling and using shared disks for your managed disks, proceed to our article [Enable shared disk](disks-shared-enable.md)
174+
175+
If you've additional questions, see the [shared disks](faq-for-disks.yml#azure-shared-disks) section of the FAQ.

0 commit comments

Comments
 (0)