UseHttpCorrelation for function app with TimerTrigger and HttpTrigger gives Error #581
Labels
correlation
All issues related to correlating telemetry
support
All issues related to questions and supporting customers
Describe the bug
With .net8-library Arcus.Observability.Correlation Version="3.0.0", when we have a function app which contains 2 functions, one with a TimerTrigger and 1 with a HttpTrigger, we get an error message for the first function, saying that the function doesn't have a HttpTrigger.
To Reproduce
Create a function app that contains both TimerTriggers and HttpTriggers, and add library Arcus.Observability.Correlation Version="3.0.0.
Expected behavior
Being able to use UseHttpCorrelation() within a function app that contains both TimerTriggers and HttpTriggers.
Additional context
Occurred after migrating from .NET5 to .NET8.
Arcus.Observability.Correlation Version="3.0.0
The text was updated successfully, but these errors were encountered: