# Azure Container Registry (ACR)

1. Create a token\
   ![](/files/K5U9hvtJeGRliqeBQfeN)
   * Navigate to Repository Permissions > Tokens
   * Click the Add button
   * Enter the name for your token
2. Create a new Scope Map for your token with content/read and metadata/read permissions\
   ![](/files/Xzmg6LA4olEdRW20up9K)
   * Back on the Tokens page, click on the token you just created
   * Click on password1\
     ![](/files/GZm0s1Rqw7rfZCkeuR6c)
   * Click Generate
   * Store this password securely
3. In Arnica, next to JFrog Artifactory, click Connect
   * Navigate to the Integrations page on Arnica\
     ![](/files/jDso6tUFO5ERIUUvVNsd)
   * Give the integration a name if you wish. If not, the name of the integration will be your login server url
   * The BaseUrl is the login server in your container registry overview\
     ![](/files/n1sP64MRSqL0xT5ZnmMe)
   * The Username is the name of the token you created
   * The Access Token is the value of password1 that you created


---

# 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.arnica.io/arnica-documentation/getting-started/container-integrations/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.
