Open bluedog13 opened 2 years ago
The below solved it. (the documentation is missing "--sdk-auth" in the command)
az ad sp create-for-rbac \
--role Contributor \
--scopes /subscriptions/[redacted] \
--sdk-auth \
> "creds.json"
As a word of caution going forward : "WARNING: Option '--sdk-auth' has been deprecated and will be removed in a future release."
What happened?
The "SYNCED" status is always "false" when I try to deploy a resource into Azure. I have the creds.json file and have generated the secret using creds.json file as well.
I am following the example provided here to deploy a resource in Azure.
I see the below error when i run the describe command on the resource
How can we reproduce it?
Just by following the example here
What environment did it happen in?
Crossplane version: 1.9.1
Additional Details
The generated creds.json file is of the following format