MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.29k stars 21.47k forks source link

Lacking dependency for Application Insights logging #104827

Open serhatataman opened 1 year ago

serhatataman commented 1 year ago

The code piece for logging .ConfigureFunctionsWorkerDefaults(builder => { builder .AddApplicationInsights() .AddApplicationInsightsLogger(); }) does not say which dependency that must be imported. I was looking for it for hours till I found out it is <PackageReference include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0-preview3" />. Please enrich the documentation with this information.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ManoharLakkoju-MSFT commented 1 year ago

@serhatataman Thanks for your feedback! We will investigate and update as appropriate.