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 MoreDownload BLOB message Let’s create a Mule flow which download the BLOB message from Azure container Create a HTTP listener Next we will store the blobname which we want to download from container Add transformation to set the blobname and the container name In Azure Storage connector we can pass the…
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 MoreUpload 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 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 More