Skip to content

UseHttpCorrelation for function app with TimerTrigger and HttpTrigger gives Error  #581

@HLobik63

Description

@HLobik63

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.

  • Version
    Arcus.Observability.Correlation Version="3.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    correlationAll issues related to correlating telemetrysupportAll issues related to questions and supporting customers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions