A financial services company is designing a monitoring and log routing architecture for its Azure environment, which spans the East US and North Europe regions. The architecture must meet the following requirements:
- Diagnostic logs from resources in both regions must be collected.
- To comply with local data residency regulations, logs generated in East US must remain within the United States, and logs generated in North Europe must remain within the European Union.
- A centralized security operations team requires real-time access to security-related logs from both regions using a third-party SIEM tool.
- Internal audit teams must have read-only access to log data originating from their respective regions only, without the ability to view logs from other regions.
- Management overhead and the number of Log Analytics workspaces must be minimized.
Which log routing and workspace configuration should you recommend?
- ADeploy one Log Analytics workspace in East US and one in North Europe. Configure diagnostic settings to route resource logs to their respective regional workspaces. Assign the Log Analytics Reader role directly to individual auditor user accounts on their respective regional workspaces. Configure diagnostic settings to stream security logs to regional Azure Event Hubs for SIEM ingestion.
- Deploy one Log Analytics workspace in East US and one in North Europe. Configure diagnostic settings to route resource logs to their respective regional workspaces. Assign regional audit teams to Microsoft Entra ID groups, and assign the Reader role to these groups at the workspace level. Configure resource diagnostic settings to stream security logs to regional Azure Event Hubs for SIEM ingestion.Cevap
- CDeploy a single centralized Log Analytics workspace in East US. Configure diagnostic settings for resources in both East US and North Europe to route logs to this central workspace. Assign Microsoft Entra ID groups for each audit team and grant them workspace-context RBAC access filtered by resource group.
- DDeploy a single centralized Log Analytics workspace in North Europe. Create an Azure Policy with a 'Deny' effect to prevent logs from East US from being written to the workspace. Configure resource diagnostic settings to route all resource logs to this workspace, relying on the policy to enforce data residency.