Sebastian Rosch
Sebastian Rosch

Reputation: 1053

Not able to create Azure Container Instance in the portal with private image

I'm trying to create an Azure Container Instance in the portal with a private image. The validation seems to pass but I can't click OK. The button is disabled.

The private registry is an Azure Container Registry in the same subscription.

Screenshot from Azure Portal

Upvotes: 0

Views: 579

Answers (1)

jluk
jluk

Reputation: 1030

Looks like this was resolved on your own after waiting between attempts. For future reference if you need to deploy a private image from the portal you need to include the hostname of the image like "myprivateregistry/nginx:latest".

We've also improved some error handling so deployment failures should also be easier to troubleshoot.

Upvotes: 1

Related Questions