Skip to main content

ContainerRegistry



Resource Icon

Resource Overview

Azure Container Registry is a managed registry service based on the open-source Docker Registry 2.0. It allows you to create and maintain an Azure container registry to store and manage container images and related artifacts.

Resource Setting Values

  • sku: The SKU name of the container registry for performance and scalability - Basic, Standard, Premium

  • admin_enabled: Enable the admin user - true, false

  • public_network_access_enabled: Allow public network access - true, false

  • network_rule_set: Available when SKU is Premium

    • default_action: The behaviour for requests matching no rules - Deny, Allow
    • ip_ranges: The CIDR from which requests will match the Rule
  • tag : Tag to categorize resources - up to 512 characters, key:value


Reference Materials