Azure Queue Storage Message
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, it will use credentials as follows:
- 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.
Note
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
Name
= string
A human-readable name for the component.
Storage Account
= drop-down
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.
Queue
= drop-down
The name of the queue to write to. Available queues for the selected storage account are listed.
Message
= string
The message to post to the designated queue. This can include variables to be resolved at runtime.
Message format
= drop-down
Messages may be Plain or Base64 encoded.
Snowflake | Databricks | Amazon Redshift |
---|---|---|
✅ | ❌ | ❌ |