An administrator needs to configure diagnostic settings across several Azure resources to meet specific security and troubleshooting requirements. Match each monitoring requirement to its correct Azure Monitor diagnostic log category.
- Track secret retrievals, key rotations, and administrative policy changes in a key vault.AuditEvent
- Troubleshoot IPsec tunnel negotiation and connectivity failures on a Site-to-Site VPN.IKEDiagnosticLog
- Analyze client request patterns and blocked SQL injection attacks on a Layer 7 load balancer.ApplicationGatewayAccessLog and ApplicationGatewayFirewallLog
- Log read, write, and delete transactions performed on object storage containers.StorageRead, StorageWrite, and StorageDelete
Cevap
The requirement to track key vault secret retrievals matches AuditEvent; troubleshooting VPN tunnel negotiation matches IKEDiagnosticLog; analyzing Application Gateway WAF and access events matches ApplicationGatewayAccessLog and ApplicationGatewayFirewallLog; logging blob storage transactions matches StorageRead, StorageWrite, and StorageDelete.
The correct matches map each resource's telemetry needs to its exact Azure diagnostic log categories: AuditEvent for Azure Key Vault, IKEDiagnosticLog for VPN gateway tunnel negotiations, ApplicationGatewayAccessLog and ApplicationGatewayFirewallLog for Application Gateway web traffic and threat logs, and StorageRead, StorageWrite, and StorageDelete for granular transactional operations on the storage account's blob service.
Adım Adım Çözüm
Anahtar Kavram
Azure Monitor diagnostic settings allow administrators to route resource logs and metrics to various destinations. Each Azure resource type exposes specific log categories that must be individually selected based on the monitoring objectives.
Tahmini Süre:1m 30s