Login to azure using the following command:

az login

Show the currently signed in account using the following command:

az account show

Logout to azure using the following command:

az logout