Azure Blob Storage Adapter
The Azure Blob Storage Adapter is a simple component which can be used to interact with Azure’s Blob Storage. The adapter provides functionality to read, upload, list and delete blobs in the blob storage container.
This component authenticates to Azure Blob Storage by using Microsoft Entra ID to request an OAuth access token. This component uses the AZBLOB Library.
Requirements
An existing Azure storage account and associated Azure Blob Container.
Entra ID with permissions to perform operations on the Azure Blob Storage. The authentication piece of the adapter requires the following:
Tenant ID
Client ID
Client Secret
The configured app registration must have the appropriate Azure Blob Storage RBAC role, such as Storage Blob Data Reader or Storage Blob Data Contributor.