azure-containerregistry-py Skill
Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR". Published by microsoft in skills.
What is azure-containerregistry-py Skill?
Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR". Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Security review
- Deployment
- Security review use cases
- Deployment use cases
Technical details
- Install or run with Copy skill directory
When to use azure-containerregistry-py Skill
- Use it for security review.
- Use it for deployment.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-python/skills/azure-containerregistry-py/SKILL.md
What it does
Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR".
Skill instructions
Azure Container Registry SDK for Python Manage container images, artifacts, and repositories in Azure Container Registry. Installation bash pip install azure-containerregistry Environment Variables bash AZURECONTAINERREGISTRYENDPOINT=https://<registry-name.azurecr.io Required for all auth methods AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication & Lifecycle 🔑 Two rules apply to every code sample below: 1. Prefer DefaultAzureCredential. It works locally (Azure CLI / VS Code / Developer CLI) and in Azure (managed identity, workload identity) with no code change. Avoid connection strings, account/API keys — they bypass Entra audit and rotation. - Local dev: DefaultAzureCredential works as-is. - Production: set AZURETOKENCREDENTIALS=prod (or AZURETOKENCREDENTIALS=<specificcredential) to constrain the credential chain to production-safe credentials. 2. Wrap every client in a context manager so HTTP transports, sockets, and token caches
Explore related resources
Frequently asked questions
What is azure-containerregistry-py?
azure-containerregistry-py is a open-source AI agent skill with Copy skill directory. Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories.
Who is azure-containerregistry-py best for?
azure-containerregistry-py is best for reusing agent instructions, scripts, and references, security review workflows, deployment workflows.
How do I install azure-containerregistry-py?
Install or run azure-containerregistry-py using Copy skill directory. Check azure-containerregistry-py for the latest setup command.
Is azure-containerregistry-py actively maintained?
azure-containerregistry-py may need a closer maintenance check before production use.
Auto-fetched from GitHub.