あなたの会社は新しいアプリケーションのためにAzure DevOpsにプロジェクトを持っています。アプリケーションは、Windows Server 2016を実行する複数のAzure仮想マシンに展開されます。 仮想マシンの配置戦略を推奨する必要があります。戦略は次の要件を満たす必要があります。 * 仮想マシンが一貫した構成を維持していることを確認してください。 * 仮想マシンを構成するための管理作業を最小限に抑える あなたは推薦に何を含めるべきですか?
正解:C
The Custom Script Extension downloads and executes scripts on Azure virtual machines. This extension is useful for post deployment configuration, software installation, or any other configuration or management tasks. Scripts can be downloaded from Azure storage or GitHub, or provided to the Azure portal at extension run time. The Custom Script Extension integrates with Azure Resource Manager templates, and can be run using the Azure CLI, PowerShell, Azure portal, or the Azure Virtual Machine REST API. References: https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/custom-script-windows