Medium1 markMultiple Choice
AZ-900 · Question 37 · Domain 2.5: Azure Identity, Access, and Security
What is the primary difference between Azure Role-Based Access Control (RBAC) and Azure Policy?
What is the primary difference between Azure Role-Based Access Control (RBAC) and Azure Policy?
Answer options:
A.
RBAC is used for virtual machines, while Azure Policy is used for storage accounts.
B.
RBAC controls who can perform actions, while Azure Policy controls what properties resources must have.
C.
RBAC is a free service, while Azure Policy requires a premium license.
D.
RBAC applies to on-premises resources, while Azure Policy applies only to cloud resources.
How to approach this question
Distinguish between identity permissions and resource governance rules.
Full Answer
B.RBAC controls who can perform actions, while Azure Policy controls what properties resources must have.✓ Correct
RBAC manages user access (e.g., granting a user permission to create a VM). Azure Policy ensures that when anyone creates a VM, it complies with corporate rules (e.g., it must be deployed in a specific region).
Common mistakes
Confusing RBAC and Policy because both restrict what can happen in an Azure environment.
Practice the full Azure Fundamentals AZ-900 Practice Exam 1
60 questions · hints · full answers · grading
More questions from this exam
Q01Which of the following best describes cloud computing?EasyQ02True or False: In an Infrastructure as a Service (IaaS) model, the cloud provider is responsible ...EasyQ03Which TWO of the following are recognized cloud deployment models? (Select TWO)MediumQ04What is the primary benefit of high availability in cloud computing?EasyQ05Which financial model allows a company to pay only for the computing resources they use, rather t...Easy
Expert