Medium1 markMultiple Choice
AZ-900 · Question 60 · Domain 3.4: Monitoring Tools
Select TWO capabilities of Azure Application Insights.
Select TWO capabilities of Azure Application Insights.
Answer options:
A.
Automatically detect performance anomalies in web apps
B.
Provide analytics tools to diagnose application issues
C.
Monitor the physical temperature of Azure datacenters
D.
Enforce compliance rules on resource creation
E.
Estimate the monthly cost of Azure services
How to approach this question
Application Insights is for developers to monitor the code they wrote. Look for options related to application performance and diagnostics.
Full Answer
Automatically detect performance anomalies in web apps AND Provide analytics tools to diagnose application issues
Application Insights, a feature of Azure Monitor, is an extensible Application Performance Management (APM) service for developers. It automatically detects performance anomalies, and includes powerful analytics tools to help you diagnose issues and understand what users actually do with your app.
Common mistakes
Confusing App Insights with infrastructure monitoring. App Insights looks inside the code (e.g., slow database queries, page load times), not just at the VM's CPU usage.
Practice the full Azure Fundamentals AZ-900 Practice Exam 5
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the best definition of cloud computing?EasyQ02According to the shared responsibility model, which of the following is ALWAYS the responsibility...MediumQ03Which cloud model combines on-premises infrastructure with a public cloud, allowing data and appl...EasyQ04True or False: Moving to a public cloud typically requires a significant upfront Capital Expendit...EasyQ05An e-commerce website experiences a sudden spike in traffic during a holiday sale. The system aut...Medium
Expert