Microsoft Azure Administrator Associate AZ-104 Practice Question
You are deploying an Azure infrastructure template that provisions a server. You need to ensure that additional software is automatically installed on the server after deployment. What is the best way to achieve this within the template?
Manually connect to the server and install the software.
Enable Azure Automation to install the software on the server.
Include a custom script extension in the template.
Use Azure CLI to run the installation script after the server is deployed.