An enterprise is designing a monitoring and log routing architecture for a multi-region workload deployed in East US and West Europe. The architecture must meet the following requirements:
- Logs generated by resources in West Europe must remain resident within the European Union (EU) to comply with data sovereignty regulations.
- Access to logs must be restricted so that application developers can only view diagnostic data for the specific resources they own, without having access to other resources' logs stored in the same workspace.
- Diagnostic logs from Azure Key Vault and Azure SQL Database instances must be streamed in real-time to a third-party SIEM platform in each respective region.
- Administrative overhead for managing log access permissions must be minimized.
Which two components or configurations should you include in the design to meet these requirements? (Choose two.)
- Separate Log Analytics workspaces in East US and West Europe configured to use resource-context access control.Cevap
- An Azure Event Hubs namespace in each region with diagnostic settings configured on resources to stream logs to their regional event hub.Cevap
- CA single centralized Log Analytics workspace in East US configured with workspace-context access control.
- DLog Analytics Reader role assignments granted directly to individual developer user accounts on the workspaces.
- EAzure Policy definitions with a Deny effect to block resource deployments that do not specify the correct regional Event Hub destination in their diagnostic settings.