Hello @Shrutika Gamare
- Verify that the managed identity exists and is correctly configured for the resource you are trying to access.
- Ensure that the managed identity has the necessary permissions to access the requested resource. You may need to grant the appropriate role or access control permissions to the managed identity.
- To validate ACR is accessible to AKS.
az aks check-acr --name MyManagedCluster --resource-group MyResourceGroup --acr myacr.azurecr.io
See image below.
Please let me know if this helps in anyway.