@@ -8,7 +8,7 @@ title: Azure Cloud Shell features
8
8
---
9
9
# Features & tools for Azure Cloud Shell
10
10
11
- Azure Cloud Shell is a browser-based terminal that provides a authenticated, preconfigured shell
11
+ Azure Cloud Shell is a browser-based terminal that provides an authenticated, preconfigured shell
12
12
experience for managing Azure resources without the overhead of installing and maintaining a machine
13
13
yourself.
14
14
@@ -37,10 +37,10 @@ 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] [ 33 ] .
40
+ [ Persisting files in Cloud Shell] [ 32 ] .
41
41
42
42
Use best practices when storing secrets such as SSH keys. You can use Azure Key Vault to securely
43
- store and retrieve your keys. For more information, see [ Manage Key Vault using the Azure CLI] [ 02 ] .
43
+ store and retrieve your keys. For more information, see [ Manage Key Vault using the Azure CLI] [ 05 ] .
44
44
45
45
### Azure drive (Azure:)
46
46
@@ -60,14 +60,14 @@ these resources regardless of the drive you are in.
60
60
Cloud Shell includes preconfigured authentication for open source tools such as Terraform, Ansible,
61
61
and Chef InSpec. For more information, see the following articles:
62
62
63
- - [ Run Ansible playbook] [ 05 ]
64
- - [ Manage your Azure dynamic inventories] [ 04 ]
65
- - [ Install and configure Terraform] [ 06 ]
63
+ - [ Run Ansible playbook] [ 03 ]
64
+ - [ Manage your Azure dynamic inventories] [ 02 ]
65
+ - [ Install and configure Terraform] [ 04 ]
66
66
67
67
## Preinstalled tools
68
68
69
- The most commonly used tools are preinstalled in Cloud Shell. If you are using PowerShell, use the
70
- ` Get-PackageVersion ` command to see a more complete list of tools and versions. If you are using
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
71
Bash, use the ` tdnf list ` command.
72
72
73
73
### Azure tools
@@ -79,14 +79,14 @@ Cloud Shell comes with the following Azure command-line tools preinstalled:
79
79
- [ Az.Tools.Predictor] [ 10 ]
80
80
- [ AzCopy] [ 07 ]
81
81
- [ Azure Functions CLI] [ 01 ]
82
- - [ Service Fabric CLI] [ 03 ]
82
+ - [ Service Fabric CLI] [ 06 ]
83
83
- [ Batch Shipyard] [ 17 ]
84
84
- [ blobxfer] [ 18 ]
85
85
86
86
### Other Microsoft services
87
87
88
88
- [ Office 365 CLI] [ 28 ]
89
- - [ Exchange Online PowerShell] [ 11 ] .
89
+ - [ Exchange Online PowerShell] [ 11 ]
90
90
- A basic set of [ Microsoft Graph PowerShell] [ 12 ] modules
91
91
- Microsoft.Graph.Applications
92
92
- Microsoft.Graph.Authentication
@@ -103,11 +103,11 @@ Cloud Shell comes with the following Azure command-line tools preinstalled:
103
103
104
104
Linux tools
105
105
106
- - bash
107
- - zsh
108
- - sh
109
- - tmux
110
- - dig
106
+ - ` bash `
107
+ - ` zsh `
108
+ - ` sh `
109
+ - ` tmux `
110
+ - ` dig `
111
111
112
112
Text editors
113
113
@@ -133,10 +133,10 @@ Text editors
133
133
134
134
Build tools
135
135
136
- - make
137
- - maven
138
- - npm
139
- - pip
136
+ - ` make `
137
+ - ` maven `
138
+ - ` npm `
139
+ - ` pip `
140
140
141
141
Source control
142
142
@@ -168,11 +168,11 @@ Programming languages
168
168
169
169
<!-- link references -->
170
170
[ 01 ] : /azure/azure-functions/functions-run-local
171
- [ 02 ] : /azure/key-vault/general/manage-with-cli2#prerequisites
172
- [ 03 ] : /azure/service-fabric/service-fabric-cli
173
- [ 04 ] : /azure/developer/ansible/dynamic-inventory -configure
174
- [ 05 ] : /azure/developer/ansible/getting-started-cloud-shell
175
- [ 06 ] : /azure/developer/terraform/quickstart-configure
171
+ [ 02 ] : /azure/developer/ansible/dynamic-inventory-configure
172
+ [ 03 ] : /azure/developer/ansible/getting-started-cloud-shell
173
+ [ 04 ] : /azure/developer/terraform/quickstart -configure
174
+ [ 05 ] : /azure/key-vault/general/manage-with-cli2#prerequisites
175
+ [ 06 ] : /azure/service-fabric/service-fabric-cli
176
176
[ 07 ] : /azure/storage/common/storage-use-azcopy-v10
177
177
[ 08 ] : /cli/azure/
178
178
[ 09 ] : /powershell/azure
@@ -198,4 +198,4 @@ Programming languages
198
198
[ 29 ] : https://puppet.com/docs/bolt/latest/bolt.html
199
199
[ 30 ] : https://www.ansible.com/microsoft-azure
200
200
[ 31 ] : https://www.terraform.io/docs/providers/azurerm/
201
- [ 33 ] : persisting-shell-storage.md
201
+ [ 32 ] : persisting-shell-storage.md
0 commit comments