az cli login as a service principal
The following command could be handy to help with az cli - logging in as a service principal.
az login \ --service-principal \ --tenant <Tenant-ID> \ --username <Client-ID> \ --password <Client-secret> \ --output table
Comments