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
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
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.
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}
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}