An organization is designing a log routing and monitoring solution for application workloads deployed across two Azure regions: West US and North Europe. The design must meet the following requirements:
- Logs containing personally identifiable information (PII) from resources in North Europe must remain within the European Union (EU) to comply with data sovereignty regulations.
- Any newly deployed resource must be automatically configured to route its diagnostic logs without manual intervention.
- The monitoring logs must be retained for seven years, minimizing costs for long-term storage.
- Administrative access must follow the principle of least privilege, ensuring European operators can only access European logs, while central administrators can query logs across both regions.
Which two configurations should you include in the monitoring design?
- Deploy separate Log Analytics workspaces in West US and North Europe, and route diagnostic logs to regional Azure Storage accounts with lifecycle policies.Answer
- Configure an Azure Policy definition with the DeployIfNotExists effect to remediate resources by deploying diagnostic settings automatically.Answer
- CDeploy a single centralized Log Analytics workspace in West US to collect logs from both regions and simplify administration.
- DConfigure an Azure Policy definition with the Deny effect to block the deployment of any resource that does not have diagnostic settings configured.
- EAssign the Log Analytics Reader role directly to the individual Microsoft Entra user accounts of the European operators on the North Europe workspace.