A multinational enterprise runs application workloads in the East US and Germany West Central regions. The German operations collect diagnostic logs containing metadata subject to strict European Union data sovereignty regulations, which mandate that all telemetry must remain resident within Germany. To manage these environments, the enterprise requires automated configuration of diagnostic logging for new resources, and the German security auditing team must be granted exclusive access to the German log files.
Which design strategy should you recommend to meet these requirements?
- Deploy separate Log Analytics workspaces in East US and Germany West Central, configure resources to route diagnostic logs to their local regional workspace, and manage access for the German auditors using Microsoft Entra security groups mapped to workspace roles.Answer
- BDeploy a single centralized Log Analytics workspace in East US, route all diagnostic and operational logs from both regions to it, and grant the German auditors workspace-level permissions.
- CDeploy separate Log Analytics workspaces in East US and Germany West Central, and assign an Azure Policy with the Deny effect to prevent deployments of resources that lack active diagnostic settings targeting these workspaces.
- DDeploy separate Log Analytics workspaces in East US and Germany West Central, configure local log routing, and assign the Log Analytics Reader role directly to the individual Azure user accounts of the German auditors.
Answer
Deploy separate Log Analytics workspaces in East US and Germany West Central, configure resources to route diagnostic logs to their local regional workspace, and manage access for the German auditors using Microsoft Entra security groups mapped to workspace roles.
The correct strategy deploys separate regional workspaces to satisfy European Union data sovereignty laws by keeping German operational data inside Germany. Furthermore, managing workspace access through Microsoft Entra security groups rather than individual account assignments aligns with identity governance best practices.
Step-by-Step Solution
Key Concept
Designing compliant Azure Monitor architectures that balance data residency regulations, policy-driven automation, and secure identity delegation.
Estimated Time:1m 30s