Surfacing of "Function host is not running" underlying error
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
Currently there are some scenarios which lead to the Function App not working with the message _"Function host is not running"_ being returned if you manually navigate to the function app URL.
However, it is very difficult to debug this and find the root cause, as the actual error does not seem to get surfaced anywhere.
The following don't work:
* Opening the "Log streaming" view - shows nothing in either tab
* Application Insights - in some cases there might be an exception here, but in other cases there isn't
There needs to be an easy way to see what the underlying error message is, when the host won't start up.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.