Azure / Azure/azure-functions-host
V1 app initialization failures
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 36
Description
Follow up from issue #5575
Added logs for application initialization errors. Following query:
All("FunctionsLogs")
| where TIMESTAMP >= ago(5d)
| where Summary == "Application start up failed."
| project PreciseTimeStamp, AppName , Source,Summary,Details,HostVersion
| distinct AppName
returns list of apps that failed to initialize. Details show different exceptions. Until we understand each of the errors, we should at least add detector.
Tagging @FinVamp1 - in case he has any CRIs that indicate app initialization failures.
Contributor guide
Assessment
This issue has not been assessed yet.