Back to Azure Resource templates index <–
![]()
Azure Container Registry, a private registry for hosting container images. Store Docker-formatted images for all types of container deployments.
Template Locations
Infrastructure As Code Advisor (Beta)
WAF-compliance
The WAF-compliance advisor validates templates based on the Well Architected Framework practices. Every day a GitHub Action updates the templates compliance data and lists the recomendations.
Sustainbility Advisor
The sustainability advisor is based on the Sogeti Cloud Reference Architecture with sustainble practices. These sustainble practices cover application code, cloud infrastructures and data. The global Sogeti community is continously evolving the sustainble practices and every day new and tuned are added. For cloud infrastructures the sustainble practices are automatically validated and reported below.
note: when 100% it can be that there is no sustainble practices yet for this Cloud infrastructure.
Online documentation
Template reference
Service description
Related Azure Resources
| Resource | Description | Automation |
|---|---|---|
| Azure Container Instance | Azure Linux Container Instances basic deployment with public end point. | ARM |
Related Pipelines
| Resource | Description | Type |
|---|---|---|
| Azure Kubernetes landing zone provisioning by AKS community | Provisioning AKS Landing zone. | |
| Azure Container Instance release pipeline | Deploy an Azure Container Instance. |
Requirements
- Resource group must been created with a valid name and location.
Input values
- tagBillingIdentifier: Cost Center.
- acrAdminUserEnabled : If enabled, you can use the registry name as username and admin user access key as password to docker login to your container registry.
- acrStorageName: The storage account name that will store container registry data.
Output values
- acrLoginServer
- acrLoginUserName
- acrLoginPassword
Additional information
Using the Azure Container Registry, you can store Docker-formatted images for all types of container deployments. Azure Container Registry integrates well with orchestrators hosted in Azure Container Service, including Docker Swarm, DC/OS, and Kubernetes. Users can benefit from using familiar tooling capable of working with the open source Docker Registry v2.
Use Azure Container Registry to:
- Store and manage container images across all types of Azure deployments
- Use familiar, open-source Docker command line interface (CLI) tools
- Keep container images near deployments to reduce latency and costs
- Simplify registry access management with Azure Active Directory
- Maintain Windows and Linux container images in a single Docker registry
Compliance Advisor details
Resource Health Result
| Message | ResourceType | Severity |
|---|---|---|
| Location for the resource should not be hardcoded, it should be parameterized and should refer from Resource Group's location i.e. [resourceGroup().location] | Microsoft.ContainerRegistry/registries | 2 |
| Your current API Version i.e.2019-12-01-preview for the resource Microsoft.ContainerRegistry/registries is outdatedconsider updating to new recent version available i.e. 2023-01-01-preview or 2022-12-01 | Microsoft.ContainerRegistry/registries | 2 |
| It is recommended to parameterized your tag and make it as object type | Microsoft.ContainerRegistry/registries | 1 |
TemplateParameterHealthResult
| Message | Severity |
|---|---|
| Define default values for parameters that aren't sensitive. By specifying a default value, it's easier to deploy the template, and users of your template see an example of an appropriate value i.e. tagBillingIdentifierRead More | 1 |
TemplateVariableHealthResult
| Message | Severity |
|---|---|
| It is recommended to make your variable as camel case, wherever possible for e.g. environmentRead More | 1 |