An enterprise operates a web application deployed in both the East US and North Europe regions. European Union (EU) data sovereignty regulations mandate that all monitoring logs containing EU user activity must remain physically within Europe and be accessible only by European administrators. US operations logs have no such restrictions. You need to design an Azure Monitor log routing solution that complies with these regulations while adhering to Microsoft security and administrative best practices. Which design should you recommend?
- Deploy a Log Analytics workspace in North Europe and a separate Log Analytics workspace in East US. Configure diagnostic settings on regional resources to route logs to their respective regional workspaces, and grant workspace access to EU administrators via Microsoft Entra groups.Answer
- BDeploy a single centralized Log Analytics workspace in East US. Configure diagnostic settings on all resources in both regions to route to this centralized workspace, using workspace-level access control list (ACL) rules to segregate regional log views.
- CDeploy separate Log Analytics workspaces in North Europe and East US. Route logs to their respective regional workspaces, and directly assign the Log Analytics Reader role to the individual user accounts of each EU administrator.
- DDeploy separate Log Analytics workspaces in North Europe and East US. Enforce diagnostic settings compliance by using an Azure Policy with the Deny effect to automatically create and configure diagnostic settings on new resources.
Answer
Deploy a Log Analytics workspace in North Europe and a separate Log Analytics workspace in East US. Configure diagnostic settings on regional resources to route logs to their respective regional workspaces, and grant workspace access to EU administrators via Microsoft Entra groups.
The correct design utilizes regional Log Analytics workspaces to satisfy regional data residency requirements for EU data sovereignty. Access is granted through Microsoft Entra groups rather than individual user accounts to adhere to RBAC scalability and security best practices.
Step-by-Step Solution
Key Concept
Designing regional and compliant log routing architectures using Azure Monitor, Log Analytics workspaces, and Microsoft Entra RBAC best practices.