Azure Registry
In this section, we will guide you through the process of setting up a Azure Registry for your Lepton workspace.
Obtain Registry Credentials
Navigate to your Azure portal and locate your Azure Container Registry page. If there are no registry in your Azure account yet, you need to create one first.
Open the Access keys tab under Settings, toggle the Admin user switch to on. Copy the password and save it securely.

You can learn more about Azure access token in the official documentation
Create Azure Registry Auth
Navigate to the registry settings page, click on New registry auth, and select Azure as the source.
You need to fill in the following fields:
- Registry: The login server URL of your Azure Container Registry, e.g.,
myregistry.azurecr.io
. - Username: Your Registry username shown in the Azure portal.
- Password: Your Registry password just copied.

After filling in the form, click on Submit, and you will see the new Azure registry auth created successfully.
For more details about how to and use the registry auth, you can refer to this page.