azure-cli: functionapp deployment failes with Getting scm site credentials for zip deployment
az feedback
auto-generates most of the information requested below, as of CLI version 2.0.70
Describe the bug After updating from 2.0.57 to 2.0.70 my deploment of a zip to a functionapp does no more work. Error is: Getting scm site credentials for zip deployment. Command is: az functionapp deployment source config-zip -g “XXX” -n “XXX” --src “deploy.zip”
To Reproduce Use az functionapp deployment source config-zip -g “XXX” -n “XXX” --src “deploy.zip” on a deployed function app
Expected behavior A clear and concise description of what you expected to happen.
Environment summary Windows 10 az -v shows azure-cli 2.0.70
command-modules-nspkg 2.0.3 core 2.0.70 nspkg 3.0.4 telemetry 1.0.3
Python location ‘C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\python.exe’ Extensions directory ‘C:\Users\Wehrled.azure\cliextensions’
Python (Windows) 3.6.6 (v3.6.6:4cf1f54eb7, Jun 27 2018, 02:47:15) [MSC v.1900 32 bit (Intel)]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context With a other pc running still 2.0.57 it still works fine.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 19 (5 by maintainers)
how did you just close this issue? it’s just unbelievable Microsoft replies after 2 years and still can’t replicate when half the world is facing this issue!!! az functionapp deployment source config-zip --src “build.zip” --name f-snowflakedbupdater-dv --resource-group datalink-dv-e2us-rg --verbose --build-remote true This is the command we have been trying to run over the weekend. And let me make this crystal clear: We spent 90% time of the time deploying this thing and only 10% on testing… it came to a point that the only way to get out of this error is to head out and grab a coffee which took me 15 minutes then that error morphed into HTTPSConnectionPool(host=‘f-snowflakedbexecutor-dv.scm.azurewebsites.net’, port=443): Max retries exceeded with url: /api/deployments/latest (Caused by SSLError(SSLError(1, ‘[SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:2548)’))) and then I waited for 15 more minutes to actually see this finished successfully.