@@ -13,7 +13,7 @@ This document explains how to use the Cloud Shell window. Cloud Shell recently u
13
13
interface for the Cloud Shell terminal window. The new toolbar uses text-based menu items rather
14
14
than icons, making it easier to find the desired action.
15
15
16
- ![ Screenshot of the new Cloud Shell user experience.] [ 05 ]
16
+ [ ![ Screenshot of the new Cloud Shell user experience.] [ 05i ]] [ 05x ]
17
17
18
18
## Switch between Bash and PowerShell
19
19
@@ -22,13 +22,13 @@ environments. When Cloud Shell is configured to start in PowerShell, the button
22
22
to Bash** . When Cloud Shell is configured to start in Bash, the button is labeled ** Switch to
23
23
PowerShell** .
24
24
25
- ![ Screenshot of the Switch shells button.] [ 08 ]
25
+ [ ![ Screenshot of the Switch shells button.] [ 08i ]] [ 08x ]
26
26
27
27
## Restart Cloud Shell
28
28
29
29
Select the restart icon in the Cloud Shell toolbar to reset machine state.
30
30
31
- ![ Screenshot of the Restart button.] [ 06 ]
31
+ [ ![ Screenshot of the Restart button.] [ 06i ]] [ 06x ]
32
32
33
33
> [ !WARNING]
34
34
> Restarting Cloud Shell resets machine state and any files not persisted in an Azure fileshare are
@@ -43,14 +43,14 @@ across sessions unless you select **Reset User Settings**.
43
43
When you select ** Reset User Settings** , the current session is closed and your settings are reset.
44
44
You're prompted to restart as if this is your first time using Cloud Shell.
45
45
46
- ![ Screenshot of the Settings menu.] [ 07 ]
46
+ [ ![ Screenshot of the Settings menu.] [ 07i ]] [ 07x ]
47
47
48
48
## Manage files menu
49
49
50
50
The ** Manage files** menu contains items to ** Upload** or ** Download** files. The ** Open file
51
51
share** button opens the Azure portal view of your Cloud Shell file share.
52
52
53
- ![ Screenshot of the Manage files menu.] [ 03 ]
53
+ [ ![ Screenshot of the Manage files menu.] [ 03i ]] [ 03x ]
54
54
55
55
- When you select ** Upload** , Cloud Shell opens a file dialog box. Use this file dialog to browse
56
56
to the files on your local computer, select the desired file, and select the ** Open** button. The
@@ -69,7 +69,7 @@ Cloud Shell allows you to have multiple concurrent sessions across browser tabs.
69
69
as a separate process on the same machine. When exiting Cloud Shell, be sure to exit from each
70
70
session window as each process runs independently.
71
71
72
- ![ Screenshot of the New session button] [ 04 ]
72
+ [ ![ Screenshot of the New session button. ] [ 04i ]] [ 04x ]
73
73
74
74
To start a new session, select ** New session** button on toolbar. A new browser tab opens with
75
75
another session connected to the existing container.
@@ -81,7 +81,7 @@ The editor uses the Classic user interface. When you select the **Editor** butto
81
81
displays a confirmation form before switching you to the Classic user experience. Select the
82
82
** Confirm** button to continue.
83
83
84
- ![ Screenshot of the Cloud Shell editor button] [ 02 ]
84
+ [ ![ Screenshot of the Cloud Shell editor button. ] [ 02i ]] [ 02x ]
85
85
86
86
For more information, see [ Using the Azure Cloud Shell editor] [ 11 ] .
87
87
@@ -91,27 +91,34 @@ The **Web preview** feature allows you to open ports on your Cloud Shell contain
91
91
with running applications. The ** Web preview** menu allows you to enter the port number that you
92
92
want to open.
93
93
94
- ![ Screenshot of the Web preview button.] [ 10 ]
94
+ [ ![ Screenshot of the Web preview button.] [ 10i ]] [ 10x ]
95
95
96
96
Select ** Open port** to only open the port. Select ** Open and browse** to open the port and preview
97
97
the port in a new browser tab.
98
98
99
99
After opening a port, the ** Web preview** menu allows you to connect to the open port, close the
100
100
port, or open another port.
101
101
102
- ![ Screenshot of Web Preview menu with open ports.] [ 01 ]
102
+ [ ![ Screenshot of Web Preview menu with open ports.] [ 01i ]] [ 01x ]
103
103
104
104
To preview an open port in a new tab, select the web preview icon on the top left of the window then
105
105
select ** Preview port \< number\> ** .
106
106
107
107
To close the open port, select the web preview icon on the top left of the window the select ** Close
108
108
port \< number\> ** .
109
109
110
+ ## Help menu
111
+
112
+ The ** Help** menu contains links to the Cloud Shell and other related documentation and Cloud Shell
113
+ feedback form.
114
+
115
+ [ ![ Screenshot of the Help menu.] [ 11i ]] [ 11x ]
116
+
110
117
## Minimize, maximize, or close the Cloud Shell window
111
118
112
119
The icons on the top right of the window are used to manage the state of the Cloud Shell window.
113
120
114
- ![ Screenshot of Cloud Shell toolbar.] [ 09 ]
121
+ [ ![ Screenshot of Cloud Shell toolbar.] [ 09i ]] [ 09x ]
115
122
116
123
When you select the ** Minimize** button, the Cloud Shell terminal is hidden and the Azure portal is
117
124
displayed. The Cloud Shell session is still running. Select the Cloud Shell icon again to unhide the
@@ -120,6 +127,8 @@ terminal window.
120
127
When you select the ** Maximize** button, the Azure portal is hidden and the terminal window fills
121
128
the browser.
122
129
130
+ When you select the ** Close** button, the Cloud Shell session is terminated.
131
+
123
132
## Copy and paste
124
133
125
134
- Windows: <kbd >Ctrl</kbd >+<kbd >c</kbd > to copy is supported but use
@@ -147,17 +156,29 @@ minutes without interaction.
147
156
148
157
## Next steps
149
158
150
- [ Using the Azure Cloud Shell editor] [ 11 ]
159
+ [ Using the Azure Cloud Shell editor] [ 12 ]
151
160
152
161
<!-- link references -->
153
- [ 01 ] : media/new-ui-shell-window/close-port.png
154
- [ 02 ] : media/new-ui-shell-window/editor.png
155
- [ 03 ] : media/new-ui-shell-window/manage-files.png
156
- [ 04 ] : media/new-ui-shell-window/new-session.png
157
- [ 05 ] : media/new-ui-shell-window/new-ui-fullscreen.png
158
- [ 06 ] : media/new-ui-shell-window/restart-cloud-shell.png
159
- [ 07 ] : media/new-ui-shell-window/settings-menu.png
160
- [ 08 ] : media/new-ui-shell-window/switch-to-bash.png
161
- [ 09 ] : media/new-ui-shell-window/toolbar.png
162
- [ 10 ] : media/new-ui-shell-window/web-preview.png
163
- [ 11 ] : using-cloud-shell-editor.md
162
+ [ 01i ] : media/new-ui-shell-window/close-port.png
163
+ [ 02i ] : media/new-ui-shell-window/editor.png
164
+ [ 03i ] : media/new-ui-shell-window/manage-files.png
165
+ [ 04i ] : media/new-ui-shell-window/new-session.png
166
+ [ 05i ] : media/new-ui-shell-window/new-ui-fullscreen.png
167
+ [ 06i ] : media/new-ui-shell-window/restart-cloud-shell.png
168
+ [ 07i ] : media/new-ui-shell-window/settings-menu.png
169
+ [ 08i ] : media/new-ui-shell-window/switch-to-bash.png
170
+ [ 09i ] : media/new-ui-shell-window/toolbar.png
171
+ [ 10i ] : media/new-ui-shell-window/web-preview.png
172
+ [ 11i ] : media/new-ui-shell-window/help-menu.png
173
+ [ 01x ] : media/new-ui-shell-window/close-port.png#lightbox
174
+ [ 02x ] : media/new-ui-shell-window/editor.png#lightbox
175
+ [ 03x ] : media/new-ui-shell-window/manage-files.png#lightbox
176
+ [ 04x ] : media/new-ui-shell-window/new-session.png#lightbox
177
+ [ 05x ] : media/new-ui-shell-window/new-ui-fullscreen.png#lightbox
178
+ [ 06x ] : media/new-ui-shell-window/restart-cloud-shell.png#lightbox
179
+ [ 07x ] : media/new-ui-shell-window/settings-menu.png#lightbox
180
+ [ 08x ] : media/new-ui-shell-window/switch-to-bash.png#lightbox
181
+ [ 09x ] : media/new-ui-shell-window/toolbar.png#lightbox
182
+ [ 10x ] : media/new-ui-shell-window/web-preview.png#lightbox
183
+ [ 11x ] : media/new-ui-shell-window/help-menu.png#lightbox
184
+ [ 12 ] : using-cloud-shell-editor.md
0 commit comments