A multinational enterprise has workloads deployed in the East US and West Europe Azure regions. The enterprise must design a monitoring and log routing architecture that meets the following requirements:
1. All security logs must be analyzed using Microsoft Sentinel.
2. Data residency regulations dictate that logs generated by resources in West Europe must not leave the West Europe region.
3. The Security Operations (SecOps) team must be able to query security logs across both regions from a single query interface.
4. Development teams must only access diagnostic logs for the specific resources they manage. They must not have access to security logs or logs of resources owned by other teams.
5. Workspace administrative overhead and the number of Log Analytics workspaces must be minimized.
Which monitoring and log routing configuration should you recommend?
- ADeploy a single centralized Log Analytics workspace in East US. Enable Microsoft Sentinel on this workspace. Route all diagnostic logs from both East US and West Europe to this workspace, and use resource-context Azure RBAC to restrict developer access to their specific resource logs.
- BDeploy separate Log Analytics workspaces in East US and West Europe for each development team's resources, and a separate pair of workspaces in both regions for Microsoft Sentinel. Configure workspace-context Azure RBAC for developers on their designated workspaces.
- Deploy one Log Analytics workspace in East US and one in West Europe. Enable Microsoft Sentinel on both workspaces, and query both workspaces centrally. Route resource diagnostic logs to these regional workspaces, and grant developers Read permissions on their specific Azure resources to enable resource-context log access.Answer
- DDeploy one Log Analytics workspace in East US and one in West Europe. Enable Microsoft Sentinel on both workspaces. Assign the Log Analytics Reader role directly to individual developer user accounts at the workspace level, and use an Azure Policy with a Deny effect to prevent deployment of resources without diagnostic settings.