Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ACA] [357253] Add note that App Insights must allow local auth for OTel #125755

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/container-apps/opentelemetry-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn to record and query data collected using OpenTelemetry in Azu
services: container-apps
author: craigshoemaker
ms.service: azure-container-apps
ms.date: 01/29/2025
ms.date: 02/07/2025
ms.author: cshoe
ms.topic: how-to
---
Expand Down Expand Up @@ -57,7 +57,7 @@ The only configuration detail required from Application Insights is the connecti

The connection string contains an instrumentation key, which is a unique identifier used to associate telemetry to a specific Application Insights resource. Instrumentation keys aren't security tokens or security keys, and aren't considered secrets.

If you want to protect your Application Insights resource from misuse, see [Microsoft Entra authentication for Application Insights](/azure/azure-monitor/app/azure-ad-authentication#microsoft-entra-authentication-for-application-insights).
If you want to protect your Application Insights resource from misuse, see [Microsoft Entra authentication for Application Insights](/azure/azure-monitor/app/azure-ad-authentication#microsoft-entra-authentication-for-application-insights). However, the Application Insights resource must [allow local authentication](/azure/azure-monitor/app/azure-ad-authentication#disable-local-authentication) to receive data from the OpenTelemetry data agent.

# [ARM template](#tab/arm)

Expand Down