Skip to content

Commit 7ed24b6

Browse files
committed
Update troubleshooting doc
1 parent 033bc53 commit 7ed24b6

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

articles/cloud-shell/troubleshooting.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -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)