Skip to content

Commit a5d6da7

Browse files
committed
Clean-up
1 parent 227319e commit a5d6da7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

articles/azure-functions/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@
413413
href: functions-move-across-regions.md
414414
- name: Monitor
415415
items:
416-
- name: Leverage Azure Monitor
417-
href: monitor-metrics.md
416+
- name: Monitor function apps with Azure Monitor
417+
href: monitor-functions.md
418418
displayName: monitor metrics
419419
- name: Configure monitoring
420420
href: configure-monitoring.md

articles/azure-functions/functions-monitoring.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@ title: Monitor Azure Functions
33
description: Learn how to use Azure Application Insights with Azure Functions to monitor function execution.
44
ms.assetid: 501722c3-f2f7-4224-a220-6d59da08a320
55
ms.topic: conceptual
6-
ms.date: 10/14/2020
6+
ms.date: 07/05/20022
77
ms.custom: "devx-track-csharp, fasttrack-edit, contperf-fy21q2, devx-track-js"
88
# Customer intent: As a developer, I want to understand what facilities are provided to help me monitor my functions so I can know if they're running correctly.
99
---
1010

1111
# Monitor Azure Functions
1212

13-
[Azure Functions](functions-overview.md) offers built-in integration with [Azure Application Insights](../azure-monitor/app/app-insights-overview.md) to monitor functions. This article provides an overview of the monitoring capabilities provided by Azure for monitoring Azure Functions.
13+
[Azure Functions](functions-overview.md) offers built-in integration with [Azure Application Insights](../azure-monitor/app/app-insights-overview.md) to monitor functions executions. This article provides an overview of the monitoring capabilities provided by Azure for monitoring Azure Functions.
1414

1515
Application Insights collects log, performance, and error data. By automatically detecting performance anomalies and featuring powerful analytics tools, you can more easily diagnose issues and better understand how your functions are used. These tools are designed to help you continuously improve performance and usability of your functions. You can even use Application Insights during local function app project development. For more information, see [What is Application Insights?](../azure-monitor/app/app-insights-overview.md).
1616

1717
As Application Insights instrumentation is built into Azure Functions, you need a valid instrumentation key to connect your function app to an Application Insights resource. The instrumentation key is added to your application settings as you create your function app resource in Azure. If your function app doesn't already have this key, you can [set it manually](configure-monitoring.md#enable-application-insights-integration).
1818

19+
You can also monitor the function app itself by using Azure Monitor. To learn more, see [Monitoring Azure Functions with Azure Monitor](monitor-functions.md).
20+
1921
## Application Insights pricing and limits
2022

2123
You can try out Application Insights integration with Azure Functions for free featuring a daily limit to how much data is processed for free.

0 commit comments

Comments
 (0)