Azure Container Registry
Arpio support for Azure Container Registry
Arpio replicates Azure Container Instances (Container Groups) with their container configurations, enabling containerized workloads to be restored in recovery environments.
Arpio replicates Container Instances with their container definitions, networking, and identity configurations.
The following attributes are translated during replication:
| Attribute | Translation Method |
|---|---|
| Container Images | Image references translated (ACR paths updated) |
| Environment Variables | User data references translated |
| Subnet IDs | References translated to recovery subnets |
| Private IP Address | Renumbered based on VNet configuration |
| Identity References (imageRegistryCredentials and secretReferences) | Translated to recovery identities |
| Secret References | Key Vault URLs translated |
| Init Container Images | Image references translated |
| Init Container Env Vars | User data references translated |
The following resources are automatically selected into recovery points when a Container Instance is selected:
- User-assigned identities referenced by the container instance
- Subnets where the container instance is deployed
- Container Registries, Repositories, and images used by the container instance and init containers
- Any resource referenced by a container or init container variable
- Any Key Vault secrets referenced by the container instance
- Container instance IP addresses are assigned by Azure; static IPs are renumbered but actual assignment may differ
- Container instance FQDNs are generated by Azure and will differ in recovery