Http post request url is changed after the deployment of logic app from one env to another

ABDUL NAYEEM 20 Reputation points
2023-05-23T09:21:42.8733333+00:00

Hello,

I have a logic app which consists of a http post request and a email in dev env. I have deployed this logic app from dev env to uat env by using azure pipeline. After the deployment of this logic app to uat environment, the http request is not the same as it was in dev environment.

logicApp

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

Accepted answer
  1. MayankBargali-MSFT 68,391 Reputation points
    2023-05-25T04:43:48.1166667+00:00

    @ABDUL NAYEEM Thanks for reaching out.

    This is the expected behavior for the HTTP trigger as this would be unique URL for your workflow that would be used to trigger your workflow. Once you have saved your workflow/deploy using ARM template it will generate the unique HTTP POST URL with the authentication that can be used for your application to call your workflow.

    For more details on HTTP trigger please refer to this document.

    Feel free to get back to me if you have any queries or concerns.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more