Recall & Review
beginner
What is an Access Policy in Azure?
An Access Policy in Azure defines specific permissions for a resource, like a key vault, controlling who can perform certain actions such as read or write.
Click to reveal answer
beginner
What does RBAC stand for and what is its purpose?
RBAC stands for Role-Based Access Control. It assigns roles to users or groups to control access to Azure resources based on their job functions.
Click to reveal answer
intermediate
How does RBAC differ from Access Policies in Azure?
RBAC controls access at the Azure resource level using roles, while Access Policies are specific to certain services like Key Vault and control permissions at a finer level.
Click to reveal answer
intermediate
Can RBAC and Access Policies be used together in Azure?
Yes, RBAC manages who can access the resource itself, and Access Policies manage what actions they can perform inside that resource, like keys or secrets in a Key Vault.
Click to reveal answer
beginner
Give a real-life example to explain RBAC vs Access Policies.
Think of RBAC as giving someone a key to a building (resource access). Access Policies are like rules inside the building that say which rooms they can enter or what they can do there.
Click to reveal answer
What does RBAC control in Azure?
✗ Incorrect
RBAC controls access to Azure resources by assigning roles to users or groups.
Access Policies in Azure are mainly used with which service?
✗ Incorrect
Access Policies are commonly used to control permissions inside Azure Key Vault.
Which statement is true about RBAC and Access Policies?
✗ Incorrect
RBAC manages who can access resources; Access Policies manage what actions can be done inside certain resources.
Can a user have access to a resource via RBAC but be blocked by Access Policies?
✗ Incorrect
A user may have resource access through RBAC but be limited by Access Policies on what they can do inside.
Which is a benefit of using RBAC over Access Policies?
✗ Incorrect
RBAC allows assigning roles that apply across many Azure resources, making access management easier.
Explain the difference between Access Policies and RBAC in Azure.
Think about who can enter a building versus what they can do inside.
You got /3 concepts.
Describe a scenario where you would use both RBAC and Access Policies together.
Consider controlling building entry and room access separately.
You got /3 concepts.