I need to run cloud shell commands, In azure portal i am able to use cloud shell with out any problem but the main thing is I want it in vscode, I have installed the vscode and tried to connect to azure but getting an error in my vscode.
Error image Im getting the following error.
Requesting a Cloud Shell...
Connecting terminal...
Error: Socket is closed
I have tried the following az login command but still not able to figure out.
az login -u abc@outlook.com -p WOrk4@zure
I have tried the following az login command but still not able to figure out.
az login
And then login with your azure subscription credentials.
Performed the same and was successfully able to run cli in vs code.
Refer this doc for more information.