Misc commands
Login with az cli
or with just user and pass
With service principal
Powershell:
Install-Module Microsoft.Graph
Install-Module Az
Import-Module Microsoft.Graph.Users
Import-Module Az
login to azure
or with device code
login to graph
Validate login:
azure :
graph
Start graph session from azure resource manager session
whoami but for graph
logout