Skip to content

Commit d821488

Browse files
committed
clarify old article title
1 parent 227add4 commit d821488

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-functions/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
displayName: secure, ssl
236236
- name: Security baseline
237237
href: /security/benchmark/azure/baselines/functions-security-baseline?toc=/azure/azure-functions/TOC.json
238-
- name: Monitoring
238+
- name: Monitor function executions
239239
href: functions-monitoring.md
240240
displayName: App Insights, Application Insights, logs, logging
241241
- name: Diagnostics

articles/azure-functions/functions-monitoring.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Monitor Azure Functions
3-
description: Learn how to use Azure Application Insights with Azure Functions to monitor function execution.
2+
title: Monitor function executions in Azure Functions
3+
description: Learn how to use Azure Application Insights with Azure Functions to monitor function executions.
44
ms.assetid: 501722c3-f2f7-4224-a220-6d59da08a320
55
ms.topic: conceptual
66
ms.date: 07/05/2022
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

11-
# Monitor Azure Functions
11+
# Monitor function executions in Azure Functions
1212

1313
[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

0 commit comments

Comments
 (0)