Skip to content

Commit 91c4d36

Browse files
authored
Merge pull request #11972 from cynthn/patch-12
2 parents a510e1c + dcd2cc1 commit 91c4d36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-machines/linux/tutorial-custom-images.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The steps below detail how to take an existing VM and turn it into a re-usable c
3030

3131
To complete the example in this tutorial, you must have an existing virtual machine. If needed, this [script sample](../scripts/virtual-machines-linux-cli-sample-create-vm-nginx.md) can create one for you. When working through the tutorial, replace the resource group and VM names where needed.
3232

33-
## Prepare VM
33+
## Create a custom image
3434

35-
To create an image of a virtual machine, you need to prepare the VM by deprovisioning, deallocating, and then marking the source VM as generalized.
35+
To create an image of a virtual machine, you need to prepare the VM by deprovisioning, deallocating, and then marking the source VM as generalized. Once the VM has been prepared, you can create an the image.
3636

3737
### Deprovision the VM
3838

@@ -71,7 +71,7 @@ Finally, set the state of the VM as generalized with [az vm generalize](/cli//az
7171
az vm generalize --resource-group myResourceGroupImages --name myVM
7272
```
7373

74-
## Create the image
74+
### Create the image
7575

7676
Now you can create an image of the VM by using [az image create](/cli//azure/image#create). The following example creates an image named *myImage* from a VM named *myVM*.
7777

0 commit comments

Comments
 (0)