Start here! Get your feet wet with the Microsoft cloud and begin your journey to earning your Microsoft Certified: Azure Fundamentals certification!
Prepare and test your skills

Prepare and test your skills

Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An organization is migrating several workloads to Azure and wants to align its access management strategy with the Zero Trust security model. The primary goal is to minimize the potential damage (blast radius) if user credentials are compromised and prevent unauthorized lateral movement across cloud resources.
Which strategy best aligns with the Zero Trust model to minimize breach risk in Azure?
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.
The principle of least privilege ensures that users, applications, and services receive only the minimum level of access necessary to complete their specific tasks. Paired with just-in-time (JIT) access controls, permissions are granted dynamically and temporarily, expiring automatically once the required operational window closes.
Under the Zero Trust framework, the core guiding philosophy is "never trust, always verify" and "assume breach." Implementing least privilege directly limits the scope of what an identity can access. If an account is compromised, the attacker's ability to move laterally or access sensitive systems is severely restricted because the identity lacks broad or persistent permissions.
Adopting least privilege and JIT access represents a foundational pillar of modern cloud security. Unlike traditional perimeter-based security architectures that assume trust within an internal network boundary, this approach constantly validates identity, context, and explicit necessity before granting minimal required access.