Azure Resource Managerテンプレートを使用して、仮想マシンスケールセットでWindows Server 2019を実行するいくつかのAzure仮想マシンをデプロイする予定です。デプロイ後、すべての仮想マシンでNGINXが使用可能であることを確認する必要があります。何を使うべきですか?
正解:A
The primary use case for the Azure Desired State Configuration (DSC) extension is to bootstrap a VM to the Azure Automation State Configuration (DSC) service. The service provides benefits that include ongoing management of the VM configuration and integration with other operational tools, such as Azure Monitoring. Using the extension to register VM's to the service provides a flexible solution that even works across Azure subscriptions. You can use the DSC extension independently of the Automation DSC service. Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-overview