![]() |
VOOZH | about |
dotnet add package Microsoft.Azure.Functions.Worker.ApplicationInsights --version 2.51.0
NuGet\Install-Package Microsoft.Azure.Functions.Worker.ApplicationInsights -Version 2.51.0
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.51.0" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="2.51.0" />Directory.Packages.props
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" />Project file
paket add Microsoft.Azure.Functions.Worker.ApplicationInsights --version 2.51.0
#r "nuget: Microsoft.Azure.Functions.Worker.ApplicationInsights, 2.51.0"
#:package Microsoft.Azure.Functions.Worker.ApplicationInsights@2.51.0
#addin nuget:?package=Microsoft.Azure.Functions.Worker.ApplicationInsights&version=2.51.0Install as a Cake Addin
#tool nuget:?package=Microsoft.Azure.Functions.Worker.ApplicationInsights&version=2.51.0Install as a Cake Tool
This package adds extension methods and services to configure ApplicationInsights for use in Azure Functions .NET isolated applications.
This package does not add Application Insights services directly. This must be done directly. Instead, this package only augments Application Insights with functions scenarios.
dotnet add package Microsoft.ApplicationInsights.WorkerService
dotnet add package Microsoft.Azure.Functions.Worker.ApplicationInsights
services.AddApplicationInsightsTelemetryWorkerService();
services.ConfigureFunctionsApplicationInsights();
This package adds an ITelemetryModule which listens to the Azure Functions worker ActivitySource, converting emitted Activitys into DependencyTelemetry.
This package will adjust logging behavior of the worker to no longer emit logs through the host application. Instead, logs are sent directly to application insights from the worker.
With this package changing the worker to send telemetry directly to application insights, custom ITelemetryInitializer or ITelemetryProcessor will only apply to worker-originating telemetry. Telemetry which originates from the host process will not be ran through the same telemetry pipeline. This means when comapred to an in-proc functions app, you may see some telemetry items missing customizations performed in initialziers or processors. These telemetry items have originated from the host.
See this document on configuring Application Insights for dotnet applications.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.Azure.Functions.Worker.ApplicationInsights:
| Package | Downloads |
|---|---|
|
Energinet.DataHub.Core.App.FunctionApp
[Release Notes](https://github.com/Energinet-DataHub/geh-core/blob/master/source/App/documents/release-notes/release-notes.md) [Documentation](https://github.com/Energinet-DataHub/geh-core/blob/master/source/App/documents/documentation.md) |
|
|
HUMANiT.Azure.Functions
API proxy. Heartbeat. Simplified payload handling. Simplified content result creation incl. JSON. Simplified IActionResult handling for common HTTP status codes. Media types. Extensions. |
|
|
Southport.Azure.Functions.Extensions
Package Description |
|
|
AzureFunctions.Worker.Extensions.ApplicationInsights
Package Description |
|
|
Ngs.Cloud.Function
Package Description |
Showing the top 20 popular GitHub repositories that depend on Microsoft.Azure.Functions.Worker.ApplicationInsights:
| Repository | Stars |
|---|---|
|
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
|
|
|
microsoft/onefuzz
A self-hosted Fuzzing-As-A-Service platform
|
|
|
NuGetPackageExplorer/NuGetPackageExplorer
Create, update and deploy Nuget Packages with a GUI
|
|
|
Azure/azure-functions-core-tools
Command line tools for Azure Functions
|
|
|
icsharpcode/CodeConverter
Convert code from C# to VB.NET and vice versa using Roslyn
|
|
|
mspnp/cloud-design-patterns
Sample implementations for cloud design patterns found in the Azure Architecture Center.
|
|
|
HaveIBeenPwned/PwnedPasswordsAzureFunction
APIs for the k-anonymity Pwned Passwords implementation
|
|
|
Azure/azure-functions-durable-extension
Durable Task Framework extension for Azure Functions
|
|
|
nkdAgility/azure-devops-migration-tools
Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Work Items, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.
|
|
|
egonl/SharpDocx
Lightweight template engine for creating Word documents
|
|
|
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
|
|
pnp/pnpcore
The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
|
|
|
rwjdk/MicrosoftAgentFrameworkSamples
Samples demonstrating the Microsoft Agent Framework in C#
|
|
|
Anthonyy232/Nagi
Rediscover your local music collection with Nagi, a music player focused on speed, simplicity, and privacy. Nagi is built with C# and WinUI 3 to offer a clean, native Fluent experience. It's beautiful, efficient, and respects your privacy.
|
|
|
Azure-Samples/cosmos-db-design-patterns
A collection of design pattern samples for building applications and services with Azure Cosmos DB for NoSQL.
|
|
|
Azure-Samples/eShopLite
eShopLite is a set of reference .NET applications implementing an eCommerce site with features like Semantic Search, MCP, Reasoning models and more.
|
|
|
POW-Software/ByteSync
ByteSync is a free and open-source tool for file synchronization, backup, and deduplication. It works locally or remotely, with no VPNs or firewall configuration required. Transfers only file differences, compresses data, encrypts end-to-end, and gives you full control over what and when to sync. Runs on Windows, Linux, and macOS.
|
|
|
Avanade/Beef
The Business Entity Execution Framework (Beef) framework, and the underlying code generation, has been primarily created to support the industrialization of API development.
|
|
|
Azure/azure-sdk-tools
Tools repository leveraged by the Azure SDK team.
|
|
|
FritzAndFriends/TagzApp
An application that discovers content on social media for hashtags
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.51.0 | 113,167 | 6/4/2026 |
| 2.50.0 | 6,210,373 | 11/11/2025 |
| 2.0.0 | 16,629,795 | 11/12/2024 |
| 2.0.0-preview5 | 29,379 | 10/29/2024 |
| 2.0.0-preview4 | 8,872 | 10/23/2024 |
| 2.0.0-preview3 | 525 | 10/22/2024 |
| 2.0.0-preview2 | 11,486 | 10/15/2024 |
| 2.0.0-preview1 | 14,467 | 9/10/2024 |
| 1.4.0 | 5,995,356 | 8/30/2024 |
| 1.3.0 | 1,433,257 | 8/6/2024 |
| 1.2.0 | 12,975,485 | 1/29/2024 |
| 1.1.0 | 3,598,868 | 11/7/2023 |
| 1.1.0-preview1 | 706 | 11/1/2023 |
| 1.0.0 | 1,925,472 | 8/15/2023 |
| 1.0.0-preview5 | 83,406 | 7/19/2023 |
| 1.0.0-preview4 | 671,496 | 3/24/2023 |
| 1.0.0-preview3 | 416,418 | 9/27/2022 |
| 1.0.0-preview2 | 19,780 | 9/20/2022 |
| 1.0.0-preview1 | 48,928 | 8/11/2022 |
## What's Changed
### Microsoft.Azure.Functions.Worker.ApplicationInsights 2.51.0
- Improved idempotency of service registration calls (#3273)