Q&A
Azure Container Instance (ACI) GatewayTimeout when pulling image from private Nexus repository
Žák Jiří •
Follow
0Reputation points
Feb 5, 2026, 1:23 AM
I am trying to deploy an Azure Container Instance (ACI) into an existing Virtual Network (VNET) and subnet. The image is hosted on our private Nexus repository located at pi.test.cz.
While the domain pi.test.cz resolves correctly from an existing Ubuntu ACI within the same network, the creation command fails when I try to create a new instance using image from our nexus repository using the Azure CLI with this command:
az container create --resource-group test-dewc --name aci-test --cpu 1 --memory 1 --os-type Linux --image pi.test.cz/image/test-ci --registry-login-server pi.test.cz --registry-username $NEXUS_USER --registry-password $NEXUS_PASS --vnet vnet-test --subnet default
This fails on:
{
"status": "Failed",
"error": {
"code": "GatewayTimeout",
"message": "The gateway did not receive a response from 'Microsoft.ContainerInstance' within the specified time period."
}
}
I also created Virtual Machine in that VNET with Ubuntu and I am able to pull image from our nexus repository.
Any suggestions what to do ? We think it is internal problem in Azure.
Azure Container Instances
I have the same question
0
{count} votes
Your answer
Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.
View Markdown
Use answers to provide solutions to the user's question.
Question activity