AZ-400 · Question #233
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
The correct answer is C. a Request trigger. It uses the Action "When an HTTP request is received" and defines it as HTTP Request trigger. But this is a Request Trigger and not an HTTP Trigger. You have to consider that http trigger is used only for outbound requests from the logic app. You can't use it for Inbound http req
Question
Options
- Aan HTTPWebhook trigger
- Ban HTTP trigger
- Ca Request trigger
- Dan ApiConnection trigger
How the community answered
(31 responses)- A19% (6)
- B6% (2)
- C71% (22)
- D3% (1)
Explanation
It uses the Action "When an HTTP request is received" and defines it as HTTP Request trigger. But this is a Request Trigger and not an HTTP Trigger. You have to consider that http trigger is used only for outbound requests from the logic app. You can't use it for Inbound http requests. For those you have to use Request Trigger. https://docs.microsoft.com/en-us/azure/app-service/tutorial-send-email?tabs=dotnet https://docs.microsoft.com/en-us/azure/connectors/connectors-native-reqres
Community Discussion
No community discussion yet for this question.