Add new .AddHttpCorrelation
extension for Azure Functions environment with HttpCorrelationInfoOptions
#307
Labels
correlation
All issues related to HTTP correlation
integration:function
All issues related to integrating with Azure Function
Milestone
Is your feature request related to a problem? Please describe.
Currently, we still use the general
CorrelationInfoOptions
when registering the HTTP correlation services in an Azure Functions environment. We should migrate this to the HTTP-specific type:HttpCorrelationInfoOptions
.Describe the solution you'd like
Add a new method overload with the
HttpCorrelationInfoOptions
to configure; mark the existing one as obsolete.The text was updated successfully, but these errors were encountered: