You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/implement-resilient-ai-ready-infrastructure/includes/4-deploy-azure-container-registry-replication.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ Geo-replication solves this problem by automatically synchronizing container ima
6
6
7
7
## Registry tier selection for production workloads
8
8
9
-
Azure Container Registry offers three service tiers with different capabilities and cost structures. Basic tier provides 10 GB of included storage and costs approximately $5 per month plus more storage and egress charges, suitable for individual developers experimenting with small model containers in a single region. Basic registries don't support geo-replication, so they can't participate in multi-region resilience strategies—you must maintain separate registries in each region and manually push images to all of them, increasing deployment complexity and the risk of version mismatches between regions.
9
+
Azure Container Registry offers three service tiers with different capabilities and cost structures. Basic tier provides 10 GB of included storage with storage and egress charges, suitable for individual developers experimenting with small model containers in a single region. Basic registries don't support geo-replication, so they can't participate in multi-region resilience strategies—you must maintain separate registries in each region and manually push images to all of them, increasing deployment complexity and the risk of version mismatches between regions.
10
10
11
-
:::image type="content" source="../media/standard-tier-increase-storage-costs.png" alt-text="Diagram of how Standard tier increases storage to 100 GB with costs approximately $20 monthly.":::
11
+
:::image type="content" source="../media/standard-tier-increase-storage-costs.png" alt-text="Diagram of how Standard tier increases storage to 100 GB.":::
12
12
13
-
Standard tier increases included storage to 100 GB and costs approximately $20 monthly with the same storage and egress overage charges, appropriate for team development and testing environments where multiple developers share container images but don't need cross-region distribution. Like Basic tier, Standard lacks geo-replication support, making it unsuitable for production multi-region deployments where automatic synchronization is required to maintain consistency across regional hubs.
13
+
Standard tier increases included storage to 100 GB with the same storage and egress overage charges, appropriate for team development and testing environments where multiple developers share container images but don't need cross-region distribution. Like Basic tier, Standard lacks geo-replication support, making it unsuitable for production multi-region deployments where automatic synchronization is required to maintain consistency across regional hubs.
14
14
15
-
Premium tier unlocks geo-replication along with 500 GB of included storage, content trust for image signing, and private link support for network isolation. The base cost is approximately $167 per month plus storage overages and replication bandwidth between regions. At the same time, Premium tier provides free egress within the same region for replicated images, meaning your West US compute clusters don't incur bandwidth charges when pulling from the West US replica—this can offset the higher base cost for workloads that frequently deploy or update container images. Organizations deploying production AI infrastructure across multiple regions should default to Premium tier because the geo-replication capability becomes essential for maintaining availability during regional failures.
15
+
Premium tier unlocks geo-replication along with 500 GB of included storage, content trust for image signing, and private link support for network isolation. At the same time, Premium tier provides free egress within the same region for replicated images, meaning your West US compute clusters don't incur bandwidth charges when pulling from the West US replica—this can offset the higher base cost for workloads that frequently deploy or update container images. Organizations deploying production AI infrastructure across multiple regions should default to Premium tier because the geo-replication capability becomes essential for maintaining availability during regional failures.
16
16
17
17
## Configuring geo-replication for model distribution
18
18
@@ -42,4 +42,3 @@ With this understanding of container registry geo-replication and its integratio
42
42
43
43
-[Azure Container Registry geo-replication](/azure/container-registry/container-registry-geo-replication) - Configuration guide for enabling multi-region replication with Premium tier registries
44
44
-[ACR service tiers comparison](/azure/container-registry/container-registry-skus) - Detailed feature and pricing comparison across Basic, Standard, and Premium tiers
0 commit comments