Azure-docs: The test instructions in locally is incorrect.

Created on 1 Jan 2019  Â·  4Comments  Â·  Source: MicrosoftDocs/azure-docs

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.


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

assigned-to-author azure-functionsvc doc-bug triaged

All 4 comments

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.

https://github.com/neilbmclaughlin/durablefunctiontest

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

varma31 picture varma31  Â·  3Comments

spottedmahn picture spottedmahn  Â·  3Comments

paulmarshall picture paulmarshall  Â·  3Comments

DeepPuddles picture DeepPuddles  Â·  3Comments

bdcoder2 picture bdcoder2  Â·  3Comments