I am trying to deploy an Azure Function to a vnet attached Azure App Service and am receiving the following error:
Error: System.AggregateException: Http request to retrieve the SDKs available to download from 'https://oryx-cdn.microsoft.io' failed. Please ensure that your network configuration allows traffic to required Oryx dependencies, as documented in 'https://github.com/microsoft/Oryx/blob/main/doc/hosts/appservice.md#network-dependencies'
The error message is clear and provides a good link to documentation that explains what needs to change in my network environment to enable the App Service to reach out to the internet to pull the required Oryx dependencies.
Are there any other options for me to deploy my Function App that eliminate the requirement to change my networking configuration, or is enabling Oryx build automation the only way I will be able to deploy my Function App?