AZ-305 · Question #425
AZ-305 Question #425: Real Exam Question with Answer & Explanation
The correct answer is C: Azure Resource Manager (ARM) templates. To automate deployments in Azure while supporting parameters, versioning, and source control, you should use Azure DevOps with Bicep or Azure Resource Manager (ARM) templates as your infrastructure-as-code (IaC) tools. Azure DevOps provides a CI/CD platform, while Bicep or ARM te
Question
You have a landing zone that contains multiple Azure subscriptions. You need to automate the deployment of resources to the subscriptions. The solution must meet the following requirements: - Support parameters. - Support versioning and source control. Which two options can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Options
- AAzure Policy
- BAzure Automation
- CAzure Resource Manager (ARM) templates
- DBicep files
- EAzure Functions
Explanation
To automate deployments in Azure while supporting parameters, versioning, and source control, you should use Azure DevOps with Bicep or Azure Resource Manager (ARM) templates as your infrastructure-as-code (IaC) tools. Azure DevOps provides a CI/CD platform, while Bicep or ARM templates define the infrastructure. https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/overview
Community Discussion
No community discussion yet for this question.