Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.94k stars 441 forks source link

Update Functions Metadata API to return WebHook URI info #3392

Open mathewc opened 6 years ago

mathewc commented 6 years ago

Currently the invoke_url_template info returned by the functions metadata APIs only returns a URI for http functions.

We should also return the invoke URI for functions based on extensions that use WebHook dispatch (e.g. EventGrid).

paulbatum commented 6 years ago

This would allow the portal to ask the runtime for the appropriate URL instead of hardcoding the URL which it does today.