exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 5 question 20 discussion

Actual exam question from Microsoft's AZ-204
Question #: 20
Topic #: 5
[All AZ-204 Questions]

You develop and deploy an Azure App Service web app. The app is deployed to multiple regions and uses Azure Traffic Manager. Application Insights is enabled for the app.
You need to analyze app uptime for each month.
Which two solutions will achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. Azure Monitor logs
  • B. Application Insights alerts
  • C. Azure Monitor metrics
  • D. Application Insights web tests
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
coffecold
Highly Voted 2 years, 7 months ago
A and C. Metrics will give you the uptime. Logs will give you the causes of the downtime. wrong B: Alerts are not required wrong D: Web tests has nothing to do with uptime.
upvoted 31 times
130nk3r5
1 year, 5 months ago
Application Insights web tests Application Insights web tests can be used to monitor the availability of your app. It sends requests to your application at regular intervals from points around the world. It alerts you when your app is slow or failing, and provides diagnostic information to help you find and fix the issue. This can be used to analyze the uptime of your app for each month.
upvoted 2 times
...
Ciupaz
1 year, 6 months ago
Not correct for D: These web tests can help you track the uptime and availability of your application across different regions and provide valuable insights into its performance.
upvoted 2 times
...
...
qwerty112233
Highly Voted 2 years, 8 months ago
"You need to analyze app uptime for each month." how web tests and alerts will help you to analyze previous data?
upvoted 10 times
micro9000
2 years, 6 months ago
We are analyzing the app uptime not the resources or errors that our azure resources or the application generates, if you go to your App Insight instance -> Availability then click the SLA Report you will see the uptime report of your application there. That is the SLA report of your application.
upvoted 3 times
...
edmond
2 years, 5 months ago
Certainly web tests don't help, but for alerts, you can get use of the availability alerts, refer to https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability-alerts. I don't think the Metrics logs work here, hence BC makes more sense.
upvoted 2 times
edmond
2 years, 5 months ago
Sorry I meant the Monitor logs don't work in this case, the Monitor metrics and Application Insight alerts make more sense here.
upvoted 2 times
...
...
...
Piddi
Most Recent 4 months, 3 weeks ago
Selected Answer: AD
The correct answers are A (Azure Monitor logs) and D (Application Insights web tests). A. Azure Monitor logs allows querying of detailed availability data and creation of custom reports showing monthly uptime statistics. D. Application Insights web tests continuously monitor app availability across regions and store historical uptime data that can be analyzed monthly. Options B and C don't provide historical uptime analysis capabilities - alerts are for notifications, and metrics focus on real-time monitoring. Note: This is as per Claude.ai
upvoted 1 times
Piddi
4 months, 3 weeks ago
Incorrect please delete.
upvoted 1 times
...
Piddi
4 months, 3 weeks ago
I will go with C and D. Azure Monitor logs is meant for the required purpose. Azure Metrics and App insight are the correct options for the required purpose.
upvoted 1 times
...
...
Vichu_1607
6 months, 1 week ago
Selected Answer: AD
A: Azure Monitor logs D: Application Insights web tests
upvoted 1 times
...
8ac3742
9 months, 3 weeks ago
I choose "Application Insights web test" rather than "Azure Monitor Metrics" because the latter provide pre-aggregate metrics while I need detailed availability data for analysis by myself.
upvoted 1 times
...
royalbaby
10 months, 3 weeks ago
Passed the exam. Got this Q on 07/07. Selected A & C.
upvoted 2 times
...
giuliohome
11 months ago
Selected Answer: CD
Each correct answer presents a *complete* solution. Alerts are primarily designed to notify you in real-time and metrics might not provide the detailed data needed for thorough monthly uptime analysis on their own. Web tests provide detailed reports on uptime. Log Analytics is a tool in the Azure portal to edit and run log queries from data collected by Azure Monitor logs and interactively analyze their results. https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-tutorial This article introduces a simple way to calculate and report service-level agreement (SLA) for web tests through a single pane of glass across your Application Insights resources and Azure subscriptions. https://learn.microsoft.com/en-us/azure/azure-monitor/app/sla-report
upvoted 1 times
giuliohome
11 months ago
Analyze app uptime for each month: This indicates the need to review and understand the application's availability over a monthly period. It doesn't specify the need for real-time alerts or fine-grained event logs but rather a summary of uptime over time. For analyzing monthly app uptime, the most straightforward and effective approach involves using tools that provide direct measurements of uptime and allow for historical analysis so C and D.
upvoted 1 times
...
...
1CY1
11 months, 2 weeks ago
Talk about a spread of answers. I've got no idea of what to go with???
upvoted 1 times
1CY1
11 months, 2 weeks ago
C. Azure Monitor metrics. This is generally agreed on.
upvoted 3 times
...
...
Stel0Papad4
11 months, 3 weeks ago
Selected Answer: CD
According to Copilot CD The options B and A are not the best solutions for analyzing app uptime each month for the following reasons: B. Application Insights alerts: While alerts can notify you when your application is down, they are not designed for analyzing or reporting on historical uptime data. Alerts are more about real-time monitoring and immediate notification when certain conditions are met, such as an outage or performance degradation1. A. Azure Monitor logs: Azure Monitor logs can be used to collect and analyze a wide range of monitoring data, including logs for performance, diagnostics, and usage. However, they are more complex and are typically used for in-depth analysis and troubleshooting rather than a straightforward monthly uptime analysis. Azure Monitor logs would require you to write queries to extract uptime information, which might be more detailed than necessary for just uptime analysis
upvoted 1 times
Stel0Papad4
11 months, 3 weeks ago
On the other hand, C. Azure Monitor metrics and D. Application Insights web tests provide direct and straightforward methods to monitor and report on the uptime of your application. Metrics give you a clear, aggregated view of performance data over time, and web tests can monitor availability at regular intervals, which can be used to calculate uptime
upvoted 1 times
...
...
FeriAZ
1 year, 4 months ago
Selected Answer: AC
Azure Monitor logs (A) - because they allow for the collection and complex querying of detailed operational data, including uptime. Azure Monitor metrics (C) - as they provide real-time and historical data analysis capabilities, suitable for assessing uptime over a specified period like a month.
upvoted 2 times
...
130nk3r5
1 year, 5 months ago
Selected Answer: AD
The two solutions that will achieve the goal are: Azure Monitor logs Azure Monitor logs can be used to analyze the uptime of the app. It collects telemetry and other data from your Azure and non-Azure resources, and provides a consolidated view for you to analyze. You can create queries to analyze the data and derive insights about the uptime of your app. Application Insights web tests Application Insights web tests can be used to monitor the availability of your app. It sends requests to your application at regular intervals from points around the world. It alerts you when your app is slow or failing, and provides diagnostic information to help you find and fix the issue. This can be used to analyze the uptime of your app for each month. Please note that while Azure Monitor metrics (C) and Application Insights alerts (B) are useful for monitoring and alerting, they do not provide the necessary data for analyzing app uptime over a period of a month.
upvoted 1 times
...
Ciupaz
1 year, 6 months ago
Selected Answer: CD
For me: C and D. D. Application Insights web tests Application Insights web tests allow you to simulate user traffic to your web app and monitor its performance. You can use Application Insights web tests to measure the uptime of your web app, and you can view this data for each month. C. Azure Monitor metrics Azure Monitor metrics provide a way to collect and analyze data about the performance and health of your Azure resources. You can use Azure Monitor metrics to track the uptime of your Azure App Service web app, and you can view this data for each month.
upvoted 1 times
...
EliteAllen
1 year, 10 months ago
Selected Answer: AC
A. Azure Monitor logs: By querying logs, you can analyze detailed information about app uptime and other metrics over a specified time period, such as a month. C. Azure Monitor metrics: Metrics provide numerical data about your system's operation, including uptime. You can use Azure Monitor metrics to track and analyze the availability and responsiveness of your app over time, including on a monthly basis.
upvoted 4 times
...
motekim
2 years, 2 months ago
I like A, D why? A: https://www.azure.cn/en-us/support/sla/application-insights/index.html d: https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability-overview
upvoted 2 times
...
Sriniv
2 years, 3 months ago
Definitely not A &B due to following reason Option A, Azure Monitor logs, is not the best solution for analyzing app uptime. While Azure Monitor logs can provide information on app usage and performance, they may not provide the necessary information to calculate the app uptime percentage for each month. Option B, Application Insights alerts, can be useful for notifying you of any issues with the app, but they may not provide the necessary information to calculate the app uptime percentage for each month.
upvoted 1 times
...
Osip21
2 years, 3 months ago
Selected Answer: CD
ChatGPT: C. Azure Monitor metrics D. Application Insights web tests Azure Monitor metrics can be used to track the availability of the app by analyzing the uptime percentage. Application Insights web tests can be configured to periodically check the availability of the app and provide uptime data.
upvoted 3 times
...
alexein74
2 years, 4 months ago
Selected Answer: AC
A. Azure Monitor logs C. Azure Monitor metrics Azure Monitor logs: Azure Monitor logs provides detailed diagnostic and operational information from Azure resources and allows you to store and analyze the logs. By querying Azure Monitor logs, you can analyze app uptime for each month by searching for uptime and downtime events. Azure Monitor metrics: Azure Monitor metrics allow you to monitor the performance and health of your Azure resources. With Azure Monitor metrics, you can analyze app uptime by looking at the percentage of availability for the app, and you can set up alerts if uptime falls below a certain threshold.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...