---
title: "Monitor Azure Functions across every hosting plan with Datadog"
url: https://daily.dev/posts/monitor-azure-functions-across-every-hosting-plan-with-datadog-qdszmzrli
source_url: https://www.datadoghq.com/blog/monitor-azure-functions-hosting-plans
type: article
source: "Datadog"
published: 2026-08-24T19:13:14.955Z
updated: 2026-08-24T19:13:40.855Z
tags: ["devops", "serverless", "observability", "azure-functions"]
reading_time: 6
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Monitor Azure Functions across every hosting plan with Datadog

**[Datadog](https://daily.dev/sources/datadog)** · 6 min read · 0 upvotes · 0 comments

## Summary

Datadog has expanded Serverless Monitoring for Azure Functions with a new Serverless Compatibility Layer that enables direct telemetry collection across all hosting plans (Linux and Windows), not just Windows-based .NET apps on Dedicated or Premium plans. New capabilities include distributed tracing that connects HTTP endpoints, messaging, and databases, RUM-to-backend trace linking, trace context preservation across Azure Service Bus and Event Hubs via span links, inferred spans for Cosmos DB operations, enhanced CPU metrics sampled every second (versus Azure's native 1-minute intervals), and a Preview release of Continuous Profiler for Python and Node.js functions.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.datadoghq.com/blog/monitor-azure-functions-hosting-plans>

## Questions this post answers

### How can I monitor Azure Functions running on Linux with Datadog, since the App Service extension doesn't support Linux?

Datadog's Serverless Compatibility Layer provides direct telemetry collection for Azure Functions on Linux or Windows, regardless of hosting plan. It is a lightweight package for .NET, Python, Node.js, and Java that runs alongside function code, detects the Azure Functions environment at startup, and batches telemetry before sending it to Datadog, unlike the extension-based approach limited to Windows .NET apps.

_Teams standardizing serverless observability across mixed Linux and Windows hosting plans can track these integrations on daily.dev._

### How often does Datadog sample CPU metrics for Azure Functions compared to Azure's native metrics?

Datadog's Serverless Monitoring samples CPU usage from the function app every second and publishes distribution metrics every 10 seconds, versus Azure's native metrics which update at intervals of 1 minute or longer. This higher resolution helps distinguish brief CPU bursts from sustained utilization. These enhanced metrics use the azure.functions.enhanced.* prefix and require updating to the latest Serverless Compatibility Layer version.

_Engineers chasing short-lived CPU spikes in serverless workloads can follow monitoring updates like this on daily.dev._

### Is Datadog Continuous Profiler available for Azure Functions written in Python or Node.js?

Yes, Continuous Profiler for Azure Functions is available in Preview for Python and Node.js. It is enabled by setting the environment variable DD_PROFILING_ENABLED=true, after which Datadog begins collecting profiles and building flame graphs without requiring any code changes.

_Developers evaluating profiling options for serverless code paths can keep tabs on tools like this via daily.dev._

## Similar posts on daily.dev

- [Trace Azure-managed services in .NET applications with Datadog](https://daily.dev/posts/trace-azure-managed-services-in-net-applications-with-datadog-x3tg6mr7a) · Datadog · 1 upvotes · 0 comments
- [Monitor AWS Lambda Managed Instances with Datadog](https://daily.dev/posts/monitor-aws-lambda-managed-instances-with-datadog-nhbvxfkll) · Datadog · 0 upvotes · 0 comments
- [Azure Functions Ships Serverless Agents Runtime at Build 2026](https://daily.dev/posts/azure-functions-ships-serverless-agents-runtime-at-build-2026-sajc9mte5) · InfoQ · 0 upvotes · 0 comments

---

Tags: [#devops](https://daily.dev/tags/devops), [#serverless](https://daily.dev/tags/serverless), [#observability](https://daily.dev/tags/observability), [#azure-functions](https://daily.dev/tags/azure-functions)

[View this post on daily.dev](https://daily.dev/posts/monitor-azure-functions-across-every-hosting-plan-with-datadog-qdszmzrli)
