List of questions
Related questions
Question 153 - AZ-204 discussion
You develop and add several functions to an Azure Function app that uses the latest runtime host. The functions contain several REST API endpoints secured by using SSL. The Azure Function app runs in a Consumption plan.
You must send an alert when any of the function endpoints are unavailable or responding too slowly.
You need to monitor the availability and responsiveness of the functions.
What should you do?
A.
Create a URL ping test.
B.
Create a timer triggered function that calls TrackAvailability() and send the results to Application Insights.
C.
Create a timer triggered function that calls GetMetric("Request Size") and send the results to Application Insights.
D.
Add a new diagnostic setting to the Azure Function app. Enable the FunctionAppLogs and Send to Log Analytics options.
Your answer:
0 comments
Sorted by
Leave a comment first