Azure / Azure/azure-functions-host
Misleading specialization message appearing in system logs
Open
bug
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
We've observed some cases where a consumption function app was being activated and then idling out and during the idle out a specialization message "Starting host specialization" was emitted:
```
// wus cluster
FunctionsLogs
| where PreciseTimeStamp > datetime(2017-12-06 05:00)
| where PreciseTimeStamp < datetime(2017-12-06 17:00)
| where AppName contains "test302more"
```
Contributor guide
Assessment
This issue has not been assessed yet.