
Answer-first summary for fast verification
Answer: multiple subscriptions, multiple resource groups
The question asks for two methods to segment Azure for departments where each department's resources are managed by its own administrator. Option A (multiple subscriptions) is correct because each subscription provides isolated billing, resource management, and administrative boundaries, allowing department administrators full control over their resources. Option D (multiple resource groups) is also correct because resource groups enable logical grouping and management of resources within a subscription, with RBAC permissions applied at the resource group level to grant department administrators access to their specific resources. Option B (multiple Azure AD directories) is incorrect as it would create separate identity management tenants, complicating user access and not directly segmenting resources. Option C (multiple regions) is incorrect as regions are for geographical placement of resources and do not inherently provide administrative segmentation for departments. The community discussion strongly supports A and D, with 95% consensus and detailed reasoning highlighting billing isolation with subscriptions and resource organization with resource groups.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is migrating to Azure and has multiple departments. Each department's Azure resources will be managed by its own administrator. Which two methods can be used to segment the Azure environment for these departments? Each correct answer presents a complete solution.
A
multiple subscriptions
B
multiple Azure Active Directory (Azure AD) directories
C
multiple regions
D
multiple resource groups
No comments yet.