Skip to content

Commit e4c3350

Browse files
committed
fix html tag warning
1 parent badd3f8 commit e4c3350

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,22 @@ 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]
17+
1618
## Switch between Bash and PowerShell
1719

1820
Use the environment selector in the Cloud Shell toolbar to switch between Bash and PowerShell
1921
environments. When Cloud Shell is configured to start in PowerShell, the button is labeled **Switch
2022
to Bash**. When Cloud Shell is configured to start in Bash, the button is labeled **Switch to
2123
PowerShell**.
2224

23-
![Screenshot of the Switch shells button.][07]
25+
![Screenshot of the Switch shells button.][08]
2426

2527
## Restart Cloud Shell
2628

2729
Select the restart icon in the Cloud Shell toolbar to reset machine state.
2830

29-
![Screenshot of the Restart button.][05]
31+
![Screenshot of the Restart button.][06]
3032

3133
> [!WARNING]
3234
> Restarting Cloud Shell resets machine state and any files not persisted in an Azure fileshare are
@@ -41,7 +43,7 @@ across sessions unless you select **Reset User Settings**.
4143
When you select **Reset User Settings**, the current session is closed and your settings are reset.
4244
You're prompted to restart as if this is your first time using Cloud Shell.
4345

44-
![Screenshot of the Settings menu.][06]
46+
![Screenshot of the Settings menu.][07]
4547

4648
## Manage files menu
4749

@@ -81,15 +83,15 @@ displays a confirmation form before switching you to the Classic user experience
8183

8284
![Screenshot of the Cloud Shell editor button][02]
8385

84-
For more information, see [Using the Azure Cloud Shell editor][10].
86+
For more information, see [Using the Azure Cloud Shell editor][11].
8587

8688
## Web preview menu
8789

8890
The **Web preview** feature allows you to open ports on your Cloud Shell container to communicate
8991
with running applications. The **Web preview** menu allows you to enter the port number that you
9092
want to open.
9193

92-
![Screenshot of the Web preview button.][09]
94+
![Screenshot of the Web preview button.][10]
9395

9496
Select **Open port** to only open the port. Select **Open and browse** to open the port and preview
9597
the port in a new browser tab.
@@ -100,16 +102,16 @@ port, or open another port.
100102
![Screenshot of Web Preview menu with open ports.][01]
101103

102104
To preview an open port in a new tab, select the web preview icon on the top left of the window then
103-
select **Preview port <number>**.
105+
select **Preview port \<number\>**.
104106

105107
To close the open port, select the web preview icon on the top left of the window the select **Close
106-
port <number>**.
108+
port \<number\>**.
107109

108110
## Minimize, maximize, or close the Cloud Shell window
109111

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

112-
![Screenshot of Cloud Shell toolbar.][08]
114+
![Screenshot of Cloud Shell toolbar.][09]
113115

114116
When you select the **Minimize** button, the Cloud Shell terminal is hidden and the Azure portal is
115117
displayed. The Cloud Shell session is still running. Select the Cloud Shell icon again to unhide the
@@ -145,16 +147,17 @@ minutes without interaction.
145147

146148
## Next steps
147149

148-
[Using the Azure Cloud Shell editor][10]
150+
[Using the Azure Cloud Shell editor][11]
149151

150152
<!-- link references -->
151153
[01]: media/new-ui-shell-window/close-port.png
152154
[02]: media/new-ui-shell-window/editor.png
153155
[03]: media/new-ui-shell-window/manage-files.png
154156
[04]: media/new-ui-shell-window/new-session.png
155-
[05]: media/new-ui-shell-window/restart-cloud-shell.png
156-
[06]: media/new-ui-shell-window/settings-menu.png
157-
[07]: media/new-ui-shell-window/switch-to-bash.png
158-
[08]: media/new-ui-shell-window/toolbar.png
159-
[09]: media/new-ui-shell-window/web-preview.png
160-
[10]: using-cloud-shell-editor.md
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

0 commit comments

Comments
 (0)