An organization is designing a monitoring and log routing architecture for application workloads deployed across two Azure regions: East US and North Europe. The solution must meet the following requirements:
- Regulatory compliance mandates that operational logs generated in North Europe must reside within the North Europe region and must not be accessible from the East US region.
- Resource owners must only be able to query logs for the specific Azure resources they own, without having access to other operational logs in the same workspace.
- Diagnostic settings for all newly created virtual machines must be configured automatically to route logs to the appropriate regional workspace.
Which two configurations should you include in the design to meet the requirements?
- Separate Log Analytics workspaces in East US and North Europe with the workspace access mode configured to require resource-context access.Answer
- BA single centralized Log Analytics workspace located in East US with workspace-context RBAC permissions assigned to resource owners.
- An Azure Policy definition configured with the DeployIfNotExists effect to deploy diagnostic settings to new virtual machines.Answer
- DAn Azure Policy definition configured with the Deny effect to block virtual machine deployments that lack pre-configured diagnostic settings.
- EDiagnostic settings that stream logs to a regional Event Hubs namespace, with Monitoring Reader roles assigned directly to individual resource owner user accounts.