AzureServiceBusDeleteQueueOperator

Microsoft Azure

Deletes the Queue in the Azure Service Bus namespace

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

queue_nameRequiredThe name of the queue in Service Bus namespace.
azure_service_bus_conn_idReference to the :ref: Azure Service Bus connection .

Documentation

Deletes the Queue in the Azure Service Bus namespace

See also

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

Was this page helpful?