AzureServiceBusUpdateSubscriptionOperator

Microsoft Azure

Update an Azure ServiceBus Topic Subscription under a ServiceBus Namespace by using ServiceBusAdministrationClient

View on GitHub

Last Updated: Oct. 23, 2022

Access Instructions

Install the Microsoft Azure provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

topic_nameRequiredThe topic that will own the to-be-created subscription.
subscription_nameRequiredName of the subscription that need to be created.
max_delivery_countThe maximum delivery count. A message is automatically dead lettered after this number of deliveries. Default value is 10.
dead_lettering_on_message_expirationA value that indicates whether this subscription has dead letter support when a message expires.
enable_batched_operationsValue that indicates whether server-side batched operations are enabled.
azure_service_bus_conn_idReference to the Azure Service Bus connection.

Documentation

Update an Azure ServiceBus Topic Subscription under a ServiceBus Namespace by using ServiceBusAdministrationClient

See also

For more information on how to use this operator, take a look at the guide: Update Azure Service Bus Subscription

Was this page helpful?