- A
Azure Blueprints
Azure Blueprints is the correct service because it allows you to define a repeatable set of Azure resources, policy definitions, and RBAC assignments that are deployed together as a blueprint assignment. It supports versioning and central updates across multiple subscriptions.
- B
Azure Policy
Why wrong: Azure Policy enforces rules and effects on resources but cannot deploy resource groups, virtual networks, or RBAC role assignments. It only applies policy definitions, not infrastructure resources.
- C
Azure Management Groups
Why wrong: Azure Management Groups provide a hierarchical structure for applying policies and RBAC across subscriptions, but they do not deploy resources or create resource groups. They are used for governance inheritance, not for deploying a standardized environment.
- D
Azure Resource Manager templates
Why wrong: ARM templates can deploy resources like resource groups and virtual networks, but they cannot natively include Azure Policy definitions or RBAC role assignments in a single packaged artifact. Combining all components would require additional orchestration outside of ARM templates.
Quick Answer
The answer is Azure Blueprints. This is the correct choice because Azure Blueprints is the only service that can package Azure Policy definitions, RBAC role assignments, and ARM templates—including preconfigured resource groups and virtual networks—into a single, versioned artifact that can be assigned and updated centrally across multiple subscriptions. On the Microsoft Azure Fundamentals AZ-900 exam, this question tests your understanding of how Azure Blueprints differs from Azure Policy and Management Groups for governance; a common trap is confusing Azure Policy’s ability to enforce rules with Blueprints’ ability to deploy resources and roles together. Remember that Azure Policy is for “what is allowed,” Management Groups organize subscriptions for policy inheritance, but Blueprints is the “deployment package” that builds the environment. A useful memory tip: think of Blueprints as a “shopping list” that includes policies, roles, and resources, while Policy is just one item on that list.
AZ-900 Describe Azure management and governance Practice Question
This AZ-900 practice question tests your understanding of describe azure management and governance. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A multinational company has multiple Azure subscriptions for different business units. The central governance team wants to define a standardized environment that must be automatically applied to every new subscription. The standard must include a set of Azure Policy definitions (e.g., allowed regions), a specific Azure RBAC role assignment (e.g., a contributor access for a central security group), and a preconfigured resource group with a virtual network. The team wants to package all these components together so that they can be deployed consistently and updated centrally. Which Azure service should the team use?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Azure Blueprints
Azure Blueprints is the service designed to package together Azure Policy definitions, RBAC role assignments, and Azure Resource Manager templates (including resource groups and resources) into a single, versioned artifact that can be assigned to subscriptions. This enables organizations to enforce a consistent governance and compliance baseline across multiple subscriptions. Azure Policy alone cannot deploy RBAC assignments or resources. Azure Management Groups provide hierarchical organization and policy inheritance but do not deploy resources. ARM templates can deploy resources but cannot natively include policy or RBAC assignments as a cohesive package.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Azure Blueprints
Why this is correct
Azure Blueprints is the correct service because it allows you to define a repeatable set of Azure resources, policy definitions, and RBAC assignments that are deployed together as a blueprint assignment. It supports versioning and central updates across multiple subscriptions.
Related concept
Static NAT maps one inside address to one outside address.
- ✗
Azure Policy
Why it's wrong here
Azure Policy enforces rules and effects on resources but cannot deploy resource groups, virtual networks, or RBAC role assignments. It only applies policy definitions, not infrastructure resources.
- ✗
Azure Management Groups
Why it's wrong here
Azure Management Groups provide a hierarchical structure for applying policies and RBAC across subscriptions, but they do not deploy resources or create resource groups. They are used for governance inheritance, not for deploying a standardized environment.
- ✗
Azure Resource Manager templates
Why it's wrong here
ARM templates can deploy resources like resource groups and virtual networks, but they cannot natively include Azure Policy definitions or RBAC role assignments in a single packaged artifact. Combining all components would require additional orchestration outside of ARM templates.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AZ-900 NAT questions on configuration and troubleshooting.
- →
Describe Azure management and governance — study guide chapter
Learn the concepts, then practise the questions
- →
Describe Azure management and governance practice questions
Targeted practice on this topic area only
- →
All AZ-900 questions
1,031 questions across all exam domains
- →
Microsoft Azure Fundamentals AZ-900 study guide
Full concept coverage aligned to exam objectives
- →
AZ-900 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AZ-900 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Describe cloud concepts practice questions
Practise AZ-900 questions linked to Describe cloud concepts.
Describe Azure architecture and services practice questions
Practise AZ-900 questions linked to Describe Azure architecture and services.
Describe Azure management and governance practice questions
Practise AZ-900 questions linked to Describe Azure management and governance.
AZ-900 Azure services practice questions
Practise AZ-900 questions linked to AZ-900 Azure services.
AZ-900 pricing and support practice questions
Practise AZ-900 questions linked to AZ-900 pricing and support.
AZ-900 security and compliance practice questions
Practise AZ-900 questions linked to AZ-900 security and compliance.
AZ-900 governance practice questions
Practise AZ-900 questions linked to AZ-900 governance.
Practice this exam
Start a free AZ-900 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AZ-900 question test?
Describe Azure management and governance — This question tests Describe Azure management and governance — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: Azure Blueprints — Azure Blueprints is the service designed to package together Azure Policy definitions, RBAC role assignments, and Azure Resource Manager templates (including resource groups and resources) into a single, versioned artifact that can be assigned to subscriptions. This enables organizations to enforce a consistent governance and compliance baseline across multiple subscriptions. Azure Policy alone cannot deploy RBAC assignments or resources. Azure Management Groups provide hierarchical organization and policy inheritance but do not deploy resources. ARM templates can deploy resources but cannot natively include policy or RBAC assignments as a cohesive package.
What should I do if I get this AZ-900 question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related AZ-900 NAT questions on configuration and troubleshooting.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
5 more ways this is tested on AZ-900
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company manages multiple Azure subscriptions for different business units. They want to define a standard set of policies, such as allowed VM SKUs and required resource tags, and ensure these policies are always applied whenever a new subscription is created. Which Azure feature should they use to enforce governance at this level?
medium- ✓ A.Azure Management Groups
- B.Azure Policy
- C.Azure Resource Manager templates
- D.Azure Blueprints
Why A: Azure Management Groups allow you to organize subscriptions into a hierarchy and apply governance policies at the management group level. When a new subscription is created under a management group, it automatically inherits the policies assigned to that group, ensuring consistent enforcement across all subscriptions without manual intervention.
Variation 2. A large enterprise manages multiple Azure subscriptions for different business units. The central governance team wants to deploy a consistent landing zone across all subscriptions. The landing zone must include pre-defined Azure Policy definitions (e.g., allowed locations, allowed VM SKUs), standard RBAC role assignments (e.g., Owner, Contributor for specific security groups), and a predefined resource group structure (e.g., 'Networking', 'Security', 'Workloads'). The team wants a single, versioned artifact that can be assigned to any subscription to apply all these configurations together, with the ability to update the artifact and have changes propagate to existing assignments. Which Azure service should the team use?
medium- A.Azure Policy
- ✓ B.Azure Blueprints
- C.Azure Management Groups
- D.Azure Resource Graph
Why B: Azure Blueprints is the correct choice because it is designed to orchestrate the deployment of a consistent environment by packaging together Azure Policy definitions, RBAC role assignments, and resource groups into a single, versioned artifact. When the blueprint is updated and published, existing assignments can be updated to the latest version, ensuring changes propagate across all subscriptions.
Variation 3. A large enterprise has multiple Azure subscriptions for different business units. The governance team wants to apply a set of Azure Policy initiatives, such as allowed locations and required tags, to all subscriptions in the organization. They also want to set up role-based access control for the compliance team at the root level so that they can monitor compliance across all subscriptions. Which Azure feature should they use to achieve this?
medium- A.Azure Resource Manager (ARM) templates
- ✓ B.Azure management groups
- C.Azure resource groups
- D.Azure Blueprints
Why B: Azure management groups provide a hierarchical structure above subscriptions, enabling you to apply Azure Policy initiatives and role-based access control (RBAC) at the root management group level. This ensures that policies like allowed locations and required tags are inherited by all subscriptions within the organization, and the compliance team can monitor compliance across the entire hierarchy without needing to configure each subscription individually.
Variation 4. A large enterprise manages Azure subscriptions for three business units: Sales, Research & Development, and Information Technology. Each business unit has its own Azure subscription. The central governance team needs to ensure that a specific set of Azure Policy definitions (e.g., restricting allowed regions to 'East US' only) is applied to all current and future subscriptions belonging to these three business units. The team wants to minimize administrative overhead and ensure that any new subscription created for a business unit automatically inherits the same policies. Which Azure feature should the team use to achieve this goal?
medium- A.Assign each policy definition individually to every subscription.
- ✓ B.Create a management group for each business unit, place the corresponding subscription inside each management group, and assign the policy set to each management group.
- C.Create a single resource group at the tenant root level and assign the policy definitions to that resource group.
- D.Use Azure Blueprints to deploy a new subscription with the policies, then manually move each existing subscription into the blueprint's management group.
Why B: Option B is correct because management groups provide a hierarchical structure above subscriptions, allowing Azure Policy assignments to be inherited by all subscriptions within a management group. By placing each business unit's subscription into its own management group and assigning the policy set (initiative) to each management group, the central governance team ensures that any current or future subscription under those management groups automatically inherits the policies, minimizing administrative overhead.
Variation 5. A large enterprise has multiple Azure subscriptions for different departments. The central IT team wants to enforce a policy that restricts the Azure regions where resources can be deployed. The policy must automatically apply to all existing subscriptions and to any new subscriptions created in the future, without requiring manual assignment to each subscription individually. Which Azure feature should the central IT team use to achieve this hierarchical governance?
medium- ✓ A.Azure Management Groups
- B.Azure Blueprints
- C.Azure Resource Groups
- D.Azure Policy alone assigned to each subscription
Why A: Azure Management Groups provide a hierarchical structure above subscriptions, allowing policies (like region restrictions) to be assigned at the management group level. This inheritance ensures the policy automatically applies to all existing subscriptions within the group and to any new subscriptions added later, without manual per-subscription assignment.
Last reviewed: May 17, 2026
This AZ-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-900 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.