An enterprise is designing a monitoring and log routing architecture for application workloads deployed across two Azure regions: East US and West US.
The design must meet the following requirements:
- Members of the East US operations team must only view logs for East US resources.
- Members of the West US operations team must only view logs for West US resources.
- A central security team must be able to query logs across both regions.
- Cross-region data egress costs for log ingestion must be minimized.
- All newly deployed resources in both regions must be automatically configured to route their diagnostic logs to the appropriate destination.
- Administrative governance and access management must follow Microsoft best practices.
Which log routing and access management strategy should you recommend?
- Deploy a Log Analytics workspace in East US and another in West US. Associate the regional operations teams with Microsoft Entra groups and assign each group the Reader role on its respective regional workspace. Assign the central security team's Entra group the Reader role on both workspaces. Use Azure Policy with a DeployIfNotExists effect to automatically configure diagnostic settings for new resources to point to their local regional workspace.Cevap
- BDeploy a single centralized Log Analytics workspace in East US. Associate the regional operations teams with Microsoft Entra groups and configure resource-context RBAC to limit their access to their respective resources. Use Azure Policy with a DeployIfNotExists effect to automatically configure diagnostic settings for new resources in both regions to route logs to the centralized workspace.
- CDeploy a Log Analytics workspace in East US and another in West US. Assign the workspace-level Reader role directly to the individual Azure user accounts of each member of the regional operations teams. Use Azure Policy with a DeployIfNotExists effect to automatically configure diagnostic settings for new resources to point to their local regional workspace.
- DDeploy a Log Analytics workspace in East US and another in West US. Associate the regional operations teams with Microsoft Entra groups and assign each group the Reader role on its respective regional workspace. Assign the central security team's Entra group the Reader role on both workspaces. Use Azure Policy with a Deny effect to block the deployment of any resources that do not have diagnostic settings manually configured to route to the correct regional workspace.