Easy1 markMultiple Choice
AZ-900 · Question 37 · Domain 2.5: Azure Identity, Access, and Security
Which Azure feature allows you to grant a user the exact permissions they need to manage virtual machines in a specific resource group, without granting them access to other resources?
Which Azure feature allows you to grant a user the exact permissions they need to manage virtual machines in a specific resource group, without granting them access to other resources?
Answer options:
A.
Azure Policy
B.
Azure Role-Based Access Control (RBAC)
C.
Resource Locks
D.
Conditional Access
How to approach this question
Identify the authorization system used to manage access to Azure resources.
Full Answer
B.Azure Role-Based Access Control (RBAC)✓ Correct
Azure Role-Based Access Control (RBAC)
Azure Role-Based Access Control (RBAC) is an authorization system built on Azure Resource Manager that provides fine-grained access management of Azure resources. You can assign roles (like Virtual Machine Contributor) at specific scopes (like a Resource Group).
Common mistakes
Confusing RBAC with Azure Policy. RBAC focuses on user actions (who can do what). Policy focuses on resource properties (what can be created).
Practice the full Azure Fundamentals AZ-900 Practice Exam 7
60 questions · hints · full answers · grading
More questions from this exam
Q1What is the primary definition of cloud computing?EasyQ2True or False: In the shared responsibility model, the customer is always responsible for the sec...EasyQ3Which TWO of the following are characteristics of a public cloud? (Select TWO)MediumQ4Which cloud benefit describes the ability of a system to remain operational for a high percentage...EasyQ5A company wants to transition from purchasing physical servers to paying a monthly fee based on t...Easy
Expert