DRAG DROP -
You are configuring serverless computing in Azure.
You need to receive an email message whenever a resource is created in or deleted from a resource group. 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.
Select and Place:
Explanation
https://docs.microsoft.com/en-us/azure/event-grid/monitor-virtual-machine-changes-event-grid-logic-appTo receive an email message whenever a resource is created in or deleted from a resource group, you can use Azure Event Grid to monitor the resource group for these events and send a notification to an email address via Azure Logic Apps. Here are the steps to follow:
First, you need to create an Event Grid subscription that specifies the resource group you want to monitor and the type of events you want to track. To do this, follow these steps:
Next, you need to create a Logic App that will receive the event notifications and send an email message. Follow these steps to create a Logic App:
Finally, you can test the configuration to make sure everything is working as expected. To do this, create or delete a resource in the monitored resource group and check that you receive an email notification. If you do not receive an email, check the Event Grid subscription and Logic App configurations to ensure they are correct.