Reputation: 1053
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.
Upvotes: 0
Views: 579
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