PutAzureQueueStorage_v12 2025.10.9.21

Bundle

org.apache.nifi | nifi-azure-nar

Description

Writes the content of the incoming FlowFiles to the configured Azure Queue Storage.

Tags

azure, cloud, enqueue, microsoft, queue, storage

Input Requirement

REQUIRED

Supports Sensitive Dynamic Properties

false

Properties

PropertyDescription
Credentials ServiceController Service used to obtain Azure Storage Credentials.
Endpoint SuffixStorage accounts in public Azure always use a common FQDN suffix. Override this endpoint suffix with a different suffix in certain circumstances (like Azure Stack or non-public Azure regions).
Message Time To LiveMaximum time to allow the message to be in the queue
Queue NameName of the Azure Storage Queue
Request TimeoutThe timeout for read or write requests to Azure Queue Storage. Defaults to 1 second.
Visibility TimeoutThe length of time during which the message will be invisible after it is read. If the processing unit fails to delete the message after it is read, then the message will reappear in the queue.
proxy-configuration-serviceSpecifies the Proxy Configuration Controller Service to proxy network requests. In case of SOCKS, it is not guaranteed that the selected SOCKS Version will be used by the processor.

Relationships

NameDescription
failureUnsuccessful operations will be transferred to the failure relationship.
successAll successfully processed FlowFiles are routed to this relationship

See also