Azure CLI Login¶
In WSL2, it won't open any browser. So, instead of login in using az login
, use the following.
az login --use-device-code
To check if you already have logged in, try the following.
az account show
If you are not logged in, you will see an error message.