A logistics company hosts a real-time delivery tracking system on Azure. The engineering team must address three distinct monitoring objectives:
1. Analyze historical event logs from multiple Azure resources over the past 30 days using Kusto Query Language (KQL).
2. Trace code-level performance bottlenecks and exceptions inside the running API application.
3. Verify if Microsoft is experiencing any active datacenter outages or planning updates that could impact their deployment region.
Which combination of Azure features should the team use for each objective?
- Objective 1: Log Analytics; Objective 2: Application Insights; Objective 3: Azure Service HealthCevap
- BObjective 1: Azure Monitor Metrics; Objective 2: Log Analytics; Objective 3: Azure Advisor
- CObjective 1: Log Analytics; Objective 2: Azure Service Health; Objective 3: Azure Monitor Metrics
- DObjective 1: Azure Activity Log; Objective 2: Application Insights; Objective 3: Azure Advisor
Cevap
Objective 1: Log Analytics; Objective 2: Application Insights; Objective 3: Azure Service Health
The correct option maps Log Analytics to Objective 1 because KQL queries are executed against logs stored in a Log Analytics workspace. It maps Application Insights to Objective 2 because it is the primary application performance monitoring tool that intercepts code-level errors. It maps Azure Service Health to Objective 3 because it tracks Azure service availability and outages across regions.
Adım Adım Çözüm
Anahtar Kavram
Distinguishing the capabilities of Azure Monitor (Log Analytics and Application Insights) from Azure Service Health
Tahmini Süre:2m 0s