v.25.8New Feature

Add extra_credentials to AzureBlobStorage to authenticate

Add extra_credentials to AzureBlobStorage to authenticate with client_id and tenant_id. #84235 (Pablo Marcos).
Added support for extra_credentials in AzureBlobStorage to enable authentication using client_id and tenant_id.

Why it matters

This feature allows users to authenticate with Azure Blob Storage using Azure Active Directory credentials, specifically client_id and tenant_id, improving security and flexibility beyond traditional access key methods.

How to use it

To use this feature, configure AzureBlobStorage with the extra_credentials parameter providing the client_id and tenant_id. This enables authentication via Azure AD when connecting to Azure Blob Storage.