Azure Storage Queue
Create and Manage Azure Storage Queues and Messages.
IT Services · Azure Storage Queue
Configuration parameters
credentials— Storage account nameuse_managed_identities— Use Azure Managed Identitiesmanaged_identities_client_id—proxy— Use system proxy settingsinsecure— Trust any certificate (not secure)max_fetch— Maximum incidents for one fetch.queue_name— Queue nameincidentType— Incident typeisFetch— Fetch incidents
Commands (10)
-
azure-storage-queue-createCreate new queue in storage account.
-
azure-storage-queue-deleteDelete queue from storage account.
-
azure-storage-queue-listList queues in storage account.
-
azure-storage-queue-message-clearDelete all messages from the specified Queue.
-
azure-storage-queue-message-createAdd a new message to the back of the queue.
-
azure-storage-queue-message-deleteDelete message from a Queue.
-
azure-storage-queue-message-dequeueDequeue a message from the front of the queue.
-
azure-storage-queue-message-getRetrieves messages from the front of the queue. Retrieved messages will move to the end of the queue,and will be visible after 'TimeNextVisible' param.
-
azure-storage-queue-message-peekRetrieves messages from the front of the queue. The command does not alter the visibility of the message.
-
azure-storage-queue-message-updateUpdate message content in the queue.