Is it possible to use Azure Hybrid Connections from the Azure Functions app service? The networking option appears to be missing from the routing section of the settings for the Functions service.
Any thoughts greatly appreciated.
Is it possible to use Azure Hybrid Connections from the Azure Functions app service? The networking option appears to be missing from the routing section of the settings for the Functions service.
Any thoughts greatly appreciated.
This doesn't currently work for dynamic Function Apps, but should work for dedicated Function Apps.
I had to specify App Service Plan vs Consumption Plan (the current default) as the Hosting Plan setting for the Function App for any of the Networking features to show up (see screenshot below).
This wasn't mentioned in the other top search hits I ran into. Took a lucky guess after seeing other networking bits mentioned on learn.microsoft.com page.
I couldn't see how to change this setting on a Function App after the fact, had to delete and recreate.