Skip to main content

Azure Storage Queue Sender Connector

Reads messages from the queue specified with the set scheduler job.

Required Connector Properties

  • Queue Name: The queue resource name.

  • Azure Credential: Azure credentials refer to the authentication information used to perform data transfers using Azure Storage Queue Service. The name of a previously defined credential is provided.

  • Account Name: Azure account name to be used for authentication with azure queue services.

  • Maximum Messages Count: Maximum number of messages to get, if there are less messages exist in the queue than requested all the messages will be returned. The allowed range is 1 to 32 messages.

  • Scheduler - Cron: This variable allows determining the working interval and frequency of the defined Azure Storage Queue service in Cron format. Cron is used to schedule tasks to run at specific intervals or on specific dates and times.