You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address PR review feedback on Azure App Service docs
- Remove "you're" contraction in linux_container.md per style guide
- Make linux_code.md prerequisites multi-runtime (add Java, Node.js, Python)
- Restructure linux_code.md Additional Resources for all languages
- Fix inconsistent Azure integration wording in windows_code.md
- Add context to windows_code.md resources (.NET Core vs Framework)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
-[Standard .NET APM setup](/tracing/trace_collection/automatic_instrumentation/dd_libraries/dotnet-core) (uses Agent or NuGet)
24
-
3.**Review .NET compatibility:** See [.NET Core Compatibility](/tracing/trace_collection/compatibility/dotnet-core) for supported runtimes and integrations.
21
+
2.**Understand the sidecar approach:** This setup uses a sidecar container pattern. For other deployment models, see [Windows Code](/serverless/azure_app_service/windows_code) or [Linux Container](/serverless/azure_app_service/linux_container).
Using Windows instead? See <ahref="/serverless/azure_app_service/windows_code">Windows Code setup</a>. Using containers? See <ahref="/serverless/azure_app_service/linux_container">Linux Container setup</a>.
@@ -358,10 +360,15 @@ Share the content of the **Log stream** with [Datadog Support][9].
-[Linux Code](/serverless/azure_app_service/linux_code) - Sidecar for non-containerized apps
30
-
3.**Review container setup basics:** If you're new to Datadog's .NET tracer in containers, see [Tracing .NET Core Applications](/tracing/trace_collection/automatic_instrumentation/dd_libraries/dotnet-core) for background.
30
+
3.**Review container setup basics:** If new to Datadog's .NET tracer in containers, see [Tracing .NET Core Applications](/tracing/trace_collection/automatic_instrumentation/dd_libraries/dotnet-core) for background.
31
31
4.**Check compatibility:** See [.NET Core Compatibility](/tracing/trace_collection/compatibility/dotnet-core) for supported runtimes.
Copy file name to clipboardExpand all lines: content/en/serverless/azure_app_service/windows_code.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ There are no billing implications for tracing Java Web Apps during this period.
64
64
65
65
## Prerequisites
66
66
67
-
1.**Install the Azure integration:** Install the [Datadog-Azure integration](/integrations/azure/)first to correlate APM traces with Azure metrics.
67
+
1.**Install the Azure integration:** Install the [Datadog-Azure integration](/integrations/azure/) to collect Azure metrics and logs.
68
68
2.**Understand the extension approach:** The Azure App Service extension is a specialized version of the Datadog .NET tracer. It differs from standard APM setup:
69
69
- No MSI installer needed (extension handles installation)
70
70
- No manual environment variable configuration for basic setup
@@ -572,12 +572,17 @@ Still need help? Contact [Datadog support][5].
0 commit comments