azure-kusto-java added support for Managed Identities from version 3.0.0. This commit adds support of managed identities in the Kusto Sink.
There are now two ways to authenticate against Azure Active Directory:
using an Azure AD Enterprise Application
using a Managed Identity
Both are service principals, the only different is that Managed Identity used the Azure Instance MetaData Service (IMDS) to get OAuth2 tokens, without the need to use a password.
Future Release Comment
Breaking Changes:
None
Features:
Support managed identity to authenticate against ADX
Pull Request Description
azure-kusto-java added support for Managed Identities from version 3.0.0. This commit adds support of managed identities in the Kusto Sink.
There are now two ways to authenticate against Azure Active Directory:
Both are service principals, the only different is that Managed Identity used the Azure Instance MetaData Service (IMDS) to get OAuth2 tokens, without the need to use a password.
Future Release Comment
Breaking Changes:
Features:
Fixes: