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
Additional operations coming soon!
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.
Releases
Version: 2.1.0
Framework Version: 10.21.0
Release Notes: - ListContainers action added
Version: 2.0.0
Framework Version: 10.21.0
Release Notes: Creation of SAS tokens has been added and upgraded to Mx 10.21.0.
Added actions:
- POST_v1_Azure_GetUserDelegationKey
- Create_SAS_Token_Container
- Create_SAS_Token_Directory
- Create_SAS_Token_Blob
Version: 1.0.0
Framework Version: 9.24.10
Release Notes: First version of the Mendix Azure Blob Storage Connector. Includes:
- GetBlob
- PutBlob
- DeleteBlob
- ListBlobs
- GetApplicationBearerToken
Operations. For more information see the related Mendix documentation: https://docs.mendix.com/appstore/azure-modules/azure-blob-storage/.