Raven
Raven
### Feature Request We noticed that there are a few outbound dependencies required by oryx during remote build on app service like https://oryx-cdn.microsoft.io/ Some customers use VNet integration with firewall...
The link in the readme file is corrupt: https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/function-app-create-dynamic "Important: If you're using an App Service Plan, use [101-function-app-create-dedicated](https://github.com/Azure/azure-quickstart-templates/tree/master/101-function-app-create-dedicated). (corrupt link)" The link should be: https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.web/function-app-create-dedicated
Error stack: Caused by: com.microsoft.azure.toolkit.lib.common.exception.AzureToolkitRuntimeException: Application setting 'AzureWebJobsStorage' is not found, please check the application setting and try again later. at com.microsoft.azure.toolkit.lib.appservice.deploy.DeployUtils.getBlobServiceClient (DeployUtils.java:39) at com.microsoft.azure.toolkit.lib.appservice.deploy.RunFromBlobFunctionDeployHandler.deploy (RunFromBlobFunctionDeployHandler.java:30) at com.microsoft.azure.toolkit.lib.appservice.deploy.IFunctionDeployHandler.deploy (IFunctionDeployHandler.java:22) at...