You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug report -> please search issues before submitting
documentation issue or request
regression (a behavior that used to work and stopped in a new release)
Issue description
When using the OpenTelementry data agent to send to App Insights, no data flows through until I set DisableLocalAuth to false in the App Insights resource.
Originally I had DisableLocalAuth set to true as I want to use RBAC only. I gave the container app environment the Monitoring Metrics Publisher role, but still saw no data flow through to App Insights.
Does the data agent support azure RBAC?
The text was updated successfully, but these errors were encountered:
@michaelmcneilnet The OpenTelemetry data agent currently requires local auth (like instrumentation keys) to send data to Application Insights. When DisableLocalAuth is set to true, only Azure AD-based authentication is allowed, blocking data flow since the agent doesn’t support this yet.
To work around this, set DisableLocalAuth to false until native RBAC support is available in a future update.
This issue is a: (mark with an x)
Issue description
When using the OpenTelementry data agent to send to App Insights, no data flows through until I set
DisableLocalAuth
to false in the App Insights resource.Originally I had
DisableLocalAuth
set to true as I want to use RBAC only. I gave the container app environment theMonitoring Metrics Publisher
role, but still saw no data flow through to App Insights.Does the data agent support azure RBAC?
The text was updated successfully, but these errors were encountered: