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.
ID: 6ad5f362-cbfb-0621-4389-6378f50359e4
Version Independent ID: ebf1a8f3-ab9d-d295-e3a4-a982ed9df1e9
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.