Skip to content

Commit 47645fd

Browse files
Merge pull request #256643 from sdwheeler/sdw-w176756
Add additional domain to allow list for websockets
2 parents 5bf0bf1 + 001d9f6 commit 47645fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cloud-shell/troubleshooting.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ This article covers troubleshooting Cloud Shell common scenarios.
3838

3939
### Disabling Cloud Shell in a locked down network environment
4040

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
4242
depends on access to the `ux.console.azure.com` domain, which can be denied, stopping any access
4343
to Cloud Shell's entry points including `portal.azure.com`, `shell.azure.com`, Visual Studio Code
4444
Azure Account extension, and `learn.microsoft.com`. In the US Government cloud, the entry point is
4545
`ux.console.azure.us`; there's no corresponding `shell.azure.us`.
4646
- **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.
4949

5050
### Storage Dialog - Error: 403 RequestDisallowedByPolicy
5151

@@ -69,7 +69,7 @@ This article covers troubleshooting Cloud Shell common scenarios.
6969
- **Details**: Cloud Shell requires the ability to establish a websocket connection to Cloud Shell
7070
infrastructure.
7171
- **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`.
7373

7474
### Set your Cloud Shell connection to support using TLS 1.2
7575

@@ -101,7 +101,7 @@ This article covers troubleshooting Cloud Shell common scenarios.
101101
> [!NOTE]
102102
> Azure VMs must have a Public facing IP address.
103103
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
105105
error:
106106

107107
> 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
129129
your anticipated usage.
130130

131131
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
133133
of Service and could lead to Cloud Shell access being blocked.
134134

135135
### System state and persistence
@@ -158,7 +158,7 @@ Cloud Shell supports the latest versions of following browsers:
158158

159159
- Windows: <kbd>Ctrl</kbd>+<kbd>c</kbd> to copy is supported but use
160160
<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.
162162
- macOS: <kbd>Cmd</kbd>+<kbd>c</kbd> to copy and <kbd>Cmd</kbd>+<kbd>v</kbd> to paste.
163163
- Linux: <kbd>CTRL</kbd>+<kbd>c</kbd> to copy and <kbd>CTRL</kbd>+<kbd>Shift</kbd>+<kbd>v</kbd> to paste.
164164

0 commit comments

Comments
 (0)