nerdexam
MicrosoftMicrosoft

AZ-900 · Question #292

AZ-900 Question #292: Real Exam Question with Answer & Explanation

Azure Resource Manager templates serve as the common platform for declarative deployment of cloud infrastructure, ensuring consistency across the Azure environment.

Submitted by noor.lb· Mar 5, 2026

Question

Hotspot Question Select the answer that correctly completes the sentence. Answer:

Options

  • __typehotspot
  • variantdropdown

Explanation

Azure Resource Manager templates serve as the common platform for declarative deployment of cloud infrastructure, ensuring consistency across the Azure environment.

Approach. The correct interaction is to select 'Azure Resource Manager templates provide' from the dropdown menu. Azure Resource Manager (ARM) templates are declarative JSON files that define the infrastructure and configuration for your Azure solutions. They allow you to define the desired state of your resources and deploy them consistently and repeatedly. This capability directly aligns with the description of 'a common platform for deploying objects to a cloud infrastructure' and for 'implementing consistency' by ensuring all deployments adhere to a predefined configuration.

Common mistakes.

  • common_mistake. A common mistake is confusing the roles of different Azure management and governance constructs, particularly between deployment mechanisms (ARM templates) and governance/organizational tools (Azure Policy, Resource Groups, Management Groups).
  • Azure policies provide. Azure policies are used for enforcing rules and standards over your resources, ensuring compliance and consistency after or during resource creation/updates. They are a governance tool for auditing and remediation, not the primary platform for deploying objects.
  • Resource groups provide. Resource groups are logical containers for related Azure resources. They help organize resources but do not themselves provide a platform for deploying objects or implementing consistency in the sense of configuration or desired state.
  • Management groups provide. Management groups are containers that help you manage access, policy, and compliance across multiple subscriptions in a hierarchical structure. They are an organizational and governance construct for subscriptions, not a deployment platform for individual resources or a mechanism for ensuring consistency of resource configurations.

Concept tested. Azure Resource Management, Infrastructure-as-Code (IaC) principles, Declarative Deployment, and the distinct functions of Azure Resource Manager (ARM) templates, Azure Policy, Resource Groups, and Management Groups within the Azure ecosystem.

Community Discussion

No community discussion yet for this question.

Full AZ-900 PracticeBrowse All AZ-900 Questions