This repo will be used for crossplane example
Follow this page to create the azure service principle and azure provider secret configuration.
$ kubectl create secret generic azure-creds -n crossplane --from-file=creds=./creds.json
Name of the file is creds.json and namespace is crossplane, change it if you want.