1
1
---
2
2
description : Overview of features in Azure Cloud Shell
3
3
ms.contributor : jahelmic
4
- ms.date : 06/ 05/2024
4
+ ms.date : 05/08/2025
5
5
ms.topic : overview
6
6
tags : azure-resource-manager
7
7
title : Azure Cloud Shell features
@@ -21,7 +21,7 @@ edge products and services. You can choose Bash or PowerShell as your default sh
21
21
22
22
Microsoft internally compiles all the packages included in the ** Azure Linux** repository to help
23
23
guard against supply chain attacks. For more information or to request changes to the ** Azure
24
- Linux** image, see the [ Cloud Shell GitHub repository] [ 22 ] .
24
+ Linux** image, see the [ Cloud Shell GitHub repository] [ 21 ] .
25
25
26
26
Cloud Shell automatically authenticates your Azure account to allow secure access for Azure CLI,
27
27
Azure PowerShell, and other cloud management tools.
@@ -37,7 +37,7 @@ To persist files across sessions, you can choose to mount a storage account. Clo
37
37
automatically attaches your storage (mounted as ` $HOME\clouddrive ` ) for all future sessions.
38
38
Additionally, your ` $HOME ` directory is persisted as an ` .img ` file in your Azure File share. The
39
39
machine state and files outside of ` $HOME ` aren't persisted across sessions. Learn more about
40
- [ Persisting files in Cloud Shell] [ 29 ] .
40
+ [ Persisting files in Cloud Shell] [ 28 ] .
41
41
42
42
Use best practices when storing secrets such as SSH keys. You can use Azure Key Vault to securely
43
43
store and retrieve your keys. For more information, see [ Manage Key Vault using the Azure CLI] [ 05 ] .
@@ -86,7 +86,7 @@ Cloud Shell comes with the following Azure command-line tools preinstalled:
86
86
87
87
### Other Microsoft services
88
88
89
- - [ Office 365 CLI] [ 26 ]
89
+ - [ Office 365 CLI] [ 25 ]
90
90
- [ Exchange Online PowerShell] [ 11 ]
91
91
- A basic set of [ Microsoft Graph PowerShell] [ 12 ] modules
92
92
- Microsoft.Graph.Applications
@@ -119,15 +119,14 @@ Text editors
119
119
120
120
### Cloud management tools
121
121
122
- - [ Docker Desktop] [ 21 ]
123
- - [ Kubectl] [ 25 ]
124
- - [ Helm] [ 24 ]
125
- - [ D2iQ Kubernetes Platform CLI] [ 20 ]
122
+ - [ Docker Desktop] [ 20 ]
123
+ - [ Kubectl] [ 24 ]
124
+ - [ Helm] [ 23 ]
126
125
- [ Cloud Foundry CLI] [ 19 ]
127
- - [ Terraform] [ 28 ]
126
+ - [ Terraform] [ 27 ]
128
127
- [ Ansible] [ 03 ]
129
128
- [ Chef InSpec] [ 18 ]
130
- - [ Puppet Bolt] [ 27 ]
129
+ - [ Puppet Bolt] [ 26 ]
131
130
- [ HashiCorp Packer] [ 17 ]
132
131
133
132
### Developer tools
@@ -149,7 +148,7 @@ Database tools
149
148
- MySQL client
150
149
- PostgreSQL client
151
150
- [ sqlcmd Utility] [ 15 ]
152
- - [ mssql-scripter] [ 23 ]
151
+ - [ mssql-scripter] [ 22 ]
153
152
154
153
Programming languages
155
154
@@ -193,13 +192,12 @@ PowerShell modules, Node.js packages, and most packages that can be installed wi
193
192
[ 17 ] : https://developer.hashicorp.com/packer/docs
194
193
[ 18 ] : https://docs.chef.io/
195
194
[ 19 ] : https://docs.cloudfoundry.org/cf-cli/
196
- [ 20 ] : https://docs.d2iq.com/dkp/2.7/application-deployment
197
- [ 21 ] : https://docs.docker.com/desktop/
198
- [ 22 ] : https://github.com/Azure/CloudShell
199
- [ 23 ] : https://github.com/microsoft/mssql-scripter/blob/dev/doc/usage_guide.md
200
- [ 24 ] : https://helm.sh/docs/
201
- [ 25 ] : https://kubernetes.io/docs/reference/kubectl/
202
- [ 26 ] : https://pnp.github.io/office365-cli/
203
- [ 27 ] : https://puppet.com/docs/bolt/latest/bolt.html
204
- [ 28 ] : https://www.terraform.io/docs/providers/azurerm/
205
- [ 29 ] : persisting-shell-storage.md
195
+ [ 20 ] : https://docs.docker.com/desktop/
196
+ [ 21 ] : https://github.com/Azure/CloudShell
197
+ [ 22 ] : https://github.com/microsoft/mssql-scripter/blob/dev/doc/usage_guide.md
198
+ [ 23 ] : https://helm.sh/docs/
199
+ [ 24 ] : https://kubernetes.io/docs/reference/kubectl/
200
+ [ 25 ] : https://pnp.github.io/office365-cli/
201
+ [ 26 ] : https://puppet.com/docs/bolt/latest/bolt.html
202
+ [ 27 ] : https://www.terraform.io/docs/providers/azurerm/
203
+ [ 28 ] : persisting-shell-storage.md
0 commit comments