Integrating Azure Storage with MuleSoft
In this demonstration we will create the Integration between Azure Storage with MuleSoft
The Anypoint Azure Storage Connector enables businesses to accelerate cloud storage integrations for modern data storage scenarios across Azure Cloud.
The connector gives access to all Azure storage entities i.e. Blobs, Tables, Queues & Files to enable automation of business processes leveraging Microsoft Azure Storage SDK for Java.
This connector provides the following cloud storage options, making use of Azure Storage services:
- Blob Storage: Enables businesses to store unstructured object data, such as text or binary data, offering the storage account, containers, and blobs. Within your storage account, containers provide a way to organize sets of blobs.
- Files Storage: Enables customers to leverage the availability and scalability of Azure’s Cloud that offers fully managed file shares in the cloud and accessible via SMB protocol.
- Queue Storage: Enables businesses to store and retrieve messages in Queues to be processed asynchronously by any client who has access to the storage account.
- Table Storage: Enables businesses to store structured NoSQL data in the cloud, providing a key/attribute store with a schema-less design.
To use the azure connector, Kindly download the connector from exchange( Please visit this url to add the module in anypoint studio)
See the module added in AnyPoint Studio mule palette:
Once we have the connector we need two things from Azure side to connect with Azure Storage
Storage account name and key –
Using name and key we can configure our Azure connector
Also we can download MicroSoft Azure Storage Explorer for managing Azure Storage
Ref: https://azure.microsoft.com/en-in/features/storage-explorer/