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).
Why it matters
This feature allows users to authenticate with Azure Blob Storage using Azure Active Directory credentials, specificallyclient_id and tenant_id, improving security and flexibility beyond traditional access key methods.How to use it
To use this feature, configureAzureBlobStorage with the extra_credentials parameter providing the client_id and tenant_id. This enables authentication via Azure AD when connecting to Azure Blob Storage.