wasb protocol, which means you can connect with any Azure Storage account including Azure Data Lake Gen 1 and Azure Data Lake Gen 2.
Prerequisites
- The Astro CLI.
- A locally running Astro project.
- An Azure storage account.
- Permissions to access blob data from your local Airflow environment.
Get connection details
To create an Azure Blob Storage connection in Airflow, you can use any of the following methods:Create your connection
Astro users can also create connections using the Astro Environment Manager, which stores connections in an Astro-managed secrets backend. These connections can be shared across multiple deployed and local Airflow environments. See Create Airflow connections in the Astro UI.
How it works
Airflow uses the Azure SDK for Python to connect to Azure services through theWasbHook.