Deployment Fails with Timeout of App Setting Update on SCM
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62
**Related command**
az functionapp deployment source config-zip
**Describe the bug**
Setting app settings on scm site (instead of actual zip deployment) fails. App Setting update on SCM site happens before the actual deployment. When trying to fetch the current settings from SCM site, it fails with timeout because the GET request has 3 seconds timeout. SCM normally takes more than 3 seconds to wake up.
**To Reproduce**
The issue happens randomly therefore it is not easy to reproduce.
**Expected behavior**
Get Setting should not timeout in 3 secs.
**Environment summary**
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.