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…
Read MoreAdd message to Azure Queue To Show how we can add message to Azure Queue. Let’s create a mule service which accept a JSON request as To convert the incoming JSON to String we can use Byte Array To String and later use transform activity to convert message payload to Azure Storage –…
Read MoreCreate Table in Azure Let’s create a mule flow which create Azure Table – for this we first configure HTTP listener to accept URI parameter – tablename as input. Will pass the same name to Azure Storage Connector Last add Set Payload activity to set Payload which will be return to caller…
Read MoreCreate Queue in Azure Let’s create a mule flow which create Azure Queue – for this we first configure HTTP listener to accept UIR parameter – queuename as input. Will pass the same name to Azure Storage Connector and Last add Set Payload activity to set Payload which will be return to caller …
Read MoreIntegrating 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…
Read More