Registry / azure / dvc-azure

dvc-azure

JSON →
library3.1.1pypypi✓ verified 88d ago

Azure Blob Storage and Azure Data Lake Storage plugin for DVC (Data Version Control). Version 3.1.0 is the latest, requires Python >=3.9. Released as part of DVC's remote storage integration suite.

pip install dvc-azure
INSTALL
IMPORT
SIG · DVC-AZURE
D
dvc-azure
azurepythonv3.1.1
Install
20.8s avg
Import
—
Disk
179MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.13
Install & Compatibility
Where this runs
tested against v3.1.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 168.3MB
glibc
py 3.10–3.95 runs
installs and imports cleanly · install 20.8s · import 0.000s · 173MB
179MB installed
● package 179MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AzureFileSystem
✓ from dvc_azure import AzureFileSystem
✗ from dvc.fs import AzureFileSystem

Initialize an Azure filesystem and list root contents.

import os from dvc.fs import AzureFileSystem fs = AzureFileSystem( account_name=os.environ.get('AZURE_STORAGE_ACCOUNT', ''), account_key=os.environ.get('AZURE_STORAGE_KEY', ''), container_name='mycontainer', ) print(fs.ls('/'))
dvc --version
Debug
Known issues
breakingIn v3.0.0, 'fs.path' methods were replaced with plain fs methods. Code relying on fs.path will break.
fix
Replace fs.path operations with direct fs methods (e.g., fs.isdir instead of fs.path.isdir).
affects: <3.0.0
deprecatedThe 'version_aware' parameter in '_prepare_credentials' is deprecated and ignored as of v2.22.1.
fix
Remove 'version_aware' from credential preparation logic.
affects: >=2.22.1,<3.0.0
gotchadvc-azure must be installed in the same environment as DVC; otherwise, Azure remotes won't be recognized.
fix
Ensure `pip install dvc-azure` is run in the same virtualenv as DVC.
affects: all
Upgrade
Version history
3.1.1latest on PyPI · released Jun 10, 2026
Audit
Dependencies
dvcrequiredCore DVC required; dvc-azure is a plugin
adlfsrequiredAzure Data Lake Storage and Blob Storage filesystem abstraction
Agent activity
31 hits · last 30 days
node
28
OpenAI (training)
2
Resources
dvc-azure — pip install dvc-azure · libregistry