Hi @Raz, Boaz,
It sounds like you are trying to send an HTTP request using App Logic from Maintenance Configuration, Events. I can definitely help you with that.
To create a new Logic App under Events in Maintenance Configuration, you can follow these steps:
- Go to Maintenance Configuration in your Azure portal and click on Events then click on the "Add" button to create a new Logic App and follow the prompts to create your Logic App.
Once you have built your Logic App, you will get a URL that looks like this: https://prod-XX.eastus2.logic.azure.com/workflows/<some_number>/triggers/When_a_resource_event_occurs/versions/<some_number_not_sure_how_to_get/run
To send an HTTP request using this Logic App, you can use the "HTTP" action in your Logic App. You can configure the HTTP action to send a request to the URL you generated.
For more advanced configurations, using Azure API Management can help manage your APIs, including Logic Apps, and streamline the process of linking them to events.
I hope this helps! Let me know if you have any further questions or need additional assistance.