Azure / Azure/azure-functions-host

V1 app initialization failures

Open
#6,090 1 comment 0 reactions 1 assignee Claimed by @pragnagopa View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.