A retail company operates a multi-tier e-commerce platform deployed in the East US 2 and UK South regions. The company's compliance policy dictates that all auditing and diagnostic data generated in UK South must remain within the UK geographic boundary. Regional administrators in each region must only be able to view logs for resources within their administrative scope. The security team must be able to run queries across logs from both regions. Which of the following log routing and workspace architectures should you recommend?
- Deploy one Log Analytics workspace in East US 2 and another in UK South. Route diagnostic logs from resources in each region to their respective regional workspace. Grant workspace access to regional administrators using Microsoft Entra groups assigned to the respective workspace.Answer
- BDeploy a single centralized Log Analytics workspace in East US 2. Route all regional diagnostic logs to this workspace, and configure workspace-context Access Control (IAM) using individual user assignments to restrict access by region.
- CDeploy one Log Analytics workspace in East US 2 and another in UK South. Route diagnostic logs to their respective regional workspaces. Grant regional administrators Owner permissions at the subscription level, and use an Azure Policy with a Deny effect to prevent them from reading logs outside their region.
- DDeploy one Log Analytics workspace in East US 2 and another in UK South. Route diagnostic logs to their local workspaces. Grant workspace-level access by assigning the Reader role directly to the individual Azure user accounts of the regional administrators.
Answer
Deploy two separate Log Analytics workspaces (one in East US 2 and one in UK South) to satisfy regional data residency requirements, and manage access to these workspaces using Microsoft Entra groups.
Deploying separate regional Log Analytics workspaces ensures that data residency constraints are met because the logs for UK South remain within the UK geographic boundary. The security team can still perform cross-workspace queries when needed. Access is restricted regionally by granting workspace-level permissions to regional administrators using Microsoft Entra groups, which satisfies both isolation and security best practices.
Step-by-Step Solution
Key Concept
Designing regional Log Analytics workspaces to satisfy compliance constraints and setting up secure workspace access control using Microsoft Entra groups.
Estimated Time:1m 30s