An enterprise has Azure workloads deployed in the Australia East and Japan East regions. You are designing a monitoring and log routing solution that must satisfy the following requirements:
* Data Sovereignty: All diagnostic and activity logs generated by resources in Australia East must remain stored within Australia. All logs generated in Japan East must remain stored within Japan.
* Central Security Operations: A global security team based in the United States must have a unified, real-time interface to run security analytics and threat-hunting queries using Microsoft Sentinel across all regional logs.
* Operational Access: Regional operations teams must only access diagnostic logs and performance metrics for the resources they manage within their respective regions.
* Governance and Security: Access controls must follow the principle of least privilege and be managed at scale using security groups.
Which log routing and workspace architecture should you recommend?
- Deploy a Log Analytics workspace in Australia East and another in Japan East, enabling Microsoft Sentinel on both workspaces. Configure diagnostic settings to route regional logs to their respective local workspaces. Grant the global security team permissions to run cross-workspace queries. Assign the regional operations teams to Microsoft Entra ID groups and assign these groups the Reader role at the resource group scope to enable resource-context log access.Answer
- BDeploy a single centralized Log Analytics workspace in the East US region and enable Microsoft Sentinel on it. Configure all diagnostic settings in Australia East and Japan East to route logs to this centralized workspace, and grant workspace-level Reader access to the regional operations teams.
- CDeploy a Log Analytics workspace in Australia East and another in Japan East, enabling Microsoft Sentinel on both. Configure diagnostic settings to route regional resource logs to their local workspaces. For the regional operations teams, assign the Reader role directly to each individual user account on the regional Log Analytics workspace to restrict their access to that specific region's logs.
- DDeploy a Log Analytics workspace in Australia East and another in Japan East, enabling Microsoft Sentinel on both. Configure Azure Policy with a Deny effect to block the deployment of any resources in Australia East and Japan East unless they are configured to route diagnostic logs to a centralized Log Analytics workspace in the East US region.