A healthcare provider deploys a web-based patient portal using Azure App Service. The cloud engineering team needs to:
1. View metrics and trace logs to isolate performance bottlenecks within the application's code.
2. Check for scheduled platform maintenance or region-wide outages that could impact the availability of the App Service plan.
Which Azure services or features should the team use for these respective needs?
- AAzure Service Health for code performance bottlenecks, and Application Insights (a feature of Azure Monitor) for scheduled maintenance and outages
- Application Insights (a feature of Azure Monitor) for code performance bottlenecks, and Azure Service Health for scheduled maintenance and outagesCevap
- CAzure Advisor for code performance bottlenecks, and Azure Service Health for scheduled maintenance and outages
- DApplication Insights (a feature of Azure Monitor) for both code performance bottlenecks and scheduled maintenance or outages
Cevap
Application Insights (a feature of Azure Monitor) for code performance bottlenecks, and Azure Service Health for scheduled maintenance and outages
The correct option correctly maps Application Insights (part of Azure Monitor) to application-level diagnostics (identifying code bottlenecks) and Azure Service Health to platform-level events (planned maintenance and outages).
Adım Adım Çözüm
Anahtar Kavram
Azure Monitor (specifically Application Insights) is used for application-level diagnostics and performance tracking, whereas Azure Service Health is used to track cloud-wide service degradations, outages, and planned maintenance affecting your resources.