Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Login-AzureRmAccount from VS Code terminal

When I try to login to Azure RM from VS Code terminal it just hangs. No prompt with login / password is shown.

Is there any way to get logged in from that terminal? Otherwise running / debugging Azure PS scripts becomes more complicated than it should be :)

like image 994
the_joric Avatar asked Aug 16 '17 12:08

the_joric


Video Answer


1 Answers

The login window pops-up in the background... if you minimize all your windows you'll eventually find it.

like image 105
bmoore-msft Avatar answered Oct 10 '22 00:10

bmoore-msft