Airflow Summit 2025 is coming October 07-09. Register now to secure your spot!

Configuration Reference

This page contains the list of all available Airflow configurations for the apache-airflow-providers-microsoft-azure provider that can be set in the airflow.cfg file or using environment variables.

Note

For more information see Setting Configuration Options.

[azure_remote_logging]

Configuration that needs to be set for enable remote logging in Azure Blob Storage

remote_wasb_log_container

Added in version 8.0.0.

WASB storage container where the remote logs will be stored. The container should exist.

Type:

string

Default:

airflow-logs

Environment Variable:

AIRFLOW__AZURE_REMOTE_LOGGING__REMOTE_WASB_LOG_CONTAINER

Was this entry helpful?