Skip to content

Commit a1ba816

Browse files
committed
Updated links per build notes
1 parent 5dcfd99 commit a1ba816

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ To create a snapshot using the Azure portal, complete these steps.
2727
1. In the [Azure portal](https://portal.azure.com), select **Create a resource**.
2828
1. Search for and select **Snapshot**.
2929
1. In the **Snapshot** window, select **Create**. The **Create snapshot** window appears.
30-
1. For **Resource group**, select an existing [resource group](../azure-resource-manager/management/overview#resource-groups) or enter the name of a new one.
31-
1. Enter a **Name**, then select a **Region** and **Snapshot type** for the new snapshot. If you would like to store your snapshot in zone-resilient storage, you need to select a region that supports [availability zones](../availability-zones/az-overview). For a list of supporting regions, see [Azure regions with availability zones](../availability-zones/az-region#azure-regions-with-availability-zones).
30+
1. For **Resource group**, select an existing [resource group](/azure/azure-resource-manager/management/overview#resource-groups) or enter the name of a new one.
31+
1. Enter a **Name**, then select a **Region** and **Snapshot type** for the new snapshot. If you would like to store your snapshot in zone-resilient storage, you need to select a region that supports [availability zones](/azure/availability-zones/az-overview). For a list of supporting regions, see [Azure regions with availability zones](/azure/availability-zones/az-region#azure-regions-with-availability-zones).
3232
1. For **Source subscription**, select the subscription that contains the managed disk to be backed up.
3333
1. For **Source disk**, select the managed disk to snapshot.
3434
1. For **Storage type**, select **Standard HDD**, unless you require zone-redundant storage or high-performance storage for your snapshot.
@@ -69,7 +69,7 @@ First, you'll use the [New-AzSnapshotConfig](/powershell/module/az.compute/new-a
6969
-CreateOption copy
7070
```
7171

72-
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) 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#azure-regions-with-availability-zones).
72+
If you want to store your snapshot in zone-resilient storage, you must create the snapshot in a region that supports [availability zones](/azure/availability-zones/az-overview and include the `-SkuName Standard_ZRS` parameter. For a list of regions that support availability zones, see [Azure regions with availability zones](/azure/availability-zones/az-region#azure-regions-with-availability-zones).
7373

7474
1. Take the snapshot.
7575

@@ -112,7 +112,7 @@ Follow these steps to take a snapshot with the `az snapshot create` command and
112112
--name osDisk-backup
113113
```
114114
115-
If you would like to store your snapshot in zone-resilient storage, you need to create it in a region that supports [availability zones](../availability-zones/az-overview) and include the optional `--sku Standard_ZRS` parameter. A list of [availability zones](../availability-zones/az-region#azure-regions-with-availability-zones) can be found here.
115+
If you would like to store your snapshot in zone-resilient storage, you need to create it in a region that supports [availability zones](/azure/availability-zones/az-overview) and include the optional `--sku Standard_ZRS` parameter. A list of [availability zones](/azure/availability-zones/az-region#azure-regions-with-availability-zones) can be found here.
116116
117117
1. Use [az snapshot list](/cli/azure/snapshot#az_snapshot_list) to verify that your snapshot exists.
118118

0 commit comments

Comments
 (0)