AZ-900 · Question #11
This question requires that you evaluate the underlined text to determine if it is correct. Azure policies provide a common platform for deploying objects to a cloud infrastructure and for implementin
The correct answer is C. Azure Resource Manager provides. Azure Resource Manager (ARM) is the primary service for deploying and managing Azure resources, ensuring a consistent platform for object deployment, while Azure Policies enforce organizational standards.
Question
Options
- ANo change is needed
- BResource groups provide
- CAzure Resource Manager provides
- DManagement groups provide
How the community answered
(21 responses)- A5% (1)
- B5% (1)
- C90% (19)
Why each option
Azure Resource Manager (ARM) is the primary service for deploying and managing Azure resources, ensuring a consistent platform for object deployment, while Azure Policies enforce organizational standards.
Azure Policies primarily enforce rules and standards on resources, but they are not the platform for deploying objects themselves.
Resource groups are logical containers for Azure resources but do not provide the platform for deployment.
Azure Resource Manager (ARM) is the management layer for Azure that enables you to create, update, and delete resources in your Azure subscription, providing a consistent management layer across all Azure services. This service facilitates deploying objects to a cloud infrastructure and implementing consistency through templates and API calls.
Management groups are used for managing access, policies, and compliance across multiple subscriptions but do not directly provide the platform for deploying individual objects.
Concept tested: Azure Resource Manager functionality
Source: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/overview
Community Discussion
No community discussion yet for this question.