Azure / Azure/azure-functions-host
Add a log message indicating that the bundle configuration is being ignored for precompiled function app
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
We currently ignore an extension bundle configuration if the following conditions are true. However there is no explicit log statement that indicates that we are ignoring the bundle configuration. We need to add one to make sure any one looking at the logs is not confused.
1. Its a pre-compiled function app
2. Function app has extension bundle configured in host.json
3. Extension bundle id is `Microsoft.Azure.Functions.ExtensionBundle`
4. Extension bundle version is >= 2.0
Contributor guide
Research direction
Start by locating the host code that handles pre-compiled function apps and extension bundle configuration. Trace the path for Microsoft.Azure.Functions.ExtensionBundle with version 2.0 or later, then verify that logs clearly state when the bundle configuration is ignored under all four listed conditions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend, observability
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100