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
Next we will store the request in local file
We will also accept filename as query param which will be used as Name of Blob
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
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.
thanks for sharing nice information…
Great article. Good to understand for everyone.
thanks for sharing nice information….
Hi,
I want to implement same thing In mule 4, how this can be done? Please help with suggestion.
It will be similar to mule 3 configuration, try doing it and let us know in case you face any issue.
Thanks,
Mulesy Team