Hi guys I have an issue.
I pushed my docker image to ACR and when I tried to configure it in Container app to create a container to deploy it in Cotainer Apps Env..It throw me an error saying that ‘Cant access ACR (repo name) because admin credentials on ACR are disabled..
So I solved that issue by Enabling Admin privileges on Access keys tabs.
But its not the best practice since it’s encouraged to use managed identity access another service without exposing username and passwords.
Any Idea how to solve this
I tried creating User managed identity with ACRpull role but to assign that identity in container app it need to created first..Any other leads.