You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
thrownew 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");
}
The text was updated successfully, but these errors were encountered:
I would also suggest migrating away from the deprecated package WindowsAzure.Storage which hasn't been updated since 2018. With the latest package Azure.Storage.Blobs you can use DefaultAzureCredential to authenticate.
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:azure-functions-core-tools/src/Azure.Functions.Cli/Actions/AzureActions/PublishFunctionAppAction.cs
Lines 281 to 284 in eb2d8a5
The text was updated successfully, but these errors were encountered: