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
> Support for Microsoft Entra ID in the Application Insights Node.JS is included starting with [version 2.1.0-beta.1](https://www.npmjs.com/package/applicationinsights/v/2.1.0-beta.1).
101
99
102
-
Application Insights Node.JS supports the credential classes provided by [Azure Identity](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity#credential-classes).
100
+
101
+
Azure Monitor OpenTelemetry and Application Insights Node.JS supports the credential classes provided by [Azure Identity](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/identity/identity#credential-classes).
103
102
104
103
- We recommend `DefaultAzureCredential` for local development.
105
104
- We recommend `ManagedIdentityCredential` for system-assigned and user-assigned managed identities.
@@ -108,10 +107,29 @@ Application Insights Node.JS supports the credential classes provided by [Azure
108
107
- We recommend `ClientSecretCredential` for service principals.
109
108
- Provide the tenant ID, client ID, and client secret to the constructor.
> Support for Microsoft Entra ID in the Application Insights Node.JS is included starting with [version 2.1.0-beta.1](https://www.npmjs.com/package/applicationinsights/v/2.1.0-beta.1).
0 commit comments