Error creating Cloud Credentials for Azure: Authentication test failed, please check your credentials
Azure App Registration created by:
az ad sp create-for-rbac \
--name="<Rancher ServicePrincipal name>" \
--role="Contributor" \
--scopes="/subscriptions/<subscription Id>"
I have Rancher in Docker. I have tried 2.6.12 and 2.7.3
I am using AzurePublicCloud.
Is there any trick to this?