az-400 question 83 discussion

View all Microsoft Azure DevOps Solutions here
back to microsoft forum

Question 83 Topic 6

You configure an Azure Application Insights availability test.
You need to notify the customer services department at your company by email when availability is degraded.
You create an Azure logic app that will handle the email and follow up actions.
Which type of trigger should you use to invoke the logic app?

  • A. an HTTPWebhook trigger
  • B. an HTTP trigger
  • C. a Request trigger
  • D. an ApiConnection trigger
Answer:

A


Explanation:
You can use webhooks to route an Azure alert notification to other systems for post-processing or custom actions. You can
use a webhook on an alert to route it to services that send SMS messages, to log bugs, to notify a team via chat or
messaging services, or for various other actions.
Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/alerts-webhooks

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0 / 1000
Lei1973
1 year, 1 month ago

Http trigger is correct.