nerdexam
Microsoft

AZ-400 · Question #325

Drag and Drop Question You use Azure Pipelines to automate Continuous Integration/Continuous Deployment (CI/CD) for an Azure web app named WebApp1. You configure an Azure Monitor alert that is trigger

The correct answer is Create an Azure logic app.; Select the HTTP request trigger.; Update the action group in Azure Monitor.. The correct sequence is to first create an Azure Logic App, then configure it with an HTTP Request trigger (which generates a webhook URL that can receive alerts), and finally update the Azure Monitor action group to call that Logic App webhook when the alert fires. This approach

Submitted by fatima_kr· Mar 6, 2026Implement and manage monitoring and alerting solutions using Azure Monitor and integrate with third-party systems via Logic Apps and Action Groups

Question

Drag and Drop Question You use Azure Pipelines to automate Continuous Integration/Continuous Deployment (CI/CD) for an Azure web app named WebApp1. You configure an Azure Monitor alert that is triggered when WebApp1 generates an error. You need to configure the alert to forward details of the error to a third-party system. The solution must minimize administrative effort. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:

Exhibit

AZ-400 question #325 exhibit

Answer Area

Drag items

Select the Recurrence trigger.Create an Azure event hub.Create an Azure logic app.Select the HTTP request trigger.Update the action group in Azure Monitor.Select the Sliding Window trigger.

Correct arrangement

  • Create an Azure logic app.
  • Select the HTTP request trigger.
  • Update the action group in Azure Monitor.

Explanation

The correct sequence is to first create an Azure Logic App, then configure it with an HTTP Request trigger (which generates a webhook URL that can receive alerts), and finally update the Azure Monitor action group to call that Logic App webhook when the alert fires. This approach minimizes administrative effort because Logic Apps provide native connectors to thousands of third-party systems without requiring custom code, and the HTTP Request trigger is the correct entry point for receiving webhook-based alerts from Azure Monitor action groups.

Topics

#Azure Monitor#Azure Logic Apps#Action Groups#CI/CD Alerting

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice