Skip to content

Commit 681d37d

Browse files
committed
links
1 parent 6283ff0 commit 681d37d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@
667667
displayName: Image builder, images, building, packer
668668
href: ./windows/build-image-with-packer.md
669669
- name: Capture a legacy managed image
670-
href: ./windows/capture-image-resource.md
670+
href: ./windows/capture-image-resource.md
671671
- name: Dedicated hosts
672672
displayName: sole-tenant, sole tenant, isolated, isolation
673673
items:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ az image create \
5757
> [!NOTE]
5858
> The image is created in the same resource group as your source VM. You can create VMs in any resource group within your subscription from this image. From a management perspective, you may wish to create a specific resource group for your VM resources and images.
5959
>
60-
> If you are capturing an image of a generation 2 VM, also use the `--hyper-v-generation V2` parameter. for more information, see [Generation 2 VMs](../generation-2.md).
60+
> If you are capturing an image of a generation 2 VM, also use the `--hyper-v-generation V2` parameter. for more information, see [Generation 2 VMs](generation-2.md).
6161
>
62-
> If you would like to store your image in zone-resilient storage, you need to create it in a region that supports [availability zones](../../availability-zones/az-overview.md) and include the `--zone-resilient true` parameter.
62+
> If you would like to store your image in zone-resilient storage, you need to create it in a region that supports [availability zones](../availability-zones/az-overview.md) and include the `--zone-resilient true` parameter.
6363
6464
This command returns JSON that describes the VM image. Save this output for later reference.
6565

0 commit comments

Comments
 (0)