@@ -38,14 +38,14 @@ This article covers troubleshooting Cloud Shell common scenarios.
38
38
39
39
### Disabling Cloud Shell in a locked down network environment
40
40
41
- - ** Details** : Administrators may wish to disable access to Cloud Shell for their users. Cloud Shell
41
+ - ** Details** : Administrators might want to disable access to Cloud Shell for their users. Cloud Shell
42
42
depends on access to the ` ux.console.azure.com ` domain, which can be denied, stopping any access
43
43
to Cloud Shell's entry points including ` portal.azure.com ` , ` shell.azure.com ` , Visual Studio Code
44
44
Azure Account extension, and ` learn.microsoft.com ` . In the US Government cloud, the entry point is
45
45
` ux.console.azure.us ` ; there's no corresponding ` shell.azure.us ` .
46
46
- ** Resolution** : Restrict access to ` ux.console.azure.com ` or ` ux.console.azure.us ` via network
47
- settings to your environment. The Cloud Shell icon will still exist in the Azure portal, but can't
48
- connect to the service.
47
+ settings to your environment. Even though the Cloud Shell icon still exists in the Azure portal,
48
+ you can't connect to the service.
49
49
50
50
### Storage Dialog - Error: 403 RequestDisallowedByPolicy
51
51
@@ -69,7 +69,7 @@ This article covers troubleshooting Cloud Shell common scenarios.
69
69
- ** Details** : Cloud Shell requires the ability to establish a websocket connection to Cloud Shell
70
70
infrastructure.
71
71
- ** Resolution** : Confirm that your network settings to allow sending HTTPS and websocket requests
72
- to domains at ` *.console.azure.com ` .
72
+ to domains at ` *.console.azure.com ` and ` *.servicebus.windows.net ` .
73
73
74
74
### Set your Cloud Shell connection to support using TLS 1.2
75
75
@@ -101,7 +101,7 @@ This article covers troubleshooting Cloud Shell common scenarios.
101
101
> [ !NOTE]
102
102
> Azure VMs must have a Public facing IP address.
103
103
104
- - ** Details** : Due to the default Windows Firewall settings for WinRM the user may see the following
104
+ - ** Details** : Due to the default Windows Firewall settings for WinRM the user might see the following
105
105
error:
106
106
107
107
> Ensure the WinRM service is running. Remote Desktop into the VM for the first time and ensure
@@ -129,7 +129,7 @@ sessions produces a "Tenant User Over Quota" error. If you have a legitimate nee
129
129
your anticipated usage.
130
130
131
131
Cloud Shell is provided as a free service for managing your Azure environment. It's not as a general
132
- purpose computing platform. Excessive automated usage may be considered in breach to the Azure Terms
132
+ purpose computing platform. Excessive automated usage can be considered in breach to the Azure Terms
133
133
of Service and could lead to Cloud Shell access being blocked.
134
134
135
135
### System state and persistence
@@ -158,7 +158,7 @@ Cloud Shell supports the latest versions of following browsers:
158
158
159
159
- Windows: <kbd >Ctrl</kbd >+<kbd >c</kbd > to copy is supported but use
160
160
<kbd >Shift</kbd >+<kbd >Insert</kbd > to paste.
161
- - FireFox/IE may not support clipboard permissions properly.
161
+ - FireFox might not support clipboard permissions properly.
162
162
- macOS: <kbd >Cmd</kbd >+<kbd >c</kbd > to copy and <kbd >Cmd</kbd >+<kbd >v</kbd > to paste.
163
163
- Linux: <kbd >CTRL</kbd >+<kbd >c</kbd > to copy and <kbd >CTRL</kbd >+<kbd >Shift</kbd >+<kbd >v</kbd > to paste.
164
164
0 commit comments