The issue is described in #2671 but the conversation there is locked.
It is also marked as fixed in #3306 but it isn't.
When attempting a remote build, I get Azure Functions Core Tools does not support this deployment path.
There is an exact name match for AzureWebJobsStorage instead of prefix match:
|
if (!functionApp.AzureAppSettings.ContainsKey("AzureWebJobsStorage") && functionApp.IsDynamic && functionApp.IsLinux) |
|
{ |
|
throw new CliException($"Azure Functions Core Tools does not support this deployment path. Please configure the app to deploy from a remote package using the steps here: https://aka.ms/deployfromurl"); |
|
} |