Azure / Azure/azure-functions-host
Print host version on startup
Open
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
When you do
```
docker run mcr.microsoft.com/azure-functions/dotnet:2.0
```
All you get is:
```
Hosting environment: Production
Content root path: /
Now listening on: http://[::]:80
Application started. Press Ctrl+C to shut down.
```
It would be useful if the exact version of the host is printed as well.
Contributor guide
Assessment
This issue has not been assessed yet.