+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.
0 commit comments