Azure Functions Apps
Azure Functions
Overview
Azure Functions is hosted on Azure App Service to provide headless compute based on API calls.
Troubleshooting
Need to have settings in Configuration > Application Settings
to get it to talk to the Azure Magic IP, as well as Networking > Outbound Traffic > VNet integration > Route All: Enabled
{
"name": "WEBSITE_DNS_ALT_SERVER",
"value": "168.63.129.16",
"slotSetting": false
},
{
"name": "WEBSITE_DNS_SERVER",
"value": "168.63.129.16",
"slotSetting": false
},
Links: Azure
Tags:
Reference: Azure Functions Overview