Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to locate image when creating container Azure Container Apps

I created an Azure Container Registry (Region is CentralCanada) and then uploaded a docker image from Visual Studio for an .Net 6.0, Web API project.

After the Linux image was deployed successfully I am able to see it within my Azure Container.

Then I attempt to create a Container App (Environment is also set to CentralCanada) and at the point where I assign an image, I choose Azure Container Registry and it displays my container registry by correct name, however it says no images found.

Why don't I see my image that is in my Azure Container Registry.

I am able to create a container app using the default HelloWorld app.

like image 934
John Kears Avatar asked Feb 02 '26 21:02

John Kears


1 Answers

I had the same issue. I was able to fix it by navigating to Container Registry > Access keys. Then enable Admin user.

like image 150
vw592371 Avatar answered Feb 04 '26 13:02

vw592371