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
Most Azure Services support in their client SDKs the capability to authenticate to the service via az cli (az login), this is very useful for local development scenario since it avoids the management of secrets by developers.
Most Azure Services support in their client SDKs the capability to authenticate to the service via az cli (
az login
), this is very useful for local development scenario since it avoids the management of secrets by developers.For example by using the Azure Event Hubs .NET Client SDK, it is possible to specify
new DefaultAzureCredential()
as credentials:This covers local az login authentication as well as managed identity authentication and should be available in the Java SDK.
The proposal is to add local az cli authentication to the authentication options for all samplers of this repository.
@kuniteru @dislev @MalachiMcIntosh
If this proposal makes sense, please let me know, I will be glad to contribute.
The text was updated successfully, but these errors were encountered: