azure-containerregistry-py

Installation
SKILL.md

Azure Container Registry SDK for Python

Manage container images, artifacts, and repositories in Azure Container Registry.

Installation

pip install azure-containerregistry

Environment Variables

AZURE_CONTAINERREGISTRY_ENDPOINT=https://<registry-name>.azurecr.io  # Required for all auth methods
AZURE_TOKEN_CREDENTIALS=prod # Required only if DefaultAzureCredential is used in production

Authentication & Lifecycle

Installs
2
GitHub Stars
3.0K
First Seen
Jan 29, 2026
azure-containerregistry-py — microsoft/skills