cr
Container Registry
ContainersAzure
General
General information about the service.
Description
Private Docker registry service for container images.
Namespace and Entity
Microsoft.ContainerRegistry/registriesReferences
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
crLength
5-50
Valid Characters
Alphanumerics, hyphens, underscores.
Scope
resource group
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "azurerm_container_registry" "main" {2 name = "cr${var.project}${var.environment}"3 resource_group_name = azurerm_resource_group.main.name4 location = azurerm_resource_group.main.location5 sku = "Premium"6 admin_enabled = false78 georeplications {9 location = "West Europe"10 zone_redundancy_enabled = true11 }1213 network_rule_set {14 default_action = "Deny"15 }1617 retention_policy {18 days = 3019 enabled = true20 }2122 tags = var.tags23}
Utilities
Utilities to support app deployment or configuration.
Private Endpoints
Details to successfully deploy private endpoints on Azure.
Sub-Resource Names
registryPrivate DNS Zone Names
privatelink.azurecr.ioPublic DNS Zone Forwarders
azurecr.io