ホットスポットに関する質問
Azure Resource Manager テンプレートを使用して 20 台の Azure 仮想マシンをデプロイする予定です。
仮想マシンは、Azure Marketplace イメージを使用して最新バージョンの Windows Server 2016 Datacenter を実行します。
テンプレートの storageProfile セクションを完了する必要があります。
storageProfile セクションはどのように入力すればよいですか? 回答するには、回答領域で適切なオプションを選択してください。
注意: 正しい選択ごとに 1 ポイントが付与されます。

正解:

Explanation:
...
"storageProfile": {
"imageReference": {
"publisher": "MicrosoftWindowsServer",
"offer": "WindowsServer",
"sku": "2016-Datacenter",
"version": "latest"
},
...
References:
https://docs.microsoft.com/en-us/rest/api/compute/virtualmachines/createorupdate