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
When publishing using remote build (Python) I get the error Malformed SCM_RUN_FROM_PACKAGE when uploading built content. This is a new function app created after 2019.
Publishing the same project to the same function app succeeds when changing the AzureWebJobsStorage__accountName setting on the function app back to AzureWebJobsStorage.
The same behavior is observed when performing a remote build with func tools, the error message is different though, I reported it here: Azure/azure-functions-core-tools#3376
The text was updated successfully, but these errors were encountered:
So I guess we are left with no deployment options when using an identity-based storage connection, until this issue about Run From Package deployment is resolved: #3657
When publishing using remote build (Python) I get the error
Malformed SCM_RUN_FROM_PACKAGE when uploading built content.
This is a new function app created after 2019.Publishing the same project to the same function app succeeds when changing the
AzureWebJobsStorage__accountName
setting on the function app back toAzureWebJobsStorage
.The same behavior is observed when performing a remote build with func tools, the error message is different though, I reported it here: Azure/azure-functions-core-tools#3376
The text was updated successfully, but these errors were encountered: