You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a similar problem and it turned out to be a malformed secret. Make sure azure-credentials.json contain all data shown in provider-family-azure's quickstart.
az ad sp create-for-rbac \
--sdk-auth \
--role Owner \
--scopes /subscriptions/..
--ask-auth is deprecated. If you omit that option the resulting file misses all the extra informations required in the azure-credentials.json as @JohanSandblom3 mentioned.
I tried to follow the Azure quickstart from here: https://docs.crossplane.io/v1.15/getting-started/provider-azure/#install-the-azure-provider. I wasn't successful, even after updating the providers version (the quickstart has an older version). The ressource can not be created, saying it's missing the
az
cli. Please advise what I did wrong or if I hit a bug.Environment
Single-node K3S v1.28.7+k3s1 on Ubuntu 22.04.4 LTS (GNU/Linux 5.15.0-97-generic x86_64)
Steps I did
Result
The text was updated successfully, but these errors were encountered: