Skip to content

Commit 5ba8969

Browse files
committed
fixing links
1 parent 8b00a57 commit 5ba8969

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/virtual-machines/capture-image-resource.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ ms.custom: legacy
1818

1919
This article covers the older managed image technology. For the most current technology, customers are encouraged to use [Azure Compute Gallery](azure-compute-gallery.md). All new features, like ARM64, Trusted Launch, and Confidential VM are only supported through Azure Compute Gallery.  If you have an existing managed image, you can use it as a source and create an Azure Compute Gallery image.  For more information, see [Create an image definition and image version](image-version.md).
2020

21-
One managed image supports up to 20 simultaneous deployments. Attempting to create more than 20 VMs concurrently, from the same managed image, may result in provisioning timeouts due to the storage performance limitations of a single VHD. To create more than 20 VMs concurrently, use an [Azure Compute Gallery](../shared-image-galleries.md) (formerly known as Shared Image Gallery) image configured with 1 replica for every 20 concurrent VM deployments.
21+
One managed image supports up to 20 simultaneous deployments. Attempting to create more than 20 VMs concurrently, from the same managed image, may result in provisioning timeouts due to the storage performance limitations of a single VHD. To create more than 20 VMs concurrently, use an [Azure Compute Gallery](shared-image-galleries.md) (formerly known as Shared Image Gallery) image configured with 1 replica for every 20 concurrent VM deployments.
2222

2323
For information on how managed images are billed, see [Managed Disks pricing](https://azure.microsoft.com/pricing/details/managed-disks/).
2424

2525
## Prerequisites
2626

27-
You need a [generalized](../generalize.md) VM in order to create an image.
27+
You need a [generalized](generalize.md) VM in order to create an image.
2828

2929
## Create a managed image from a VM using the portal
3030

@@ -39,7 +39,7 @@ You need a [generalized](../generalize.md) VM in order to create an image.
3939
4. For **Name**, either accept the pre-populated name or type your own name for the image.
4040

4141
6. If you want to delete the source VM after the image has been created, select **Automatically delete this virtual machine after creating the image**.
42-
7. 7. If you want the ability to use the image in any [availability zone](../../availability-zones/az-overview.md), select **On** for **Zone resiliency**.
42+
7. 7. If you want the ability to use the image in any [availability zone](../availability-zones/az-overview.md), select **On** for **Zone resiliency**.
4343

4444
8. Select **Create** to create the image.
4545

@@ -55,7 +55,7 @@ Before you begin, make sure that you have the latest version of the Azure PowerS
5555

5656

5757
> [!NOTE]
58-
> If you would like to store your image in zone-redundant storage, you need to create it in a region that supports [availability zones](../../availability-zones/az-overview.md) and include the `-ZoneResilient` parameter in the image configuration (`New-AzImageConfig` command).
58+
> If you would like to store your image in zone-redundant storage, you need to create it in a region that supports [availability zones](../availability-zones/az-overview.md) and include the `-ZoneResilient` parameter in the image configuration (`New-AzImageConfig` command).
5959
6060
To create a VM image, follow these steps:
6161

@@ -205,7 +205,7 @@ To create a managed image from a VM that doesn't use managed disks, you need the
205205
206206
## Create a VM from a managed image
207207
208-
One managed image supports up to 20 simultaneous deployments. Attempting to create more than 20 VMs concurrently, from the same managed image, may result in provisioning timeouts due to the storage performance limitations of a single VHD. To create more than 20 VMs concurrently, use an [Azure Compute Gallery](../shared-image-galleries.md) (formerly known as Shared Image Gallery) image configured with 1 replica for every 20 concurrent VM deployments.
208+
One managed image supports up to 20 simultaneous deployments. Attempting to create more than 20 VMs concurrently, from the same managed image, may result in provisioning timeouts due to the storage performance limitations of a single VHD. To create more than 20 VMs concurrently, use an [Azure Compute Gallery](shared-image-galleries.md) (formerly known as Shared Image Gallery) image configured with 1 replica for every 20 concurrent VM deployments.
209209
210210
### Portal
211211
@@ -244,5 +244,5 @@ New-AzVm `
244244

245245

246246
## Next steps
247-
- [Create a VM from a managed image](create-vm-generalized-managed.md).
248-
- Learn more about using an [Azure Compute Gallery](../shared-image-galleries.md) (formerly known as Shared Image Gallery)
247+
248+
- Learn more about using an [Azure Compute Gallery](shared-image-galleries.md) (formerly known as Shared Image Gallery)

0 commit comments

Comments
 (0)