Skip to content

Commit ee205df

Browse files
committed
Update portal image and improve Docs example
1 parent 050343d commit ee205df

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed
-7.22 KB
Loading

articles/cloud-shell/overview.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,21 @@ ms.author: damaerte
2121

2222
Azure Cloud Shell is an interactive, authenticated, browser-accessible shell for managing Azure resources. It provides the flexibility of choosing the shell experience that best suits the way you work, either Bash or PowerShell.
2323

24-
Try from shell.azure.com by selecting the following button below:
24+
You can access the Cloud Shell in three ways:
2525

26-
[![Embedded Cloud Shell launch button](https://shell.azure.com/images/launchcloudshell.png "Launch Azure Cloud Shell")](https://shell.azure.com)
26+
1. Open a browser to [https://shell.azure.com](https://shell.azure.com).
2727

28-
Try from Azure portal using the Cloud Shell icon:
28+
1. Select the Cloud Shell icon on the [Azure portal](https://portal.azure.com):
2929

30-
![Icon to launch the Cloud Shell from the Azure portal](media/overview/portal-launch-icon.png)
30+
![Icon to launch the Cloud Shell from the Azure portal](media/overview/portal-launch-icon.png)
3131

32-
On [docs.microsoft.com](https://docs.microsoft.com) and [Microsoft Learn](https://docs.microsoft.com/learn/), use the **Try It** button in a code snippet to open the Cloud Shell:
32+
1. On [docs.microsoft.com](https://docs.microsoft.com) and [Microsoft Learn](https://docs.microsoft.com/learn/), select the **Try It** button in a code snippet like the example below.
3333

34-
![Portal launch](media/overview/cli-try-it-button.png)
34+
```azurecli-interactive
35+
az account show
36+
```
37+
38+
The **Try It** button opens the Cloud Shell but does not automatically paste the command. To run the command, use **Copy** in the code snippet, use **Ctrl**+**Shift**+**V** (Windows/Linux) or **Cmd**+**Shift**+**V** (macOS) to paste the command, and then press **Enter**.
3539
3640
## Features
3741

0 commit comments

Comments
 (0)