Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/serverless/azure_functions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This page explains how to collect traces, trace metrics, runtime metrics, and cu
{{< programming-lang lang="dotnet" >}}
1. **Install dependencies**. Run the following commands:
```shell
dotnet package add Datadog.Azure.Functions
dotnet package add Datadog.AzureFunctions
```

Datadog recommends regularly upgrading to the latest version of `Datadog.AzureFunctions` to ensure you have access to enhancements and bug fixes.
Expand Down
Loading