# Azure Container Registry (ACR)

[Azure Container Registry (ACR)](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-intro) is a fully managed Docker container registry that allows you to store and manage private container images in Azure. ACR provides a central repository for containerized applications, enabling seamless integration with Azure Kubernetes Service (AKS), Azure App Service, and other container-based services.

## Creating an Azure Container Registry

1. Select the appropriate Tenant from the **Tenant** list box.
2. Navigate to **Cloud Services** -> **Storage**.
3. Select the **Container Registry** tab.
4. Click **Add**. The **Create Container Registry** pane displays.<br>

   <div align="left"><figure><img src="/files/aF65vjePXr7S0o0VtBQE" alt=""><figcaption><p>The <strong>Create Container Registry</strong> pane</p></figcaption></figure></div>
5. Complete the following fields:

<table data-header-hidden><thead><tr><th width="218.4444580078125"></th><th></th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Enter a name for the container registry.</td></tr><tr><td><strong>Tier</strong></td><td>Select the subscription tier e.g., <strong>Basic</strong>, <strong>Standard, Premium</strong>.</td></tr><tr><td><strong>Admin User Enabled</strong></td><td>Check this box to enable admin access.</td></tr><tr><td><strong>Anonymous Pull Enabled</strong></td><td>Check this box to allow anonymous pull access.</td></tr><tr><td><strong>Data Endpoint Enabled</strong></td><td>Check this box to enable a data endpoint for additional storage (<strong>Premium</strong> tier only).</td></tr><tr><td><strong>Public Network Access</strong></td><td>Choose to <strong>Enable</strong> or <strong>Disable</strong> public network access.</td></tr></tbody></table>

6. Click **Submit** to create the Azure Container Registry.

## Viewing Azure Container Registries

1. Select the appropriate Tenant from the **Tenant** list box.
2. Navigate to **Cloud Services** -> **Storage**.
3. Select the **Container Registry** tab to view a list of Container Registries.

<figure><img src="/files/nExWyaCSZzM1ir4XdyTZ" alt=""><figcaption><p>The <strong>Container Registry</strong> tab in the DuploCloud Portal</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/azure-container-registry-acr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
