In the section "Test the function locally", it says send GET request the endpoint. But the shown endpoint in the figure is not by HttpStart function and it should be POST request like this doc: https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-sequence#run-the-sample.
Please check the instruction to test in locally.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Hi @dzeyelid Thank you for reporting this issue! We will review and make any necessary changes.
@dzeyelid Thanks for catching this!
For this sample, we could allow GET requests in function.json and I believe another step can be added to mention that the status URL received in the response should be used to check the status of the orchestrator.
We are assigning this issue to the content author to review and update accordingly.
I've created a repo with a working version of the sample with all the tweaks I needed to make and the gotchas I encountered documented in the readme.
@dzeyelid The doc has since been updated to address this.
We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.