azure-container-registry

Troubleshoot and configure Azure Container Registry development scenarios.

686|107|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill azure-container-registry-microsoftdocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-container-registry
Source: https://github.com/MicrosoftDocs/Agent-Skills/tree/main/skills/azure-container-registry
Command: npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill azure-container-registry-microsoftdocs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive expertise for Azure Container Registry (ACR), enabling users to effectively build, debug, optimize, and secure their containerized applications on Azure.

Core Features & Use Cases

  • Troubleshooting: Diagnose and resolve issues related to ACR health, authentication, networking, performance, and more.
  • Security: Implement robust security measures including authentication, RBAC, network controls, encryption, and image signing.
  • Configuration & Deployment: Configure ACR settings, manage storage, and deploy ACR resources and tasks.
  • Use Case: A developer is encountering authentication errors when trying to push images to ACR from their AKS cluster. They can use this Skill to find specific troubleshooting steps for AKS-ACR authentication using managed identities.

Quick Start

Use the azure-container-registry skill to find information on configuring ACR for secure access using private endpoints.

Frequently Asked Questions about azure-container-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot Azure Container Registry authentication errors from an AKS cluster?

Configure Azure Container Registry authentication for AKS by implementing managed identities to grant the cluster secure access to pull images. This approach resolves permission issues by using identity-based access management.

What is the best way to secure access to an Azure Container Registry using private endpoints?

The best way to secure access to an Azure Container Registry is configuring private endpoints to isolate network traffic. This ensures the registry is not accessible over the public internet, preventing unauthorized external access.

How do I configure RBAC and image signing in Azure Container Registry?

Configure RBAC and image signing in Azure Container Registry by assigning specific roles to users or services and implementing signing policies. This enforces robust security measures ensuring only trusted images are deployed.

Why does my Docker push to Azure Container Registry fail due to network limits?

Docker pushes to Azure Container Registry may fail due to network limits or throttling policies. Check your configured network settings and storage limits to ensure your push operations do not exceed the registry's operational thresholds.

Can I use Azure Container Registry without Azure Kubernetes Service?

Yes, you can use Azure Container Registry independently to store and manage Docker container images for any deployment scenario. It provides comprehensive configuration and deployment features separate from Azure Kubernetes Service.