Skip to content

Commit 1d3ab92

Browse files
authored
Add local auth note
1 parent 2180627 commit 1d3ab92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App settings reference for Azure Functions
33
description: Reference documentation for the Azure Functions app settings or environment variables used to configure functions apps.
44
ms.topic: conceptual
55
ms.custom: devx-track-extended-java, devx-track-python, ignite-2023, build-2024, linux-related-content
6-
ms.date: 12/28/2023
6+
ms.date: 07/11/2024
77
---
88

99
# App settings reference for Azure Functions
@@ -64,6 +64,8 @@ The connection string for Application Insights by using Microsoft Entra authenti
6464
|---|------------|
6565
|APPLICATIONINSIGHTS_AUTHENTICATION_STRING|`ClientId=<YOUR_CLIENT_ID>;Authorization=AAD`|
6666

67+
[!INCLUDE [functions-app-insights-disable-local-note](../../includes/functions-app-insights-disable-local-note.md)]
68+
6769
## APPLICATIONINSIGHTS_CONNECTION_STRING
6870

6971
The connection string for Application Insights. Don't use both `APPINSIGHTS_INSTRUMENTATIONKEY` and `APPLICATIONINSIGHTS_CONNECTION_STRING`. While the use of `APPLICATIONINSIGHTS_CONNECTION_STRING` is recommended in all cases, it's required in the following cases:

0 commit comments

Comments
 (0)