We have a problem, accessing the azure container registry from the Azure DevOps via an Service Connection after moving the container registry to another subscription.
After moving the ACR, the RBAC roles are reseted.
Since I don't know which azure-AD application is behind the service connection, I can't rebuild the necessary RBAC-Roles.
Is there any way to find out which Azure-AD application is behind the service connection?
Then I could assign ACR push/pull/delete rights again and the deployment should work again.
I don't have the Azure-AD rights to create an application, so I'm unable to create a new service connection....
Thanks an regards
Guido