An Azure service that provides customers with a serverless container experience.
Hello @Žák Jiří ,
Creating an Azure Container Instance (ACI) directly from a Nexus repository; instead, the recommended approach is to clone the repository, build the container image locally using Docker, push it to Azure Container Registry (ACR), and then deploy it to ACI via the Azure CLI- https://learn.microsoft.com/en-us/azure/container-instances/container-instances-tutorial-prepare-app
This workflow avoids common operational challenges such as Nexus certificate management, custom ports, DNS dependencies, and private or self-signed CA trust issues, since ACI cannot validate private CA or self-signed TLS certificates and frequently fails image pulls from Nexus. By using ACR with Managed Identity or the admin account, ACI can pull images without additional configuration, while benefiting from zero network hops, no NAT or outbound firewall constraints, and eliminating the need to expose Nexus through public endpoints.
Please let us know if you require any further assistance. We’re happy to help.