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 which can be send as response
Before running the service, we push some messages to Blob storage
Run the service and test it through SOAP UI
Here we can see the name of the blobs which are there in the container
we can use this operation for checking how many blobs are there in Azure container and accordingly can make a batch size in which we can read the number of messages using Dequeue messages operation – which accept number of message to be read per invocation as an input
Also please see
Azure Storage Container Tutorials