Skip to content

Commit 6aa857e

Browse files
committed
Fix review feedback
1 parent e4c3350 commit 6aa857e

File tree

1 file changed

+43
-22
lines changed

1 file changed

+43
-22
lines changed

articles/cloud-shell/new-ui-shell-window.md

Lines changed: 43 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This document explains how to use the Cloud Shell window. Cloud Shell recently u
1313
interface for the Cloud Shell terminal window. The new toolbar uses text-based menu items rather
1414
than icons, making it easier to find the desired action.
1515

16-
![Screenshot of the new Cloud Shell user experience.][05]
16+
[![Screenshot of the new Cloud Shell user experience.][05i]][05x]
1717

1818
## Switch between Bash and PowerShell
1919

@@ -22,13 +22,13 @@ environments. When Cloud Shell is configured to start in PowerShell, the button
2222
to Bash**. When Cloud Shell is configured to start in Bash, the button is labeled **Switch to
2323
PowerShell**.
2424

25-
![Screenshot of the Switch shells button.][08]
25+
[![Screenshot of the Switch shells button.][08i]][08x]
2626

2727
## Restart Cloud Shell
2828

2929
Select the restart icon in the Cloud Shell toolbar to reset machine state.
3030

31-
![Screenshot of the Restart button.][06]
31+
[![Screenshot of the Restart button.][06i]][06x]
3232

3333
> [!WARNING]
3434
> 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**.
4343
When you select **Reset User Settings**, the current session is closed and your settings are reset.
4444
You're prompted to restart as if this is your first time using Cloud Shell.
4545

46-
![Screenshot of the Settings menu.][07]
46+
[![Screenshot of the Settings menu.][07i]][07x]
4747

4848
## Manage files menu
4949

5050
The **Manage files** menu contains items to **Upload** or **Download** files. The **Open file
5151
share** button opens the Azure portal view of your Cloud Shell file share.
5252

53-
![Screenshot of the Manage files menu.][03]
53+
[![Screenshot of the Manage files menu.][03i]][03x]
5454

5555
- When you select **Upload**, Cloud Shell opens a file dialog box. Use this file dialog to browse
5656
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.
6969
as a separate process on the same machine. When exiting Cloud Shell, be sure to exit from each
7070
session window as each process runs independently.
7171

72-
![Screenshot of the New session button][04]
72+
[![Screenshot of the New session button.][04i]][04x]
7373

7474
To start a new session, select **New session** button on toolbar. A new browser tab opens with
7575
another session connected to the existing container.
@@ -81,7 +81,7 @@ The editor uses the Classic user interface. When you select the **Editor** butto
8181
displays a confirmation form before switching you to the Classic user experience. Select the
8282
**Confirm** button to continue.
8383

84-
![Screenshot of the Cloud Shell editor button][02]
84+
[![Screenshot of the Cloud Shell editor button.][02i]][02x]
8585

8686
For more information, see [Using the Azure Cloud Shell editor][11].
8787

@@ -91,27 +91,34 @@ The **Web preview** feature allows you to open ports on your Cloud Shell contain
9191
with running applications. The **Web preview** menu allows you to enter the port number that you
9292
want to open.
9393

94-
![Screenshot of the Web preview button.][10]
94+
[![Screenshot of the Web preview button.][10i]][10x]
9595

9696
Select **Open port** to only open the port. Select **Open and browse** to open the port and preview
9797
the port in a new browser tab.
9898

9999
After opening a port, the **Web preview** menu allows you to connect to the open port, close the
100100
port, or open another port.
101101

102-
![Screenshot of Web Preview menu with open ports.][01]
102+
[![Screenshot of Web Preview menu with open ports.][01i]][01x]
103103

104104
To preview an open port in a new tab, select the web preview icon on the top left of the window then
105105
select **Preview port \<number\>**.
106106

107107
To close the open port, select the web preview icon on the top left of the window the select **Close
108108
port \<number\>**.
109109

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+
110117
## Minimize, maximize, or close the Cloud Shell window
111118

112119
The icons on the top right of the window are used to manage the state of the Cloud Shell window.
113120

114-
![Screenshot of Cloud Shell toolbar.][09]
121+
[![Screenshot of Cloud Shell toolbar.][09i]][09x]
115122

116123
When you select the **Minimize** button, the Cloud Shell terminal is hidden and the Azure portal is
117124
displayed. The Cloud Shell session is still running. Select the Cloud Shell icon again to unhide the
@@ -120,6 +127,8 @@ terminal window.
120127
When you select the **Maximize** button, the Azure portal is hidden and the terminal window fills
121128
the browser.
122129

130+
When you select the **Close** button, the Cloud Shell session is terminated.
131+
123132
## Copy and paste
124133

125134
- Windows: <kbd>Ctrl</kbd>+<kbd>c</kbd> to copy is supported but use
@@ -147,17 +156,29 @@ minutes without interaction.
147156

148157
## Next steps
149158

150-
[Using the Azure Cloud Shell editor][11]
159+
[Using the Azure Cloud Shell editor][12]
151160

152161
<!-- 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

Comments
 (0)