An enterprise is designing a centralized monitoring and log routing architecture for its Azure environment. The architecture must accommodate various auditing, security, and networking logs while satisfying constraints around operational cost, real-time analysis, administrative access control, and long-term retention.
Match each log routing requirement scenario on the left with the most appropriate Azure destination or architectural configuration on the right.
- Virtual Network flow logs requiring flow visualization, traffic patterns analysis, and a 7-year data retention compliance policy.A Storage Account serving as the target for Network Watcher flow logs, integrated with a Log Analytics Workspace that has Traffic Analytics enabled.
- Near-real-time streaming of Microsoft Entra ID security logs to a third-party, non-Azure Security Information and Event Management (SIEM) system.An Azure Event Hubs namespace configured in the Diagnostic Settings of the tenant to stream logs to an external partner integration.
- Diagnostic logs from Azure Key Vaults and App Services across multiple subscriptions that require joint querying while keeping access restricted based on resource-level permissions.A centralized Log Analytics Workspace using the resource-context access control mode, targeted by Resource Diagnostic Settings.
- Archiving of subscription-wide administrative operation events (write, delete, and action actions) for low-cost compliance storage over several years.A dedicated Storage Account with configured lifecycle management rules, acting as the target for subscription Activity Logs.
Cevap
The correct matches pair: (1) Virtual Network flow logs requiring Traffic Analytics and 7-year retention with a Storage Account target for Network Watcher flow logs integrated with Traffic Analytics in a Log Analytics Workspace; (2) Microsoft Entra ID log streaming to a third-party SIEM with an Azure Event Hubs namespace; (3) Centralized resource diagnostic querying with resource-level permissions to a centralized Log Analytics Workspace using resource-context access control; (4) Low-cost Activity Log archiving with a dedicated Storage Account with lifecycle management rules.
The correct matches map each log source and constraint to the appropriate architectural endpoint: Event Hubs for external SIEM streaming, resource-context Log Analytics Workspaces for decentralized querying with RBAC controls, Network Watcher flow logs to Storage plus Traffic Analytics for flow analysis, and Storage Accounts with lifecycle rules for long-term Activity Log archiving.
Adım Adım Çözüm
Anahtar Kavram
Designing Azure Monitor diagnostic log routing architecture and access control models to meet compliance, security, and administrative isolation requirements.