nerdexam
Microsoft

AZ-305 · Question #425

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…

The correct answer is C. Azure Resource Manager (ARM) templates D. Bicep files. 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…

Submitted by haru.x· Mar 6, 2026Design infrastructure solutions

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

How the community answered

(36 responses)
  • A
    6% (2)
  • C
    92% (33)
  • E
    3% (1)

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.

Full AZ-305 Practice