Skip to Content

AZ-104: How to use Azure resource groups for project management

Learn how to use Azure resource groups, logical containers that group related resources for a project.

Table of Contents

Question

A new project has several resources that need to be administered together. Which of the following strategies would provide a good solution?

A. Azure templates
B. Azure resource groups
C. Azure subscriptions

Answer

B. Azure resource groups

Explanation

Resource groups make administering resources easy.

Azure resource groups are logical containers that group related resources for a project. They provide a convenient way to manage, monitor, and secure the resources as a unit. Azure templates are files that define the infrastructure and configuration of resources, but they do not group them together. Azure subscriptions are billing and access entities that contain one or more resource groups, but they are not designed for project-level administration.

A is incorrect. Azure templates are for deploying resources, not administrative management.
C is incorrect. Azure subscriptions may help with billing, but resource groups would be a better choice.

Microsoft Azure Administrator AZ-104 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure Administrator AZ-104 exam and earn Microsoft Azure Administrator AZ-104 certification.