List Blob in Azure Container Let’s see how we can list blob which are available in Azure Container, Create a mule service which will accept container name as query parameter Pass same param to Azure Storage Connector and select List blobs in container operation Transform the output in some more readable form…
Read MoreDelete BLOB from Container To Show how we can delete blob from Azure. Let’s create a Mule flow which delete the JSON message in BLOB container Create a HTTP listener Next we will store the blobname which we want to delete from container Add transformation to set the blobname and the container…
Read MoreDequeue multiple message from Azure Queue Let’s see how we can Dequeue multiple message from Azure Queue. Create a mule service which will poll the Azurequeue every 10 seconds and print the messages in Logger. For testing we can push messages to Azure Queue In Mule flow set Polling frequency and add logger…
Read MoreDequeue message from Azure Queue Lets create a mule service which will poll the Azure queue every 10 seconds and print the same in Logger. For testing we can push message to Azure Queue In Mule floe set Polling frequency – Azure Storage configuration – put the queue name Payload we…
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 MoreCreate 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. Will pass the same parameter to Azure…
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