Microsoft Azure Service Bus

The Microsoft Azure Service Bus connection type enables the Azure Service Bus Integration.

Authenticating to Azure Service Bus

There are multiple ways to authenticate and authorize access to Azure Service Bus resources: Currently Supports Shared Access Signatures (SAS).

  1. Use a Connection String i.e. Use connection string Field to add Connection String in the Airflow connection.

Default Connection IDs

All hooks and operators related to Microsoft Azure Service Bus use azure_service_bus_default by default.

Configuring the Connection

Connection String

Specify the Azure Service bus connection string ID used for the initial connection. Please find the documentation on how to generate connection string in azure service bus Get connection string Use the key connection_string to pass in the Connection ID .

Was this entry helpful?