Azure-docs: Incorrect URL pattern for "Manually post the request" section

Created on 28 Aug 2018  Â·  7Comments  Â·  Source: MicrosoftDocs/azure-docs

The pattern displayed will return a 404, it needs to be updated to

http://localhost:7071/runtime/webhooks/EventGridExtensionConfig?functionName={FunctionName}

/admin/extensions/ -> /runtime/webhooks/

I found the answer by finding a closed issue in the Azure Functions Python Worker repo https://github.com/Azure/azure-functions-python-worker/issues/87


Document Details

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

assigned-to-author doc-bug functionsvc triaged

Most helpful comment

Very infuriating indeed @timmyreilly !!

After lots of spinning, I found the correct URL to use from here: https://github.com/Azure/azure-functions-host/issues/3387

e.g

https://localhost:7071/runtime/webhooks/eventgrid?functionName={FunctionName}

All 7 comments

Thanks for the feedback! We are currently investigating and will update you shortly.

@garrytrinder Thanks for providing the feedback. I have assigned the issue to the content author to evaluate and update as appropriate.

@garrytrinder I think that we now have this fixed...@Karishma-Tiwari-MSFT please assign this issue to @craigshoemaker, who now owns the article, so he can verify. Thanks!

Thanks for the heads-up, @garrytrinder! I have created an internal work item to verify or update this article based on your feedback.

please-close

Having a bear of time configuring the endpoint for local development... Was able to get it with the Ngrok endpoint. Is there a different URL to use when posting the EventGrid Schema locally?

I tried:
http://localhost:7071/admin/extensions/EventGridExtensionConfig?functionName=EventGridTest
&
http://localhost:7071/runtime/webhooks/EventGridExtensionConfig?functionName=EventGridTest

I feel like this shouldn't be closed until the URL for V1 or V2 is verified and marked in the docs.

Very infuriating indeed @timmyreilly !!

After lots of spinning, I found the correct URL to use from here: https://github.com/Azure/azure-functions-host/issues/3387

e.g

https://localhost:7071/runtime/webhooks/eventgrid?functionName={FunctionName}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

behnam89 picture behnam89  Â·  3Comments

Agazoth picture Agazoth  Â·  3Comments

Favna picture Favna  Â·  3Comments

jharbieh picture jharbieh  Â·  3Comments

bityob picture bityob  Â·  3Comments