How do you show your current username and subscription?
az account show
How do you create a service principal with a contributor role?
az ad sp create-for-rbac –role=”Contributor” –scopes=”/subscriptions/” -n “martin.sabo-sp-terraform”
How do you delete a service principal?
az ad sp delete –id
How to login under a service principal account?
az login –service-principal -u -p “” –tenant “”