An enterprise is designing a diagnostic log routing solution for a workload consisting of Azure Key Vault instances and Azure SQL Database instances. The solution must satisfy the following constraints:
- Audit logs for all key operations and access attempts in Azure Key Vault must be routed to an external, third-party security information and event management (SIEM) system with sub-minute latency.
- Azure SQL Database transaction logs must be stored cost-effectively in a Write Once, Read Many (WORM) format for 5 years within the same region.
- Access control configuration must adhere to the principle of least privilege, preventing the assignment of permissions directly to individual administrator user accounts.
Which two destination resources and configurations should you include in the diagnostic settings design? (Select two.)
- An Azure Event Hubs namespace to stream the Key Vault diagnostic logs to the external SIEM.Answer
- An Azure Storage account configured with a time-based retention policy for immutable storage (WORM) to store the SQL Database transaction logs.Answer
- CA single centralized Log Analytics workspace to store all logs, with monitoring access permissions assigned directly to individual administrator user accounts.
- DA single centralized Log Analytics workspace located in a different region to aggregate all diagnostic logs to minimize administrative workspace overhead.
- EAn Azure Policy configured with a Deny effect to automatically deploy diagnostic settings for all database resources.