Skip to content

Commit 6d5d4e5

Browse files
lucaspimentelclaude
andcommitted
Address PR review feedback on Azure Functions docs
- Remove beckoning "Install it first" for direct language - Remove unused link references [1] and [2] - Add custom instrumentation links for all languages (not just .NET) - Make troubleshooting language-agnostic for multi-language page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent cf52f9c commit 6d5d4e5

File tree

1 file changed

+6
-8
lines changed
  • content/en/serverless/azure_functions

1 file changed

+6
-8
lines changed

content/en/serverless/azure_functions/_index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This page explains how to collect traces, trace metrics, runtime metrics, and cu
1414

1515
## Prerequisites
1616

17-
1. **Install the Azure integration:** The [Datadog-Azure integration](/integrations/azure/) provides infrastructure metrics. Install it first for full observability.
17+
1. **Install the Azure integration:** The [Datadog-Azure integration](/integrations/azure/) provides infrastructure metrics and must be installed for full observability.
1818
2. **Review runtime compatibility:** See compatibility requirements for your language:
1919
- [.NET Core](/tracing/trace_collection/compatibility/dotnet-core) (Isolated Worker model)
2020
- [.NET Framework](/tracing/trace_collection/compatibility/dotnet-framework) (In-Process model)
@@ -186,9 +186,6 @@ If you haven't already, install the [Datadog-Azure integration][5] to collect me
186186
- Configuration is set via Function App Settings, not local files
187187
- Some configurations may not be supported in the Functions sandbox environment
188188
- The compatibility layer automatically handles some Agent-related settings
189-
190-
[1]:/tracing/trace_collection/library_config/dotnet-core
191-
[2]:/tracing/trace_collection/library_config/dotnet-framework
192189
{{< /programming-lang >}}
193190
{{< /programming-lang-wrapper >}}
194191

@@ -213,7 +210,10 @@ If you haven't already, install the [Datadog-Azure integration][5] to collect me
213210
## Custom Instrumentation
214211

215212
To add custom spans and metrics:
216-
- [.NET Custom Instrumentation with Datadog API](/tracing/trace_collection/custom_instrumentation/dotnet/dd-api/)
213+
- .NET: [Custom Instrumentation with Datadog API](/tracing/trace_collection/custom_instrumentation/dotnet/dd-api/)
214+
- Node.js: [Custom Instrumentation](/tracing/trace_collection/custom_instrumentation/nodejs/)
215+
- Python: [Custom Instrumentation](/tracing/trace_collection/custom_instrumentation/python/)
216+
- Java: [Custom Instrumentation](/tracing/trace_collection/custom_instrumentation/java/)
217217
- [Submitting Custom Metrics](/serverless/custom_metrics/)
218218

219219
## What's next?
@@ -223,9 +223,7 @@ To add custom spans and metrics:
223223

224224
## Troubleshooting
225225

226-
For common issues and debugging steps, see:
227-
- [Troubleshoot Serverless Monitoring](/serverless/guide/troubleshoot_serverless_monitoring)
228-
- [.NET Diagnostic Tool](/tracing/troubleshooting/dotnet_diagnostic_tool)
226+
For common issues and debugging steps, see [Troubleshoot Serverless Monitoring](/serverless/guide/troubleshoot_serverless_monitoring).
229227

230228
### Enable debug logs
231229

0 commit comments

Comments
 (0)