'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.
Solution 1:[1]
I had the same issue. I was able to fix it by navigating to Container Registry > Access keys. Then enable Admin user.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | vw592371 |
