Why is obtaining the Logic App URL not intuitive?

Raz, Boaz 20 Reputation points
2025-01-23T19:11:50.65+00:00

I’m currently working on implementing pre/post application logic to trigger a pipeline via HTTP requests using an event subscription with a webhook. However, finding the Logic App URL has proven to be less straightforward than expected.

I saw this answer:https://stackoverflow.com/questions/61362860/how-can-you-obtain-the-full-url-of-a-http-triggered-logic-app-in-the-azure-porta But it doesn't let me use the paylod!

Screenshot 2025-01-23 at 1.28.26 PM

Screenshot 2025-01-23 at 1.28.33 PM

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,334 questions
{count} votes

Accepted answer
  1. Shireesha Eeraboina 1,315 Reputation points Microsoft Vendor
    2025-01-27T04:58:51.17+00:00

    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.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Raz, Boaz 20 Reputation points
    2025-01-30T21:49:29.55+00:00

    OK so I found how to get the URLs after I create the App Logic, I just search Azure for Event Grid, and then go to Azure service events => System topics.Screenshot 2025-01-30 at 4.47.24 PM

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.