Skip to content

Commit 0b86c47

Browse files
author
Glenn Gailey
committed
Tweak Graham's addition
1 parent 161bf90 commit 0b86c47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ There are other global configuration options in the [host.json](functions-host-j
1515

1616
## APPINSIGHTS_INSTRUMENTATIONKEY
1717

18-
The Application Insights instrumentation key if you're using Application Insights. See [Monitor Azure Functions](functions-monitoring.md). Only one of `APPINSIGHTS_INSTRUMENTATIONKEY` or `APPLICATIONINSIGHTS_CONNECTIONSTRING` is recommended.
18+
The instrumentation key for Application Insights. Only use one of `APPINSIGHTS_INSTRUMENTATIONKEY` or `APPLICATIONINSIGHTS_CONNECTIONSTRING`. For more information, see [Monitor Azure Functions](functions-monitoring.md).
1919

2020
|Key|Sample value|
2121
|---|------------|
22-
|APPINSIGHTS_INSTRUMENTATIONKEY|5dbdd5e9-af77-484b-9032-64f83bb83bb|
22+
|APPINSIGHTS_INSTRUMENTATIONKEY|55555555-af77-484b-9032-64f83bb83bb|
2323

2424
## APPLICATIONINSIGHTS_CONNECTIONSTRING
2525

26-
The Application Insights connection string if you're using Application Insights and require the added customizability that connection strings provide over instrumentation keys. See [Connection strings](/articles/azure-monitor/app/sdk-connection-string.md) for more details. Only one of `APPINSIGHTS_INSTRUMENTATIONKEY` or `APPLICATIONINSIGHTS_CONNECTIONSTRING` is recommended.
26+
The connection string for Application Insights. Use `APPLICATIONINSIGHTS_CONNECTIONSTRING` instead of `APPINSIGHTS_INSTRUMENTATIONKEY` when your function app requires the added customizations supported by using the connection string. For more information, see [Connection strings](../azure-monitor/app/sdk-connection-string.md).
2727

2828
|Key|Sample value|
2929
|---|------------|
30-
|APPLICATIONINSIGHTS_CONNECTIONSTRING|InstrumentationKey=5dbdd5e9-af77-484b-9032-64f83bb83bb;IngestionEndpoint=https://custom.com:111/;LiveEndpoint=https://custom.com:222/;ProfilerEndpoint=https://custom.com:333/;SnapshotEndpoint=https://custom.com:444/;|
30+
|APPLICATIONINSIGHTS_CONNECTIONSTRING|InstrumentationKey=55555555-af77-484b-9032-64f83bb83bb;IngestionEndpoint=https://custom.com:111/;LiveEndpoint=https://custom.com:222/;ProfilerEndpoint=https://custom.com:333/;SnapshotEndpoint=https://custom.com:444/;|
3131

3232
## AZURE_FUNCTIONS_ENVIRONMENT
3333

0 commit comments

Comments
 (0)