A company has Azure workloads deployed across the East US and North Europe regions. Regulatory compliance mandates that log data originating from North Europe must remain within the European Union (EU) boundaries. The security team must be able to perform central security analytics across all regions using Microsoft Sentinel. Regional operations teams must only access logs from their respective regions. Furthermore, the configuration of diagnostic log routing to the correct regional destination must be automated for all new resources to minimize administrative overhead. Which architecture should you design to meet the requirements?
- Deploy two Log Analytics workspaces: one in East US and one in North Europe. Enable Microsoft Sentinel on both workspaces. Configure Azure Policy with a DeployIfNotExists effect to automatically route diagnostic logs to the local workspace in each region, and assign access using Microsoft Entra ID groups.Answer
- BDeploy a single centralized Log Analytics workspace in East US. Enable Microsoft Sentinel on the workspace. Configure Azure Policy with a DeployIfNotExists effect to route all diagnostic logs to this centralized workspace, and assign access using Microsoft Entra ID groups.
- CDeploy two Log Analytics workspaces: one in East US and one in North Europe. Enable Microsoft Sentinel on both workspaces. Configure Azure Policy with a DeployIfNotExists effect to route diagnostic logs to the local workspace in each region, and assign access permissions directly to individual regional user accounts.
- DDeploy two Log Analytics workspaces: one in East US and one in North Europe. Enable Microsoft Sentinel on both workspaces. Configure Azure Policy with a Deny effect to block the deployment of resources that do not have active diagnostic log routing configured, and assign access using Microsoft Entra ID groups.
Answer
Deploy two Log Analytics workspaces (one in East US and one in North Europe) with Sentinel enabled, configure Azure Policy with a DeployIfNotExists effect to automate regional log routing, and manage access using Microsoft Entra ID groups.
The correct architecture uses separate workspaces in East US and North Europe to comply with data residency regulations. It automates diagnostic configuration using a DeployIfNotExists Azure Policy, which configures log routing without blocking deployments. Finally, it delegates access using Microsoft Entra ID groups, satisfying the requirement to minimize administrative overhead.
Step-by-Step Solution
Key Concept
Designing compliant, automated, and secure multi-region log routing and workspace architectures in Azure.