Create Container in Azure

 

Container is a place holder in Azure which can contain the Blob which we want to store. Let’s create a mule flow which create Azure container – for this we first configure HTTP listener to accept uri parameter – containername as input.

Create Container in Azure

 

Will pass the same parameter to Azure Storage Connector

Create Container in Azure

 

Last add Set Payload activity to set Payload with successful response.

Create Container in Azure

 

Run the mule service and invoke it through Postman or SOAP UI

 

We get a success response and now we can new container in Azure Storage Explorer

 
Also please see

Azure Storage Container Tutorials

Azure Storage Exchange

  
Thank you for taking out time to read the above post. Hope you found it useful. In case of any questions, feel free to comment below. Also, if you are keen on knowing about a specific topic, happy to explore your recommendations as well.
 
For any latest updates or posts on our website, you can follow us on LinkedIn. Look forward to connecting with you there.


Share this:
Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Kelly Techno
Kelly Techno
5 years ago

Inspirational post, Thanks for sharing.