Skip to main content

ContainerRegistry



Resource Icon

Resource Overview

Azure Container Registry is a private container registry service designed to securely store and manage container images and OCI artifacts.
It integrates closely with Docker- and Kubernetes-based workloads,
and allows fine-grained configuration of security, performance, and network access control.

Associated Resources

Parent Resources

Connected Resources


Resource Configuration

  • sku :
    SKU type for performance and scalability of the Container Registry

    • Basic
    • Standard
    • Premium
  • admin_enabled :
    Whether to enable the admin account - true, false

  • public_network_access_enabled :
    Whether to allow public network access - true, false

Network Rule Settings (network_rule_set)

Available only when the SKU is Premium.

  • network_rule_set.default_action :
    Default action for requests that do not match any rule

    • Allow
    • Deny
  • network_rule_set.ip_ranges :
    List of IP address CIDR ranges for requests that match the rules

Tags

  • tag :
    Tags used to categorize resources - maximum 512 characters, key:value

References