update AAS setup guide#8848
Conversation
point users to follow the guide to our public docs
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 673ad7f87e
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - You have already installed the [Datadog .NET package on Linux](https://docs.datadoghq.com/tracing/trace_collection/dd_libraries/dotnet-core/?tab=linux#install-the-tracer). Install [Datadog.Trace](https://www.nuget.org/packages/Datadog.Trace) instead if you need custom instrumentation. | ||
| - You instrument your application using the .NET dd-trace tool. Install [Datadog.Trace](https://www.nuget.org/packages/Datadog.Trace) instead if you need custom instrumentation. | ||
| - Your application is running in Azure App Services. Install [the AAS extension](https://docs.datadoghq.com/serverless/azure_app_services/?tab=net) instead. | ||
| - Your application is running in Azure App Services. Follow [our AAS guide](https://docs.datadoghq.com/serverless/azure_app_services/?tab=net) instead. |
There was a problem hiding this comment.
Keep Linux AAS out of the do-not-install list
For Linux Azure App Service .NET code apps, the linked AAS guide instructs users to add Datadog.Trace.Bundle (for example, dotnet add package Datadog.Trace.Bundle), so leaving this blanket Azure App Services entry under “Do not install this package” still gives those users contradictory guidance and can make them remove the package required by that flow. Please qualify this as the Windows/site-extension case or move AAS to a separate “follow the guide for your platform” note.
Useful? React with 👍 / 👎.
BenchmarksBenchmark execution time: 2026-06-30 16:00:20 Comparing candidate commit 4ad8b42 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 71 metrics, 0 unstable metrics, 61 known flaky benchmarks, 65 flaky benchmarks without significant changes.
|
Co-authored-by: Lucas Pimentel <[email protected]>
point users to follow the guide to our public docs
Summary of changes
Reword documentation to point AAS users to follow our public documentation, instead of explicitly mentioning installing the AAS extension.
Reason for change
Customers get mislead to try to install the extension on an linux setup.
See: #7426
Implementation details
N/A
Test coverage
N/A
Other details