Azure Environment
How to configure an environment for Azure.
Before You Begin
You must have dbnd-azure
plugin installed.
To Set up an Environment for Microsoft Azure
- Open the project.cfg file and add
Azure
to the list of environments. - Review the
[azure]
section and configure it in accordance with your login settings. - Optionally, provide a root bucket/folder for your data:
[azure]
root = https://<your_account>.blob.core.windows.net/dbnd
spark_engine = databricks
- Configure access to your Blob storage:
dbnd airflow connections --delete --conn_id=azure_blob_storage_default
dbnd airflow connections --add --conn_id=azure_blob_storage_default --conn_login=<acount name> --conn_type=wasb --conn_password=<acount key>
Updated about 1 year ago
Did this page help you?