Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 2.75 KB

container-registry-limits.md

File metadata and controls

55 lines (46 loc) · 2.75 KB
title description services author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
container-registry
dlepow
container-registry
include
06/18/2020
danlep
include file
Resource Basic Standard Premium
Included storage1 (GiB) 10 100 500
Storage limit (TiB) 20 20 20
Maximum image layer size (GiB) 200 200 200
ReadOps per minute2, 3 1,000 3,000 10,000
WriteOps per minute2, 4 100 500 2,000
Download bandwidth Mbps2 30 60 100
Upload bandwidth Mbps2 10 20 50
Webhooks 2 10 500
Geo-replication N/A N/A Supported
Availability zones N/A N/A Preview
Content trust N/A N/A Supported
Private link with private endpoints N/A N/A Supported
• Private endpoints N/A N/A 10
Service endpoint VNet access N/A N/A Preview
Customer-managed keys N/A N/A Supported
Repository-scoped permissions N/A N/A Preview
• Tokens N/A N/A 20,000
• Scope maps N/A N/A 20,000
• Repositories per scope map N/A N/A 500

1 Storage included in the daily rate for each tier. For additional storage, you're charged an additional daily rate per GiB, up to the storage limit. For rate information, see Azure Container Registry pricing.

2ReadOps, WriteOps, and Bandwidth are minimum estimates. Azure Container Registry strives to improve performance as usage requires.

3A docker pull translates to multiple read operations based on the number of layers in the image, plus the manifest retrieval.

4A docker push translates to multiple write operations, based on the number of layers that must be pushed. A docker push includes ReadOps to retrieve a manifest for an existing image.