Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote build fails when identity-based storage connection is used (AzureWebJobsStorage__accountName) #3688

Open
obesser opened this issue May 22, 2023 · 2 comments
Milestone

Comments

@obesser
Copy link

obesser commented May 22, 2023

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

@Sagarthore11
Copy link

If you are using linux consumption plan based function app please refer the below screen shot and link

Refer: [https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference?tabs=blob#connecting-to-host-storage-with-an-identity

Image

@obesser
Copy link
Author

obesser commented May 24, 2023

Oh, missed that line in the docs..

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

@MicroFish91 MicroFish91 added this to the 1.13.0 milestone Jul 12, 2023
@nturinski nturinski modified the milestones: 1.13.0, 1.14.0 Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants