Skip to content

Commit 6283ff0

Browse files
committed
fixing validation issues
1 parent 888face commit 6283ff0

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -576,16 +576,8 @@
576576
displayName: Windows custom images, images, windows, upload, prepare, VHD
577577
href: ./windows/prepare-for-upload-vhd-image.md
578578
- name: Generalizing a VM
579+
displayName: generalize sysprep deprovision
579580
href: generalize.md
580-
- name: Upload a VHD and create a managed image
581-
displayName: Windows custom images, images, windows, upload, prepare, VHD, managed
582-
href: ./windows/upload-generalized-managed.md
583-
- name: Capture a managed image
584-
displayName: Windows custom images, images, windows, upload, prepare, VHD, managed, capture
585-
href: ./windows/capture-image-resource.md
586-
- name: Create a VM from a managed image
587-
displayName: Windows custom images, images, windows, upload, prepare, VHD, create, managed
588-
href: ./windows/create-vm-generalized-managed.md
589581
- name: Visual Studio
590582
href: /visualstudio/install/using-visual-studio-vm
591583
- name: VM Image Builder
@@ -674,6 +666,8 @@
674666
- name: Windows
675667
displayName: Image builder, images, building, packer
676668
href: ./windows/build-image-with-packer.md
669+
- name: Capture a legacy managed image
670+
href: ./windows/capture-image-resource.md
677671
- name: Dedicated hosts
678672
displayName: sole-tenant, sole tenant, isolated, isolation
679673
items:
@@ -1966,7 +1960,7 @@
19661960
- name: Move Maintenance Control configuration resources to another region
19671961
href: move-region-maintenance-configuration-resources.md
19681962
- name: Migrate AWS VMs to Azure
1969-
href: /migrate/tutorial-migrate-aws-virtual-machines
1963+
href: /azure/migrate/tutorial-migrate-aws-virtual-machines
19701964
- name: Infrastructure automation
19711965
items:
19721966
- name: Overview

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ After the image is created, you can find it as an **Image** resource in the list
4747

4848
## Create a VM image using the CLI
4949
Create a managed image of the VM with [az image create](/cli/azure/image#az-image-create). The following example creates an image named *myImage* in the resource group named *myResourceGroup* using the VM resource named *myVM*.
50-
51-
```azurecli
52-
az image create \
53-
--resource-group myResourceGroup \
54-
--name myImage --source myVM
55-
```
50+
51+
```azurecli
52+
az image create \
53+
--resource-group myResourceGroup \
54+
--name myImage --source myVM
55+
```
5656

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.

0 commit comments

Comments
 (0)