in Visual Studio Code, I did Azure Sign In. Then Azure : Open Bash in Cloud Shell. It prompts for Directory. When I select the 1 desired, nothing happen. Please help. Ref below:-
Asked
Active
Viewed 1,523 times
0

Gaurav Mantri
- 128,066
- 12
- 206
- 241

Safwan Masarik
- 71
- 8
-
FYI, you can access Azure Shell directly as well. Just go to https://shell.azure.com/. – Gaurav Mantri Sep 22 '19 at 08:05
2 Answers
0
Please ensure that you are on the latest version of VS Code. I'm on 1.39.2
and the following works for me:
- From the command palette, sign in to Azure using
Azure: Sign in
. - Then
Azure: Open Bash in Cloud Shell
, like you mentioned. - Upon selecting your directory, you'll see something like this:
- As the pop up in the bottom right corner shows, the first launch of Cloud Shell in a directory requires setup in the web application. Click on
Open
. - You'll see a prompt similar to this:
- Clicking on
Open Link
will open up https://shell.azure.com. Sign in to your account there. - Once that is done, perform
Azure: Open Bash in Cloud Shell
again. Now that you're signed in to Azure on Cloud Shell, you'll see this on your VS Code window:
Hope this helps!

Bhargavi Annadevara
- 4,923
- 2
- 13
- 30