We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b86c47 commit c8aab09Copy full SHA for c8aab09
articles/azure-functions/functions-app-settings.md
@@ -27,7 +27,7 @@ The connection string for Application Insights. Use `APPLICATIONINSIGHTS_CONNECT
27
28
|Key|Sample value|
29
|---|------------|
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/;|
+|APPLICATIONINSIGHTS_CONNECTIONSTRING|InstrumentationKey=[key];IngestionEndpoint=[url];LiveEndpoint=[url];ProfilerEndpoint=[url];SnapshotEndpoint=[url];|
31
32
## AZURE_FUNCTIONS_ENVIRONMENT
33
0 commit comments