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: modules/azure/container-registry/buildingblock/APP_TEAM_README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
# Azure Container Registry (ACR)
2
2
3
3
## Description
4
-
This building block provides a production-grade Azure Container Registry (ACR) for storing and managing Docker container images and OCI artifacts. It delivers a fully managed, geo-replicated, and secure container registry with support for both public and private deployments, optional hub connectivity, and seamless integration with Azure Kubernetes Service (AKS).
4
+
This building block provides a production-grade Azure Container Registry (ACR) for storing and managing Docker container images and OCI artifacts. It delivers a fully managed and secure container registry with support for both public and private deployments, optional hub connectivity, and seamless integration with Azure Kubernetes Service (AKS).
5
5
6
6
## Usage Motivation
7
7
This building block is for application teams that need a secure and reliable container registry to store Docker images, Helm charts, and other OCI artifacts. The ACR comes pre-configured with enterprise-grade security features including private endpoints, network access controls, and Azure AD authentication, eliminating the complexity of managing container registries while ensuring compliance with security policies.
8
8
9
9
## 🚀 Usage Examples
10
10
- A development team stores and versions Docker images for microservices applications
11
11
- A CI/CD pipeline pushes built container images to ACR and deploys them to AKS clusters
12
-
- An operations team distributes container images across multiple Azure regions using geo-replication
13
12
- A security team implements content trust and vulnerability scanning for container images
14
13
- A data science team stores and manages ML model containers and training environments
15
14
@@ -20,7 +19,6 @@ This building block is for application teams that need a secure and reliable con
Copy file name to clipboardExpand all lines: modules/azure/container-registry/buildingblock/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ No modules.
199
199
| <aname="input_public_network_access_enabled"></a> [public\_network\_access\_enabled](#input\_public\_network\_access\_enabled)| Enable public network access to the ACR |`bool`|`true`| no |
200
200
| <aname="input_resource_group_name"></a> [resource\_group\_name](#input\_resource\_group\_name)| Name of the resource group to create for the ACR |`string`|`"acr-rg"`| no |
201
201
| <aname="input_retention_days"></a> [retention\_days](#input\_retention\_days)| Number of days to retain untagged manifests (Premium SKU only, 0 to disable) |`number`|`7`| no |
202
-
| <aname="input_sku"></a> [sku](#input\_sku)| SKU tier for the ACR (Basic, Standard, Premium). Premium required for private endpoints and geo-replication. |`string`|`"Premium"`| no |
202
+
| <aname="input_sku"></a> [sku](#input\_sku)| SKU tier for the ACR (Basic, Standard, Premium). Premium required for private endpoints. |`string`|`"Premium"`| no |
203
203
| <aname="input_subnet_address_prefix"></a> [subnet\_address\_prefix](#input\_subnet\_address\_prefix)| Address prefix for the private endpoint subnet (only used if subnet\_name is not provided) |`string`|`"10.250.1.0/24"`| no |
204
204
| <aname="input_subnet_name"></a> [subnet\_name](#input\_subnet\_name)| Name of the subnet for private endpoint. If not provided, a new subnet will be created. |`string`|`null`| no |
205
205
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to apply to all resources |`map(string)`|`{}`| no |
0 commit comments