Windows Server 2019を実行するVM1という名前のAzure仮想マシンがあります。 VM1をTemplate1という名前のテンプレートとしてAzure Resource Managerライブラリに保存します。 Template1からVM2という名前の仮想マシンをデプロイする予定です。 VM2の展開中に何を構成できますか?
正解:D
Resource Group is the correct answer: Admin user, password, vm size and os are the part of ARM templates. But resource group is not hence needs to be mentioned while deployment! Refer below sample ARM template for reference in which all above attributes passed in parameter. https://github.com/Azure/azure-quickstart-templates/blob/master/101-vm-simple-windows/azuredeploy.json