Skip to content

Commit 8f95c1f

Browse files
author
Glenn Gailey
committed
Clarifications
1 parent dfe722f commit 8f95c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-functions/functions-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 04/04/2019
1313

1414
We recommend using Application Insights because it collects log, performance, and error data. It automatically detects performance anomalies and includes powerful analytics tools to help you diagnose issues and to understand how your functions are used. It's designed to help you continuously improve performance and usability. 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).
1515

16-
As the required Application Insights instrumentation is built into Azure Functions, all you need is a valid instrumentation key to connect your function app to an Application Insights resource.
16+
As the required Application Insights instrumentation is built into Azure Functions, all you need is a valid instrumentation key to connect your function app to an Application Insights resource. The instrumentation key should be added to your application settings when your function app resource is created in Azure. If your function app doesn't already this key, you can [set it manually](#enable-application-insights-integration).
1717

1818
## Application Insights pricing and limits
1919

includes/functions-connect-new-app-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: include file
1212

1313
Functions makes it easy to add Application Insights integration to a function app from the [Azure portal].
1414

15-
1. In the [portal][Azure Portal], type ``Function Apps` in the search bar at the top of the page, choose your function app, and then select the **Application Insights is not configured** banner at the top of the window. If you don't see this banner, then your app already has Application Insights enabled.
15+
1. In the [portal][Azure Portal], type `Function Apps` in the search bar at the top of the page, choose your function app, and then select the **Application Insights is not configured** banner at the top of the window. If you don't see this banner, then your app already has Application Insights enabled.
1616

1717
![Enable Application Insights from the portal](media/functions-connect-new-app-insights/enable-application-insights.png)
1818

0 commit comments

Comments
 (0)