Skip to content

Commit 9bfd28a

Browse files
(ForumsTeam) fixes MicrosoftDocs/azure-docs/issues/52383
1 parent c90b341 commit 9bfd28a

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)