4

Through the web portal I can request a Cloud Shell, but it fails to request a terminal. Does anyone know how to trouble shoot this?

I've deleted my Storage Account. This prompts me to create a new Storage Account when I reopen Cloud Shell from the web portal. After creating the new Storage Account, I still have a Failed to request a terminal message.

Requesting a Cloud Shell.Succeeded. Connecting terminal...

Failed to request a terminal.

chee xiong
  • 41
  • 1
  • 3

2 Answers2

4

I had same issue and I found following:

  1. Press F12 - go to developer mode (console)
  2. You can see there ERR_CERT_AUTHORITY_INVALID
  3. visit that link and click in your browser: "Proceed to *.westeurope.console.azure.com (unsafe)"
  4. you get error (it's OK)
  5. Return back to Azure and close and open terminal

I hope it helps to someone.

silhano
  • 141
  • 3
0

The possible reason is that you need to configure your network settings to enable sending https requests and WebSocket requests to domains at *.console.azure.com. Take a look at the error Failed to connect terminal.

Charles Xu
  • 29,862
  • 2
  • 22
  • 39