Skip to content

Commit bd46151

Browse files
Merge pull request #251752 from sdwheeler/sdw-i54242
Fixes #54242 - Update troubleshooting doc
2 parents 033bc53 + ec53637 commit bd46151

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

articles/cloud-shell/troubleshooting.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ This article covers troubleshooting Cloud Shell common scenarios.
6060

6161
### Storage Dialog - Error: 400 DisallowedOperation
6262

63-
- **Details**: When using an Azure Active Directory subscription, you can't create storage.
64-
- **Resolution**: Use an Azure subscription capable of creating storage resources. Azure AD
65-
subscriptions aren't able to create Azure resources.
63+
- **Details**: When using a Microsoft Entra ID subscription, you can't create storage.
64+
- **Resolution**: Use an Azure subscription capable of creating storage resources. Microsoft Entra
65+
ID subscriptions aren't able to create Azure resources.
6666

6767
### Terminal output - Error: Failed to connect terminal: websocket can't be established
6868

@@ -84,8 +84,8 @@ This article covers troubleshooting Cloud Shell common scenarios.
8484

8585
- **Details**: Cloud Shell uses a container to host your shell environment, as a result running
8686
the daemon is disallowed.
87-
- **Resolution**: Utilize [docker-machine][04], which is installed by default, to manage docker
88-
containers from a remote Docker host.
87+
- **Resolution**: Use the [docker CLI][04], which is installed by default, to remotely manage docker
88+
containers.
8989

9090
## PowerShell troubleshooting
9191

@@ -158,15 +158,21 @@ Cloud Shell supports the latest versions of following browsers:
158158

159159
### Copy and paste
160160

161-
- Windows: <kbd>Ctrl</kbd>-<kbd>C</kbd> to copy is supported but use
162-
<kbd>Shift</kbd>-<kbd>Insert</kbd> to paste.
161+
- Windows: <kbd>Ctrl</kbd>+<kbd>c</kbd> to copy is supported but use
162+
<kbd>Shift</kbd>+<kbd>Insert</kbd> to paste.
163163
- FireFox/IE may not support clipboard permissions properly.
164-
- macOS: <kbd>Cmd</kbd>-<kbd>C</kbd> to copy and <kbd>Cmd</kbd>-<kbd>V</kbd> to paste.
164+
- macOS: <kbd>Cmd</kbd>+<kbd>c</kbd> to copy and <kbd>Cmd</kbd>+<kbd>v</kbd> to paste.
165+
- Linux: <kbd>CTRL</kbd>+<kbd>c</kbd> to copy and <kbd>CTRL</kbd>+<kbd>Shift</kbd>+<kbd>v</kbd> to paste.
166+
167+
> [!NOTE]
168+
> If no text is selected when you type <kbd>Ctrl</kbd>+<kbd>C</kbd>, Cloud Shell sends the `Ctrl C`
169+
> character to the shell. This could terminate the currently running command.
165170
166171
### Usage limits
167172

168-
Cloud Shell is intended for interactive use cases. As a result, any long-running non-interactive
169-
sessions are ended without warning.
173+
Cloud Shell is intended for interactive use cases. Cloud Shell sessions time out after 20 minutes
174+
without interactive activity. As a result, any long-running non-interactive sessions are ended
175+
without warning.
170176

171177
### User permissions
172178

@@ -175,11 +181,11 @@ directory isn't persisted.
175181

176182
### Supported entry point limitations
177183

178-
Cloud Shell entry points beside the Azure portal, such as Visual Studio Code & Windows Terminal,
184+
Cloud Shell entry points beside the Azure portal, such as Visual Studio Code and Windows Terminal,
179185
don't support various Cloud Shell functionalities:
180186

181187
- Use of commands that modify UX components in Cloud Shell, such as `Code`
182-
- Fetching non-arm access tokens
188+
- Fetching non-ARM access tokens
183189

184190
## Bash limitations
185191

@@ -283,6 +289,6 @@ Azure Cloud Shell in Azure Government is only accessible through the Azure porta
283289
> Connecting to GCC-High or Government DoD Clouds for Exchange Online is currently not supported.
284290
285291
<!-- link references -->
286-
[04]: https://docs.docker.com/machine/overview/
292+
[04]: https://docs.docker.com/desktop/
287293
[05]: persisting-shell-storage.md#mount-a-new-clouddrive
288294
[06]: /powershell/microsoftgraph/migration-steps

0 commit comments

Comments
 (0)