Skip to content

Commit 37f7fb6

Browse files
committed
Resolved formatting issue, updated link URL
1 parent 8458e95 commit 37f7fb6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/virtual-machines/snapshot-copy-managed-disk.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To create a snapshot using the Azure portal, complete these steps.
3636
1. For **Source subscription**, select the subscription that contains the managed disk to be backed up.
3737
1. For **Source disk**, select the managed disk to snapshot.
3838
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.
4040
1. Select **Review + create**.
4141

4242
# [PowerShell](#tab/powershell)
@@ -71,8 +71,7 @@ First, you'll use the [New-AzSnapshotConfig](/powershell/module/az.compute/new-a
7171
-CreateOption copy
7272
```
7373

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).
7675

7776
1. Take the snapshot.
7877

@@ -91,7 +90,7 @@ First, you'll use the [New-AzSnapshotConfig](/powershell/module/az.compute/new-a
9190
9291
# [Azure CLI](#tab/cli)
9392
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.
9594
9695
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.
9796

0 commit comments

Comments
 (0)