Skip to content

Commit 0a9c98c

Browse files
committed
fixup! docs: add reference to entra auth with app insights
1 parent fdac4df commit 0a9c98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/configure-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ When you create your function app in the [Azure portal](./functions-get-started.
291291
### Configure Entra Authentication ID-based authentication
292292

293293
For setups where you need to use Entra Authentication ID-based authentication, you can add the `APPLICATIONINSIGHTS_AUTHENTICATION_STRING` application settings to configure the Azure Functions host. You need to provide the client ID of system-assigned or user-assigned managed identity that is authorized to publish telemetry to the Application Insights resource.
294-
The `APPLICATIONINSIGHTS_AUTHENTICATION_STRING` can be set as follows: `ClientId=<REPLACE-WITH-CLIENT-ID>;Authorization=AAD`. For more information about how to configure Entra Authentication ID-based authentication, see [Microsoft Entra authentication for Application Insights](articles/azure-monitor/app/azure-ad-authentication.md).
294+
The `APPLICATIONINSIGHTS_AUTHENTICATION_STRING` can be set as follows: `ClientId=<REPLACE-WITH-CLIENT-ID>;Authorization=AAD`. For more information about how to configure Entra Authentication ID-based authentication, see [Microsoft Entra authentication for Application Insights](../azure-monitor/app/azure-ad-authentication.md).
295295

296296
### New function app in the portal
297297

0 commit comments

Comments
 (0)