Azure Storage Queue components
| tAzureStorageConnection | Uses authentication and the protocol information to create a connection to the Microsoft Azure Storage system that can then be reused by other Azure Storage components. | 
| tAzureStorageQueueCreate | Creates a new queue under a given Azure storage account. | 
| tAzureStorageQueueDelete | Deletes a specified queue permanently under a given Azure storage account. | 
| tAzureStorageQueueInput | Retrieves one or more messages from the front of an Azure queue. | 
| tAzureStorageQueueInputLoop | Runs an endless loop to retrieve messages from the front of an Azure queue. | 
| tAzureStorageQueueList | Returns all queues associated with the given Azure storage account. | 
| tAzureStorageQueueOutput | Adds messages to the back of an Azure queue. | 
| tAzureStorageQueuePurge | Purges messages in an Azure queue. |