Skip to content

Commit cb6e082

Browse files
committed
art6-2
1 parent f7bc87f commit cb6e082

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-functions/streaming-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Stream Execution Logs in Azure Functions
33
description: Learn how you can stream logs for functions in near real time.
4-
ms.date: 6/16/2025
4+
ms.date: 12/17/2025
55
ms.topic: how-to
66
ms.devlang: azurecli
77
ms.custom: devx-track-azurepowershell
@@ -16,7 +16,7 @@ There are two ways to view the stream of log files that your function executions
1616

1717
## [Live Metrics](#tab/live-metrics)
1818

19-
When your function app is [connected to Application Insights](configure-monitoring.md#enable-application-insights-integration), you can use [Live Metrics Stream](/azure/azure-monitor/app/live-stream) to view log data and other metrics in near real-time in the Azure portal. *Live Metrics stream is the recommended way to view streaming logs*. It supports all plan types and is the method to use when monitoring functions running on multiple-instances. It also uses [sampled data](configure-monitoring.md#configure-sampling), so it can protect you from producing too much data during times of peak loads.
19+
When your function app is [connected to Application Insights](configure-monitoring.md#enable-application-insights-integration), you can use [Live Metrics Stream](/azure/azure-monitor/app/live-stream) to view log data and other metrics in near real-time in the Azure portal. Live Metrics stream is *the recommended way to view streaming logs* it supports all plan types and is the method to use when monitoring functions running on multiple-instances. It also uses [sampled data](configure-monitoring.md#configure-sampling), so it can protect you from producing too much data during times of peak loads.
2020

2121
>[!IMPORTANT]
2222
>By default, the Live Metrics stream includes logs from all apps connected to a given Application Insights instance. When you have more than one app sending log data, you should [filter your log stream data](/azure/azure-monitor/app/live-stream#filter-by-server-instance).

0 commit comments

Comments
 (0)