Skip to content

Commit 790a9b1

Browse files
committed
Remove deprecated tools
1 parent a22f24a commit 790a9b1

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

articles/cloud-shell/features.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
description: Overview of features in Azure Cloud Shell
33
ms.contributor: jahelmic
4-
ms.date: 02/15/2024
4+
ms.date: 05/07/2024
55
ms.topic: article
66
tags: azure-resource-manager
77
title: Azure Cloud Shell features
88
---
99
# Features & tools for Azure Cloud Shell
1010

1111
Azure Cloud Shell is a browser-based terminal that provides an authenticated, preconfigured shell
12-
experience for managing Azure resources without the overhead of installing and maintaining a machine
13-
yourself.
12+
experience for managing Azure resources. Cloud Shell comes with the tools you need, already
13+
installed.
1414

1515
Azure Cloud Shell runs on **Azure Linux**, Microsoft's Linux distribution for cloud infrastructure
1616
edge products and services. You can choose Bash or PowerShell as your default shell.
@@ -30,8 +30,8 @@ Azure PowerShell, and other cloud management tools.
3030

3131
When you start Cloud Shell for the first time, you have the option of using Cloud Shell with or
3232
without an attached storage account. Choosing to continue without storage is the fastest way to
33-
start using Cloud Shell. In Cloud Shell, this is known as an _ephemeral session_. When you close the
34-
Cloud Shell window, all files you saved are deleted and don't persist across sessions.
33+
start using Cloud Shell. Using Cloud Shell without storage is known as an _ephemeral session_. When
34+
you close the Cloud Shell window, all files you saved are deleted and don't persist across sessions.
3535

3636
To persist files across sessions, you can choose to mount a storage account. Cloud Shell
3737
automatically attaches your storage (mounted as `$HOME\clouddrive`) for all future sessions.
@@ -46,9 +46,9 @@ store and retrieve your keys. For more information, see [Manage Key Vault using
4646

4747
PowerShell in Cloud Shell provides the Azure drive (`Azure:`). You can switch to the Azure drive
4848
with `cd Azure:` and back to your home directory with `cd ~`. The Azure drive enables easy
49-
discovery and navigation of Azure resources such as Compute, Network, Storage etc. similar to
50-
filesystem navigation. You can continue to use the familiar [Azure PowerShell cmdlets][09] to manage
51-
these resources regardless of the drive you are in.
49+
discovery and filesystem-like navigation of Azure resources such as Compute, Network, Storage, and
50+
others. You can continue to use the familiar [Azure PowerShell cmdlets][09] to manage these
51+
resources regardless of the drive you are in.
5252

5353
> [!NOTE]
5454
> Any changes made to the Azure resources, either made directly in Azure portal or through Azure
@@ -66,9 +66,11 @@ and Chef InSpec. For more information, see the following articles:
6666

6767
## Preinstalled tools
6868

69-
The most commonly used tools are preinstalled in Cloud Shell. If you're using PowerShell, use the
70-
`Get-PackageVersion` command to see a more complete list of tools and versions. If you're using
71-
Bash, use the `tdnf list` command.
69+
The most commonly used tools are preinstalled in Cloud Shell. This curated collection of tools is
70+
updated monthly. Use the following commands to see the current list of tools and versions.
71+
72+
- In PowerShell, use the `Get-PackageVersion` command
73+
- In Bash or PowerShell, use the `tdnf list` command
7274

7375
### Azure tools
7476

@@ -78,10 +80,7 @@ Cloud Shell comes with the following Azure command-line tools preinstalled:
7880
- [Azure PowerShell][09]
7981
- [Az.Tools.Predictor][10]
8082
- [AzCopy][07]
81-
- [Azure Functions CLI][01]
8283
- [Service Fabric CLI][06]
83-
- [Batch Shipyard][17]
84-
- [blobxfer][18]
8584

8685
### Other Microsoft services
8786

@@ -129,7 +128,7 @@ Text editors
129128
- [Puppet Bolt][29]
130129
- [HashiCorp Packer][19]
131130

132-
## Developer tools
131+
### Developer tools
133132

134133
Build tools
135134

@@ -152,14 +151,21 @@ Database tools
152151

153152
Programming languages
154153

155-
- .NET Core 7.0
154+
- .NET 7.0
156155
- PowerShell 7.4
157156
- Node.js
158157
- Java
159158
- Python 3.9
160159
- Ruby
161160
- Go
162161

162+
## Installing your own tools
163+
164+
If you configured Cloud Shell to use a storage account, you can install your own tools. You can
165+
install any tool that doesn't require root permissions. For example, you can install a Python
166+
packages, PowerShell modules, or Node.js packages, and most packages that can be installed with
167+
`wget`.
168+
163169
## Next steps
164170

165171
- [Cloud Shell Quickstart][16]

0 commit comments

Comments
 (0)