An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Could you clarify the below?
But i am not able to see the location field in logic app trigger body output header section . Hence how i can get Location url in logic app.
You shouldn't need or expect the Location header in the trigger or the response output. URL in the Location header is only made available to the receiving client application (which in this case is a Postman), but typically, the client application is another Webapp, Logic app, or just another application that invokes your trigger and polls the given URL in the Location header of the response to check the status of the long-running job.
The following documentations might be a good read:
- For understanding the async patter: Asynchronous Request-Reply pattern
- For Logic Apps implementation of the async pattern: Asynchronous request-response behavior