我一直在使用Azure资源模板创建VM,但现在想要从库中的图像创建特定的VM。
我正在寻找以下VM映像所需的正确ARM语法和步骤。
Get-AzureVMImage | where-Object {$_.ImageName -eq 'c6e0f177abd8496e934234bd27f46c5d__SharePoint-2016-Trial-9-13-2016'}
感谢您的帮助
答案 0 :(得分:0)
基于给定的图像创建虚拟机有多种可能性。
当您按照步骤1执行时,这些内容将在ARM模板中为您填写。 您也可以使用PowerShell获取它们:
Get-AzurermVMImagePublisher -Location" West Europe"
所选结果:PublisherName = MicrosoftSharePoint
Get-AzurermVMImageOffer -Location" West Europe" -PublisherName" MicrosoftSharePoint"
结果:Offer = MicrosoftSharePointServer
Get-AzureRmVMImageSku -Location" West Europe" -Publisher“MicrosoftSharePoint”-Offer" MicrosoftSharePointServer" |选择Skus
选定结果:SKU = 2016