Skip to content

Commit 839b0ef

Browse files
authored
Merge pull request #159341 from ggailey777/jeremy
Jeremy's fix for sovereign cloud connections
2 parents 1afc08c + 576b03c commit 839b0ef

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/azure-functions/functions-monitoring.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ The full list of Application Insights features available to your function app is
2929

3030
## Application Insights integration
3131

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).
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).
33+
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).
3336
3437
## Collecting telemetry data
3538

0 commit comments

Comments
 (0)