78.6k views
5 votes
What scopes in Azure are available for applying RBAC?

A.Subscription
B.Resource Group
C.Resource
D.All of the above

1 Answer

4 votes

Final answer:

In Azure, RBAC can be applied at multiple scopes: the subscription level, the resource group level, and the resource level. The correct answer is D. All of the above, meaning that RBAC roles can be assigned at all aforementioned levels.

Step-by-step explanation:

The scopes in Azure available for applying RBAC (Role-Based Access Control) are:

  1. Subscription
  2. Resource Group
  3. Resource
  4. All of the above

The correct answer to the question is D. All of the above. Azure allows you to apply RBAC roles at different levels of granularity to offer more precise access management. For example, you may assign a user full access to manage virtual machines in a specific subscription, but only read access to a single storage account within that subscription.

User Vasily Sochinsky
by
8.3k points