Hi @Filippo Cardoso - Thanks for confirming that the storage setting is present in the local.settings.json
file. Based on the details you've shared, the root cause is likely the following:
2:58:17 : Failed to upload because Azure Storage responds 0.
which occurred when the deployment process attempted to upload the Functions .squashfs
artifact to the designated storage account:
Uploading built content /home/site/artifacts/functionappartifact.squashfs for linux consumption function app...
As such, we recommend methodically verifying the required configurations and permissions about the Storage account: Storage considerations for Azure Functions
Here's a similar thread: https://learn.microsoft.com/en-us/answers/questions/1325735/error-while-deploying-azure-function If the issue persists, feel free to let me know in the comments below and we'd be happy to help.