This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What are deployment scripts?
Scripts that create a new Azure Resource Manager deployment.
An Azure Automation feature for creating new environments.
An Azure Resource Manager resource that can run custom scripts to extend the capabilities of template deployments.
How do deployment scripts use the managed identity?
To impersonate the user who's doing the deployment.
To run the Azure CLI or Azure PowerShell commands in the deployment script.
To create the deployment script resource.
What are the direct ways that data can be passed to deployment scripts?
Deployment scripts can access template parameters and variables.
Deployment script resources can be passed as arguments and access environment variables.
Deployment scripts can only use the output of resources that they depend on.
Deployment scripts require:
A custom container image.
An Azure Automation environment.
A storage account.
You must answer all questions before checking your work.
Was this page helpful?