Azure Container Registry REST API reference
Azure Container Registry is a managed Docker registry service for storing and managing your private Docker container images and other artifacts. Push Docker container images to a private registry as part of your development workflows. Pull images from a registry to your container deployments with orchestration tools or other Azure services.
Azure Resource Manager REST operation groups
| Operation group | Description |
|---|---|
| Operations | Get information about the available operations in the Azure Container Registry REST API. |
| Registries | Create, read, update, and delete container registries. |
| Registries (Tasks) | Operations for scheduling task runs with ACR Tasks. |
| Replications | Create, read, update, and delete container registry geo-replications. |
| Runs | Get information about, update, and cancel task runs in ACR Tasks. |
| Tasks | Create, read, update, and delete tasks in ACR Tasks. |
| Webhooks | Create, read, update, and delete container registry webhooks. |
Data-plane REST operation groups (Preview)
Important
These data-plane REST APIs are in preview. They may be changed or removed in a future release.
| Operation group | Description |
|---|---|
| Access Tokens | Operations with access tokens in a container registry. |
| Blob | Operations with blobs in a container registry. |
| Manifests | Operations with manifests in a container registry. |
| Refresh Token | Operations with refresh tokens in a container registry. |
| Tag | Operations with tags in a container registry. |
| V2 Support | Checks for Docker Registry HTTP API v2 support in a container registry. |
See also
Azure Container Instances - Quickly run Docker containers in Azure, without having to provision virtual machines or adopt a higher-level service.
Azure Kubernetes Service (AKS) - Deploy and manage containerized applications in a hosted Kubernetes environment.