You have an Azure DevOps organization named Contoso and an Azure subscription.
You use Azure DevOps to build and deploy a web app named App1. Azure Monitor is configured to generate an email notification in response to alerts generated whenever App1 generates a server-side error.
You need to receive notifications in Microsoft Teams whenever an Azure Monitor alert is generated.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Click on the arrows to vote for the correct answer
A. B. C. D. E.BD
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/action-groups-logic-appTo receive notifications in Microsoft Teams whenever an Azure Monitor alert is generated, you need to perform the following two actions:
Azure Monitor allows you to create an action group that can contain different types of notification mechanisms such as email, SMS, webhook, and Microsoft Teams. You can modify the action group in Azure Monitor to add Microsoft Teams as a notification mechanism. Here are the steps to modify the action group:
a. Sign in to the Azure portal using your credentials. b. Navigate to the Azure Monitor service. c. Select the Alerts option from the menu on the left-hand side. d. Select Manage alert rules from the top menu. e. Choose the alert rule for which you want to receive notifications in Microsoft Teams. f. Select the Action groups tab. g. Click on the action group that you want to modify. h. Select Add action and then select Microsoft Teams. i. Enter the necessary details such as the Teams channel name and the webhook URL.
Azure Logic Apps allow you to create workflows that integrate with Azure services, on-premises systems, and third-party services. You can create a logic app that uses an HTTP request trigger to receive notifications from Azure Monitor and then post them to Microsoft Teams. Here are the steps to create the logic app:
a. Sign in to the Azure portal using your credentials. b. Navigate to the Azure Logic Apps service. c. Select Create a resource and search for Logic App. d. Enter the required details such as name, subscription, and resource group. e. Select Blank Logic App from the list of templates and click on Create. f. In the Logic App Designer, add an HTTP trigger by selecting Request from the list of triggers. g. Enter the necessary details such as the method type, URI, and headers. h. Add a Microsoft Teams action by selecting Microsoft Teams from the list of connectors. i. Enter the necessary details such as the Team name, Channel name, and message. j. Save the logic app and enable it.
By performing these two actions, you will be able to receive notifications in Microsoft Teams whenever an Azure Monitor alert is generated.