Skip to content

Commit f21e7dc

Browse files
authored
Merge pull request #275396 from JnHs/jh-mobile-shell
cloud shell topic
2 parents 7b6d97f + b174222 commit f21e7dc

File tree

7 files changed

+67
-5
lines changed

7 files changed

+67
-5
lines changed

articles/azure-portal/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
- name: Alerts and notifications
6969
href: mobile-app/alerts-notifications.md
7070
displayName: mobile, app, push
71+
- name: Cloud Shell
72+
href: mobile-app/cloud-shell.md
73+
displayName: mobile, prompt, command, bash, powershell
7174
- name: Microsoft Entra ID
7275
href: mobile-app/microsoft-entra-id.md
7376
displayName: mobile, app
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Use Cloud Shell in the Azure mobile app
3+
description: Use the Azure mobile app to execute commands in Cloud Shell.
4+
ms.date: 05/21/2024
5+
ms.topic: conceptual
6+
---
7+
8+
# Use Cloud Shell in the Azure mobile app
9+
10+
The Azure Cloud Shell feature in the Azure mobile app provides an interactive, authenticated, browser-accessible terminal for managing Azure resources.
11+
12+
You can execute commands in Cloud Shell through either Bash or PowerShell, and you can switch shells anytime.
13+
14+
:::image type="content" source="media/cloud-shell/cloud-shell-bash-powershell.png" alt-text="Screenshot showing Bash and PowerShell options for Cloud Shell in the Azure mobile app.":::
15+
16+
## Access Cloud Shell in the Azure mobile app
17+
18+
To launch Cloud Shell from within the Azure mobile app, select the **Cloud Shell** card on the [Azure mobile app **Home**](home.md). If you don't see the **Cloud Shell** card, you may need to scroll down. You can rearrange the order in which cards are displayed by selecting the **Edit** (pencil) icon on Azure mobile app **Home**.
19+
20+
:::image type="content" source="media/cloud-shell/cloud-shell-home.png" alt-text="Screenshot showing the Azure mobile app Home with the Cloud Shell card.":::
21+
22+
## Set up storage account
23+
24+
Cloud Shell requires a storage account to be associated with your sessions (or an [ephemeral session](/azure/cloud-shell/get-started/ephemeral)). If you already set up a storage account for Cloud shell, or you opted to use ephemeral sessions, that selection is remembered when you launch Cloud Shell in the Azure mobile app.
25+
26+
If you haven't used Cloud Shell before, you need to create a new storage account for Cloud Shell. When you first launch Cloud Shell, you'll be prompted to select a subscription in which a new storage account will be created.
27+
28+
:::image type="content" source="media/cloud-shell/cloud-shell-storage.png" alt-text="Screenshot of Cloud Shell in the Azure mobile app for a new user. ":::
29+
30+
## Use toolbar actions
31+
32+
The Cloud Shell toolbar in the Azure mobile app offers several helpful commands:
33+
34+
:::image type="content" source="media/cloud-shell/cloud-shell-toolbar.png" alt-text="Screenshot showing the Cloud Shell toolbar in the Azure mobile app.":::
35+
36+
- Select **X** to close Cloud Shell and return to **Home**.
37+
- Select the dropdown to switch between Bash and PowerShell.
38+
- Select the **Power** button to restart Cloud Shell with a new session.
39+
- Select the **Clipboard** icon to paste content from your device's clipboard.
40+
41+
## Current limitations
42+
43+
The Cloud Shell feature in the Azure mobile app has certain limitations compared to the same feature in the Azure portal. The following functionalities are currently unavailable in the Azure mobile app:
44+
45+
- Command history
46+
- IntelliSense
47+
- File/script uploading
48+
- Cloud Shell editor
49+
- Port preview
50+
- Retrieve additional tokens
51+
- Reset user settings
52+
- Font changes
53+
54+
## Next steps
55+
56+
- Learn more about the [Azure mobile app](overview.md).
57+
- Learn more about [Azure mobile app **Home**](home.md) and how to customize it.
58+
- Download the Azure mobile app for free from the [Apple App Store](https://aka.ms/azureapp/ios/doc), [Google Play](https://aka.ms/azureapp/android/doc) or [Amazon App Store](https://aka.ms/azureapp/amazon/doc).
59+
- Learn more about [Azure Cloud Shell](/azure/cloud-shell/overview).

articles/azure-portal/mobile-app/home.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure mobile app Home
33
description: Azure mobile app Home surfaces the most essential information and the resources you use most often.
4-
ms.date: 10/16/2023
4+
ms.date: 05/21/2024
55
ms.topic: conceptual
66
---
77

@@ -15,13 +15,13 @@ Azure mobile app **Home** consists of customizable display cards that show infor
1515

1616
Current card options include:
1717

18-
- **Learn**: Explore the most popular Microsoft learn modules for Azure.
18+
- **Learn**: Explore the [most popular Microsoft learn modules for Azure](learn-training.md).
1919
- **Resource groups**: Quick access to all your resource groups.
20-
- **Microsoft Entra ID**: Quick access to Microsoft Entra ID management.
20+
- **Microsoft Entra ID**: Quick access to [Microsoft Entra ID management](microsoft-entra-id.md).
2121
- **Azure services**: Quick access to Virtual machines, Web Apps, SQL databases, and Application Insights.
22-
- **Latest alerts**: A list and chart view of the alerts fired in the last 24 hours and the option to see all.
22+
- **Latest alerts**: A list and chart view of the alerts fired in the last 24 hours and the option to [see all notifications](alerts-notifications.md).
2323
- **Service Health**: A current count of service issues, maintenance, health advisories, and security advisories.
24-
- **Cloud Shell**: Quick access to the Cloud Shell terminal.
24+
- **Cloud Shell**: Quick access to the [Cloud Shell terminal](cloud-shell.md).
2525
- **Recent resources**: A list of your four most recently viewed resources, with the option to see all.
2626
- **Favorites**: A list of the resources you have added to your favorites, and the option to see all.
2727

182 KB
Loading
42.4 KB
Loading
20.9 KB
Loading
2.45 KB
Loading

0 commit comments

Comments
 (0)