
Answer-first summary for fast verification
Answer: No
The solution does not meet the goal because using multiple Azure AD directories (tenants) increases administrative overhead rather than minimizing it. Each Azure AD tenant is isolated, requiring separate management of users, groups, and permissions, which complicates resource sharing and central oversight. The community consensus (e.g., high upvotes on comments advocating for 'B') supports that segmentation is better achieved through Azure Resource Manager (ARM) hierarchies—such as management groups, subscriptions, and resource groups—combined with Role-Based Access Control (RBAC). This approach allows division-specific administrators to manage resources within a single Azure AD tenant, reducing duplication and effort. Option A ('Yes') is incorrect as it contradicts the goal of minimal administrative effort.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are planning to migrate a company with multiple divisions to Azure. Each division will have its own administrator to manage Azure resources. You need to segment Azure for these divisions while minimizing administrative overhead.
Proposed Solution: Use multiple Azure Active Directory (Azure AD) tenants.
Does this solution meet the goal?
A
Yes
B
No
No comments yet.