Skip to main content

PutAzureQueueStorage_v12

Description

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

Tags

azure, cloud, enqueue, microsoft, queue, storage

Properties

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Queue Name *Queue NameName of the Azure Storage Queue

Supports Expression Language, using FlowFile attributes and Environment variables.
Endpoint Suffix *storage-endpoint-suffixqueue.core.windows.netStorage 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).
Credentials Service *Credentials ServiceController Service:
AzureStorageCredentialsService_v12

Implementations:
AzureStorageCredentialsControllerServiceLookup_v12
AzureStorageCredentialsControllerService_v12
Controller Service used to obtain Azure Storage Credentials.
Message Time To Live *Message Time To Live7 daysMaximum time to allow the message to be in the queue
Visibility Timeout *Visibility Timeout30 secsThe 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.
Request Timeout *Request Timeout10 secsThe timeout for read or write requests to Azure Queue Storage. Defaults to 1 second.
Proxy Configuration Serviceproxy-configuration-serviceController Service:
ProxyConfigurationService

Implementations:
StandardProxyConfigurationService
Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: SOCKS, HTTP In case of SOCKS, it is not guaranteed that the selected SOCKS Version will be used by the processor.

Dynamic Properties

This component does not support dynamic properties.

Relationships

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

Reads Attributes

This processor does not read attributes.

Writes Attributes

This processor does not write attributes.

State Management

This component does not store state.

Restricted

This component is not restricted.

Input Requirement

This component requires an incoming relationship.

System Resource Considerations

This component does not specify system resource considerations.

See Also

GetAzureQueueStorage_v12