HTTP triggered Function template is still using the obsolete AddHttpCorrelation extension method #601
Labels
enhancement
New feature or request
runtime:azure-functions
All issues related to templates forAzure Functions
Milestone
When creating a new HTTP triggered Function project (https://templates.arcus-azure.net/features/azurefunctions-http-template/) , the project is still using the now obsolete AddHttpCorrelation() extension method:
builder.AddHttpCorrelation();
.This should be changed to the non-obsolete version.
Related to #538 but now applied to the HTTP triggered Function project.
The text was updated successfully, but these errors were encountered: