@@ -60,9 +60,9 @@ This article covers troubleshooting Cloud Shell common scenarios.
60
60
61
61
### Storage Dialog - Error: 400 DisallowedOperation
62
62
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.
66
66
67
67
### Terminal output - Error: Failed to connect terminal: websocket can't be established
68
68
@@ -84,8 +84,8 @@ This article covers troubleshooting Cloud Shell common scenarios.
84
84
85
85
- ** Details** : Cloud Shell uses a container to host your shell environment, as a result running
86
86
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.
89
89
90
90
## PowerShell troubleshooting
91
91
@@ -158,15 +158,21 @@ Cloud Shell supports the latest versions of following browsers:
158
158
159
159
### Copy and paste
160
160
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.
163
163
- 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.
165
170
166
171
### Usage limits
167
172
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.
170
176
171
177
### User permissions
172
178
@@ -175,11 +181,11 @@ directory isn't persisted.
175
181
176
182
### Supported entry point limitations
177
183
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,
179
185
don't support various Cloud Shell functionalities:
180
186
181
187
- 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
183
189
184
190
## Bash limitations
185
191
@@ -283,6 +289,6 @@ Azure Cloud Shell in Azure Government is only accessible through the Azure porta
283
289
> Connecting to GCC-High or Government DoD Clouds for Exchange Online is currently not supported.
284
290
285
291
<!-- link references -->
286
- [ 04 ] : https://docs.docker.com/machine/overview /
292
+ [ 04 ] : https://docs.docker.com/desktop /
287
293
[ 05 ] : persisting-shell-storage.md#mount-a-new-clouddrive
288
294
[ 06 ] : /powershell/microsoftgraph/migration-steps
0 commit comments