Developing Solutions for Microsoft Azure (AZ-204) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Developing Solutions for Microsoft Azure Exam. Prepare with flashcards and multiple choice questions, get hints and explanations for each question. Ace your test prep!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which statement is true regarding resource groups in Azure?

  1. Resources can be in multiple resource groups.

  2. Role-based access control can be applied to the resource group.

  3. Resource groups can be nested.

  4. Resource groups can only contain a single type of resource.

The correct answer is: Role-based access control can be applied to the resource group.

The correct statement regarding resource groups in Azure is that role-based access control (RBAC) can be applied to the resource group. This means that you can manage access to all the resources within the group by assigning roles to users, groups, or service principals at the resource group level. This capability allows for more organized management of permissions across multiple resources and ensures that individuals have the appropriate level of access based on their roles. Resource groups serve as a logical container for resources and offer a way to manage permissions and policies collectively. By applying RBAC at the resource group level, you simplify the management of permissions, enabling easier governance and security of the resources contained within that group. The aspects regarding resources being in multiple groups, the nesting of resource groups, and the limitation to a single type of resource are not in line with Azure's design. Resources cannot belong to multiple resource groups, resource groups cannot be nested inside one another, and a single resource group can hold a diverse set of resource types from different Azure services.