From 8fa525783c9aade1a76779be1a59a0dd5b564117 Mon Sep 17 00:00:00 2001 From: Duncan Harvey Date: Thu, 3 Sep 2026 13:15:45 -0400 Subject: [PATCH] add link on azure functions monitoring page to container apps instrumentation for azure functions on container apps --- hugo/content/en/serverless/azure_functions/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo/content/en/serverless/azure_functions/_index.md b/hugo/content/en/serverless/azure_functions/_index.md index e683ea7da5d..db83fac895b 100644 --- a/hugo/content/en/serverless/azure_functions/_index.md +++ b/hugo/content/en/serverless/azure_functions/_index.md @@ -25,6 +25,7 @@ Here is the list of supported runtimes, operating systems (OS) and hosting plans The recommended installation method depends on your Azure Function’s configuration: - For .NET Windows Azure Functions running on Dedicated/App Service or Premium plans: use the [Datadog .NET APM Extension][9]. +- For Azure Function Apps running on Container Apps: use [Datadog Serverless-Init][12]. - For all other configurations (including different runtimes, operating systems, or hosting plans): Follow the instructions below to install the Serverless Compatibility Layer. ## Setup @@ -250,3 +251,4 @@ You can collect [debug logs][6] for troubleshooting. To configure debug logs, us [9]: /serverless/azure_functions/dotnet_extension/ [10]: /profiler/ [11]: /integrations/azure-functions/#metrics +[12]: /serverless/azure_container_apps