Azure / Azure/azure-functions-host
Linux consumption zip deploy app refresh
Open
platform:linux
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
After successful completion of cloud build in kudu, kudu will remove currently assigned workers since they are using old app contents.
In the scenario where this fails, functions host should periodically verify if it is using an older version of app contents(kudu should leave enough information in the storage account to make this determination possible). If the app identifies itself as outdated, it can remove itself using the host driver scale apis.
Contributor guide
Assessment
This issue has not been assessed yet.