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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm