Azure Blob Storage Connector
Content Type: Module
Categories: Connectors,Data
Overview
The Azure Blob Storage Connector provides a way for you to easily connect with Azure's Blob storage service with your Mendix application for storage of blob's (files) and/or for the creation of SAS tokens.
The connector provides the following actions:
- ListBlobs
- ListContainers
- PutBlob
- GetBlob
- DeleteBlob
- GetApplicationBearerToken
- GetUserDelegationKey
- Create_SAS_Token_Container
- Create_SAS_Token_Directory
- Create_SAS_Token_Blob
- RevokeUserDelegationKey
This component has been inspired by the Azure Blob Connector of PostNL developed by Nirmal Kumar.
Documentation
Please see the Azure Blob Storage Connector in the Mendix documentation for details.
You can also take a look at the Azure Blob Storage Connector Example.In this demo application you can find several use cases and implementation examples. Also some additional documentation is provided, for example on how to setup authenticaion in Entra.