-
Notifications
You must be signed in to change notification settings - Fork 3.4k
az functionapp deployment source config-zip broken in 2.77.0 #32044
Copy link
Copy link
Closed
Labels
Auto-AssignAuto assign by botAuto assign by botFunctionsaz functionappaz functionappService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Metadata
Metadata
Labels
Auto-AssignAuto assign by botAuto assign by botFunctionsaz functionappaz functionappService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.
Describe the bug
Since upgrade to 2.77.0
az functionapp deployment source config-zip -g $AZURE_RESOURCE_GROUP -n $AZURE_APP_NAME --src "./build/app.zip"command creates file containing the value of--srcparameter instead of content of that file.I confirmed that downgrading docker image to 2.76.0 solves this issue.
Related command
az functionapp deployment source config-zipErrors
No errors
Issue script & Debug output
Command runs successfully, the value of --src parameter is not mentioned in debug output.
Expected behavior
Zip file is uploaded to storage account.
Environment Summary
azure-cli 2.77.0
core 2.77.0
telemetry 1.1.0
Dependencies:
msal 1.34.0b1
azure-mgmt-resource 23.3.0
Additional context
No response