Manages Azure Container Registry resources including repositories, images, and manifests using the Python SDK.
This skill provides Claude with the specialized knowledge to programmatically interact with Azure Container Registry (ACR) using the official Python SDK. It facilitates the automation of container lifecycle management, allowing users to list repositories, update manifest properties, manage tags, and perform complex cleanup operations. By incorporating best practices like Entra ID authentication and digest-based deletion, this skill helps developers build secure and efficient DevOps workflows for managing cloud-native artifacts.
Key Features
01Manifest and artifact property manipulation and locking
02Repository and tag lifecycle management (create, list, update, delete)
03Automated cleanup patterns for untagged and stale images
04Asynchronous client support for high-throughput registry operations
0531,722 GitHub stars
06Secure Entra ID and anonymous authentication implementations
Use Cases
01Auditing and locking production container images to prevent accidental deletion
02Integrating ACR artifact management into Python-based CI/CD pipelines
03Automating the removal of untagged container images to reduce storage costs