nerdexam
Microsoft

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

Submitted by kavita_s· Mar 6, 2026Implement an instrumentation strategy

Question

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?

Options

  • Aan HTTPWebhook trigger
  • Ban HTTP trigger
  • Ca Request trigger
  • Dan ApiConnection trigger

How the community answered

(31 responses)
  • A
    19% (6)
  • B
    6% (2)
  • C
    71% (22)
  • D
    3% (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.

Full AZ-400 Practice