Upload BLOB to Azure Container

 

Let’s create a Mule flow which upload the JSON BLOB message to Azure BLOB container.

Create a HTTP listener to accept JSON request

Upload BLOB to Azure Container

 

Next we will store the request in local file

Upload BLOB to Azure Container

 

We will also accept filename as query param which will be used as Name of Blob

Upload BLOB to Azure Container

 

In Azure Storage we will use “Upload blob from path” operation

 

Before this we will place Transformation to accept the required payload

  • Container – name of the container where we want to upload
  • filename – name of the Blob which will be uploaded
  • filepath – file path of the file which need to be uploaded

 

Once done we can set the last transformation to reply with success message

 

Will run the mule flow and call the service through SOAP UI

 

And we can see the message in Azure container

 

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
5 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Mulesoft Corporate Training

thanks for sharing nice information…

Manish
Manish
5 years ago

Great article. Good to understand for everyone.

MuleSoft Corporate Training

thanks for sharing nice information….

Deepthi
Deepthi
2 years ago

Hi,
I want to implement same thing In mule 4, how this can be done? Please help with suggestion.