Skip to content

Commit ef86070

Browse files
committed
Fix Jeremy's commit
1 parent 8760fa2 commit ef86070

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/azure-functions/functions-monitoring.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ Application Insights collects log, performance, and error data. By automatically
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-
> [!IMPORTANT]
20-
National Clouds such as Azure Government require the use of the [Application Insights connection string](../azure-monitor/app/sdk-connection-string.md) instead of the instrumenation key.
21-
2219
## Application Insights pricing and limits
2320

2421
You can try out Application Insights integration with Azure Functions for free featuring a daily limit to how much data is processed for free.
@@ -32,9 +29,10 @@ The full list of Application Insights features available to your function app is
3229

3330
## Application Insights integration
3431

35-
Typically, you create an Application Insights instance when you create your function app. In this case, the instrumentation key required for the integration is already set as an application setting named *APPINSIGHTS_INSTRUMENTATIONKEY*. If for some reason your function app doesn't have the instrumentation key set, you need to [enable Application Insights integration](configure-monitoring.md#enable-application-insights-integration).
32+
Typically, you create an Application Insights instance when you create your function app. In this case, the instrumentation key required for the integration is already set as an application setting named `APPINSIGHTS_INSTRUMENTATIONKEY`. If for some reason your function app doesn't have the instrumentation key set, you need to [enable Application Insights integration](configure-monitoring.md#enable-application-insights-integration).
3633

37-
National Clouds such as Azure Government require the use of the [Application Insights connection string](../azure-monitor/app/sdk-connection-string.md) instead of the instrumenation key. The application setting is named *APPLICATIONINSIGHTS_CONNECTION_STRING*.
34+
> [!IMPORTANT]
35+
Sovereign clouds, such as Azure Government, require the use of the Application Insights connection string (`APPLICATIONINSIGHTS_CONNECTION_STRING`) instead of the instrumentation key. To learn more, see the [APPLICATIONINSIGHTS_CONNECTION_STRING reference](functions-app-settings.md#applicationinsights_connection_string).
3836

3937
## Collecting telemetry data
4038

0 commit comments

Comments
 (0)