dvc-azure
azure plugin for dvc
What it is and what it does
dvc-azure is a plugin that extends DVC (Data Version Control) to work with Azure cloud storage services. It allows you to store and version your data, models, and pipeline artifacts in Azure Blob Storage or Azure Data Lake, treating them as remote storage backends just like you would with S3 or GCS. The plugin integrates with DVC's push, pull, and fetch commands to synchronize your versioned assets with Azure.
You install it alongside DVC and configure an Azure storage location as a remote. DVC then handles the rest—tracking which versions of your data are stored where, managing cache, and orchestrating data movement. It's designed for teams running machine learning pipelines or data workflows that already use Azure for infrastructure, letting them keep their data lineage and reproducibility workflows within the DVC ecosystem.
Use it for:
- Store ML model checkpoints and training datasets in Azure Blob Storage, versioned and tracked by DVC alongside your code.
- Set up DVC pipelines that pull raw data from Azure Data Lake, process it, and push results back for team collaboration.
- Manage large artifacts in Azure without duplicating them locally; DVC handles caching and only fetches what you need.
- Integrate DVC-tracked data workflows into Azure ML or other Azure-based MLOps platforms.
- Enable reproducible experiments by pinning dataset versions in DVC while keeping actual data in Azure cloud storage.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Adds Azure Blob Storage and Azure Data Lake support to DVC, enabling version control and pipeline orchestration for data and models stored in Azure cloud services.
Yes, if you use DVC and need Azure storage integration. The plugin is actively maintained, has low install friction, carries no security vulnerabilities, and is licensed permissively. It's in beta status but has been released since 2022 and receives regular updates. Install it only if you're already committed to DVC and Azure; it adds no value standalone.
Install
dvc-azure on PyPI
pip
pip install dvc-azureuv
uv add dvc-azurepoetry
poetry add dvc-azureInstalling dvc-azure
Before you install
Low friction install with active maintenance. Released 65 days ago with recent commits, and depends on four runtime packages (dvc, adlfs, azure-identity, knack) that are standard Azure and DVC ecosystem components.
License in practice
Licensed under Apache-2.0 (permissive), so you can use, modify, and distribute this package freely in commercial and private projects without copyleft obligations.
Quickstart
pip install dvc-azure
import dvc.api
# Configure DVC to use Azure storage as a remote
# dvc remote add myazure azure://container/path
# dvc push/pull to sync with Azure
Requires Python 3.9 or later; Azure credentials must be configured via azure-identity (environment variables, managed identity, or service principal).
Verify before relying
- Whether adlfs, azure-identity, and knack are lightweight or introduce significant transitive dependencies.
- Specific Azure authentication methods supported beyond what azure-identity provides.
- Performance characteristics when working with large datasets on Azure storage.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — dvc, adlfs, azure-identity, knack |
| Maintenance | actively maintained — 65 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 183,774/month — #10,059 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dvc_azure-3.1.1-py3-none-any.whl
Keywords: dvc, azure
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
deeplakeDeep Lake is a serverless database for storing,…
unclear · top 15,000 on PyPI
dvcDVC is a command-line tool for versioning data…
permissive · top 5,000 on PyPI
azure-datalake-storeProvides a Python filesystem interface to…
permissive · top 1,000 on PyPI
azureml-pipeline-coreProvides core pipeline infrastructure for Azure…
unclear · top 15,000 on PyPI
dvc-httpEnables DVC to store and retrieve data over…
permissive · top 5,000 on PyPI
dagster-azureProvides Azure-specific integrations for…
permissive · top 15,000 on PyPI
adlfsProvides a filesystem interface to Azure Blob…
permissive · top 5,000 on PyPI
dvc-gdriveEnables DVC to store and retrieve data from…
permissive · top 15,000 on PyPI
dvc-gsEnables DVC to read from and write to Google…
permissive · top 15,000 on PyPI
dvcliveDVCLive logs machine learning metrics,…
permissive · top 15,000 on PyPI