Skip to content

Commit a587b00

Browse files
authored
Merge pull request #111837 from Karishma-Tiwari-MSFT/patch-173
(ForumsTeam) fixes MicrosoftDocs/azure-docs#52383
2 parents cccefb1 + 550c323 commit a587b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ New-AzImage `
109109

110110
## Create VMs from the image
111111

112-
Now that you have an image, you can create one or more new VMs from the image. Creating a VM from a custom image is similar to creating a VM using a Marketplace image. When you use a Marketplace image, you have to provide the information about the image, image provider, offer, SKU, and version. Using the simplified parameter set for the [New-AzVM](https://docs.microsoft.com/powershell/module/az.compute/new-azvm) cmdlet, you just need to provide the name of the custom image as long as it is in the same resource group.
112+
Now that you have an image, you can create one or more new VMs from the image. Creating a VM from a custom image is similar to creating a VM using a Marketplace image. When you use a Marketplace image, you have to provide the information about the image, image provider, offer, SKU, and version. Using the simplified parameter set for the [New-AzVM](https://docs.microsoft.com/powershell/module/az.compute/new-azvm) cmdlet, you just need to provide the name of the custom image as long as it is in the same resource group. If you plan to create VM in a different resource group, provide the Resource Id of the image for -ImageName parameter.
113113

114114
This example creates a VM named *myVMfromImage* from the *myImage* image, in *myResourceGroup*.
115115

0 commit comments

Comments
 (0)