bundle:
name: my_azure_volume_bundle
resources:
volumes:
my_external_volume:
catalog_name: main
schema_name: my_schema
name: my_external_volume
volume_type: EXTERNAL
storage_location: abfss://<container-name>@<storage-account-name>.dfs.core.windows.net/<path>
comment: "An external volume in Azure storage"
grants:
- principal: users
privileges:
- READ_VOLUME
- principal: my_team
privileges:
- WRITE_VOLUME
- READ_VOLUME
targets:
dev:
default: true
workspace:
host: https://<your-databricks-workspace-url>
mode: development
prod:
workspace:
host: https://<your-production-workspace-url>