CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Understanding Temporary Access in Azure: An Exam Question Walkthrough

Master the AZ-104 exam by exploring how to provide temporary access to Azure resources. We break down the question and options for clarity.

Temporary access decisions can trip up candidates. Knowing the right Azure feature to use is crucial for scenarios involving contractors or temporary roles.

The question

You are the Azure administrator for your organization and need to provide temporary access to a specific resource group for a contractor. Which Azure feature should you use to achieve this?

Think before you scroll

Take a moment to consider what each option offers. Understand the purpose of the features listed and how they apply to access control. This will help you identify the best choice for granting temporary access.

The answer

The correct option is B. Role-Based Access Control (RBAC). RBAC allows you to assign specific roles to users or groups, granting them access to Azure resources for a defined period. This aligns perfectly with the scenario of giving temporary access to a contractor.

Why the other options lose

The concept behind it

The key principle here is understanding access management in Azure. Role-Based Access Control (RBAC) is all about assigning roles based on the principle of least privilege. By doing so, you ensure that users only have access to the resources they need, and for the time they need it. This principle is essential for managing permissions effectively.

Exam trap to remember

Always remember: Use RBAC for user access management, especially when dealing with temporary roles or permissions. This will help avoid common pitfalls in the exam.

Take the free AZ-104 mock exam

Take a free mock exam →