Overview
Azure Container Registry (ACR) is a managed container registry service for storing and managing private Docker container images.Automatic Registry
When you create a cluster on Azure, Qovery automatically creates a container registry (namedregistry-{UUID}) that is used to manage the deployment of your applications by mirroring Docker images.
The credentials configured on this automatic registry are the ones used to create the cluster, but you can update them if you prefer to manage them separately.
Adding Your Own ACR
To connect your own Azure Container Registry to Qovery:Required Information
1
Registry URL
Format:
https://<registry-name>.azurecr.ioExample: https://mycompany.azurecr.io2
Access Credentials
- Registry username (admin username or service principal)
- Password or service principal secret
Configuration in Qovery
1
Access Organization Settings
Navigate to Organization Settings → Container Registries
2
Add Registry
Click Add Registry
3
Select Azure ACR
Choose Azure Container Registry from the registry type dropdown
4
Enter Details
Provide the registry URL and credentials
5
Save
Qovery will verify the credentials and save the configuration