Perform the following steps:
- Navigate to the code editor of the HttpStart function and grab the URL by clicking on </>Get function URL. Replace the {functionName} template value with DurableFuncManager.
- Let's make a POST request using Postman:
- Once you click on the Send button, you will get a response with the following information:
- The instance ID
- The URL for retrieving the status of the function
- The URL to send an event to the function
- The URL to terminate the request

- Click on statusQueryGetUri in the preceding step ...