Azure Queue Storage Message is an orchestration component that lets you post a message to Azure Queue Storage. Other applications can read those messages and perform further processing. If the component requires access to a cloud provider (AWS, Azure, or GCP), it will use credentials as follows:Documentation Index
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
- If using Matillion Full SaaS: The component will use the cloud credentials associated with your environment to access resources.
- If using Hybrid SaaS: By default the component will inherit the agent’s execution role (service account role). However, if there are cloud credentials associated to your environment, these will overwrite the role.
To use this component, your Azure account must have the role AQS Storage Queue Data Message Sender assigned. Read Assign Azure roles using the Azure portal in the Azure documentaiton for details.
Properties
A human-readable name for the component.
The name of the Azure storage account that contains your queue. The drop-down shows storage accounts available to the Azure account configured in Cloud provider credentials. Only storage accounts of the kind Storage or StorageV2 can be used for queues.
The name of the queue to write to. Available queues for the selected storage account are listed.
The message to post to the designated queue. This can include variables to be resolved at runtime.To use variables in this field, type the name of the variable prefixed by the dollar symbol and surrounded by { } brackets, as follows:
${variable}. Once you type ${, a drop-down list of autocompleted suggested variables will appear. This list updates as you type; for example, if you type ${date, functions and variables containing date will be listed.Messages may be Plain or Base64 encoded.
