0

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

Sean McKenna
  • 3,706
  • 19
  • 19
Sebastian Rosch
  • 1,033
  • 1
  • 11
  • 17

1 Answers1

1

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.

jluk
  • 1,000
  • 7
  • 12