A healthcare provider hosts a telehealth application with Azure resources deployed in both the East US and West Europe regions. To satisfy regulatory requirements, diagnostic logs from the West Europe resources must be stored strictly within the European Union, while logs from East US resources must reside within the United States. The access to these logs must be restricted to regional auditing teams, and administrative management overhead for the monitoring infrastructure must be minimized. Which log routing and workspace configuration should you recommend to meet these requirements?
- Deploy one Log Analytics workspace in West Europe and another in East US, configure diagnostic settings on regional resources to route to their respective local workspaces, and assign log access permissions to regional auditor groups using Microsoft Entra ID groups.Answer
- BDeploy a single centralized Log Analytics workspace in East US, configure diagnostic settings on all regional resources to route logs to this workspace, and use resource-context Azure RBAC to restrict European auditors to West Europe resource logs.
- CDeploy one Log Analytics workspace in West Europe and another in East US, configure diagnostic settings on regional resources to route to their respective local workspaces, and assign the Monitoring Reader role directly to the individual Azure user accounts of each regional auditor.
- DDeploy one Log Analytics workspace in West Europe and another in East US, and apply an Azure Policy with a Deny effect to automatically deploy and configure diagnostic settings for all newly created resources to route to the correct regional workspace.
Answer
Deploy one Log Analytics workspace in West Europe and another in East US, configure diagnostic settings on regional resources to route to their respective local workspaces, and assign log access permissions to regional auditor groups using Microsoft Entra ID groups.
The correct architecture requires separate Log Analytics workspaces in West Europe and East US to adhere to strict data residency and sovereignty requirements, as data in Log Analytics resides within the workspace's region. Access control is managed cleanly and securely by assigning the required permissions to Microsoft Entra ID groups representing the regional auditors rather than individual users.
Step-by-Step Solution
Key Concept
Designing compliant Azure Monitor architectures that respect data residency rules and follow Microsoft Entra ID RBAC best practices.