Windows Server Datacenter イメージを使用する仮想マシン スケール セットの展開を自動化する予定です。 スケール セット仮想マシンをプロビジョニングするときに、Web サーバー コンポーネントがインストールされていることを確認する必要があります。 実行すべき 2 つのアクションはどれですか。それぞれの正解は解決策の一部を示しています。 注意: 正しい選択ごとに 1 ポイントが付与されます。
正解:B,C
C: Install an app with the Custom Script Extension The Custom Script Extension downloads and executes scripts on Azure VMs. This extension is useful for post deployment configuration, software installation, or any other configuration / management task. Scripts can be downloaded from Azure storage or GitHub, or provided to the Azure portal at extension run-time. B: The Custom Script Extension downloads and executes scripts on Azure VMs. This extension is useful for post deployment configuration, software installation, or any other configuration / management task. Scripts can be downloaded from Azure storage or GitHub, or provided to the Azure portal at extension run-time. Reference: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets- deploy-app https://learn.microsoft.com/en-us/azure/virtual-machine-scale-sets/tutorial-install-apps-cli