A multinational manufacturing company operates workloads in the Germany West Central and East US regions. The compliance and security teams mandate the following requirements:
- Virtual machine resource logs must be stored regionally to comply with strict data residency laws, and regional operations teams must only access logs generated within their respective region.
- Diagnostic logs of Azure Key Vaults containing cryptographic keys must be retained for at least 7 years in a tamper-proof state.
- Azure Activity logs and Microsoft Entra ID sign-in logs must be forwarded to a third-party SIEM tool located in the on-premises datacenter.
- Administrative access to monitoring settings must be automatically enforced for new resources, and role assignments must scale without administrative overhead.
Which two components or configurations should you include in the log routing and monitoring design?
- An Azure Event Hubs namespace to stream Azure Activity and Microsoft Entra ID sign-in logs to the on-premises SIEM.Answer
- An Azure Storage account configured with a time-based retention immutability policy to store Key Vault diagnostic logs.Answer
- CA single centralized Log Analytics workspace located in Germany West Central to store all virtual machine resource logs, using resource-context Role-Based Access Control (RBAC) to enforce regional boundaries.
- DAn Azure Policy definition with the Deny effect to automatically configure diagnostic settings for all newly created virtual machines.
- EDirect assignment of the monitoring reader permissions to individual regional administrators' Microsoft Entra ID accounts to simplify access management.