You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/snapshot-copy-managed-disk.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ To create a snapshot using the Azure portal, complete these steps.
36
36
1. For **Source subscription**, select the subscription that contains the managed disk to be backed up.
37
37
1. For **Source disk**, select the managed disk to snapshot.
38
38
1. For **Storage type**, select **Standard HDD**, unless you require zone-redundant storage or high-performance storage for your snapshot.
39
-
1. If needed, configure settings on the **Encryption**, **Networking**, and **Tags** tabs. Otherwise, default settings will be used for your snapshot.
39
+
1. If needed, configure settings on the **Encryption**, **Networking**, and **Tags** tabs. Otherwise, default settings are used for your snapshot.
40
40
1. Select **Review + create**.
41
41
42
42
# [PowerShell](#tab/powershell)
@@ -71,8 +71,7 @@ First, you'll use the [New-AzSnapshotConfig](/powershell/module/az.compute/new-a
71
71
-CreateOption copy
72
72
```
73
73
74
-
> [!NOTE]
75
-
> If you want to store your snapshot in zone-resilient storage, you must create the snapshot in a region that supports [availability zones](../availability-zones/az-overview.md) and include the '-SkuName Standard_ZRS' parameter. For a list of regions that support availability zones, see [Azure regions with availability zones](../availability-zones/az-region.md#azure-regions-with-availability-zones).
74
+
If you want to store your snapshot in zone-resilient storage, you must create the snapshot in a region that supports [availability zones](../availability-zones/az-overview.md) and include the `-SkuName Standard_ZRS` parameter. For a list of regions that support availability zones, see [Azure regions with availability zones](../availability-zones/az-region.md#azure-regions-with-availability-zones).
76
75
77
76
1. Take the snapshot.
78
77
@@ -91,7 +90,7 @@ First, you'll use the [New-AzSnapshotConfig](/powershell/module/az.compute/new-a
91
90
92
91
# [Azure CLI](#tab/cli)
93
92
94
-
This example requires that you use [Cloud Shell](https://shell.azure.com/bash) or have the [Azure CLI][/cli/azure/] installed.
93
+
This example requires that you use [Cloud Shell](https://shell.azure.com/bash) or have the [Azure CLI](/cli/azure/) installed.
95
94
96
95
Use these steps to take a snapshot with the **az snapshot create** command and the **--source-disk** parameter. This example assumes that you have a VM called *myVM* in the *myResourceGroup* resource group. The code sample provided will create a snapshot in the same resource group and within the same region as your source VM.
0 commit comments