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

The configuration embedded in provider packages started to be used as of Airflow 2.7.0. Previously the configuration was described and configured in the Airflow core package - so if you are using Airflow below 2.7.0, look at Airflow documentation for the list of available configuration options that were available in Airflow core.

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

New 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?