I am trying to develop an @AzureFunctions using Xamarin Forms. But it is not accepting connections from the cell phone.
How to configure host, port of Azure Functions on Visual Studio 2017 to enable connections from * other than localhost connections?
How to accept connections from local network on Azure Functions (v2) ?
How to configure Host : Port of Azure Functions on Visual Studio 2017 ?
I want that it accepts like ASP.Net Core (.UseUrls("http://+:7071")):
Now listening on: http://[::]:7071
but it is only listening on
http://localhost:7071
GitHub Issue: How to configure Azure Functions (v2) listening Host / Domain ? https://github.com/Azure/azure-functions-core-tools/issues/537