Open mathewc opened 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).
This would allow the portal to ask the runtime for the appropriate URL instead of hardcoding the URL which it does today.
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).