Skip to content

Commit ebf4a85

Browse files
committed
Acrolinx edit
1 parent 0872e3a commit ebf4a85

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

articles/cloud-shell/features.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Azure Cloud Shell features
88
---
99
# Features & tools for Azure Cloud Shell
1010

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
1212
experience for managing Azure resources without the overhead of installing and maintaining a machine
1313
yourself.
1414

@@ -37,10 +37,10 @@ To persist files across sessions, you can choose to mount a storage account. Clo
3737
automatically attaches your storage (mounted as `$HOME\clouddrive`) for all future sessions.
3838
Additionally, your `$HOME` directory is persisted as an `.img` file in your Azure File share. The
3939
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].
4141

4242
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].
4444

4545
### Azure drive (Azure:)
4646

@@ -60,14 +60,14 @@ these resources regardless of the drive you are in.
6060
Cloud Shell includes preconfigured authentication for open source tools such as Terraform, Ansible,
6161
and Chef InSpec. For more information, see the following articles:
6262

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]
6666

6767
## Preinstalled tools
6868

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
7171
Bash, use the `tdnf list` command.
7272

7373
### Azure tools
@@ -79,14 +79,14 @@ Cloud Shell comes with the following Azure command-line tools preinstalled:
7979
- [Az.Tools.Predictor][10]
8080
- [AzCopy][07]
8181
- [Azure Functions CLI][01]
82-
- [Service Fabric CLI][03]
82+
- [Service Fabric CLI][06]
8383
- [Batch Shipyard][17]
8484
- [blobxfer][18]
8585

8686
### Other Microsoft services
8787

8888
- [Office 365 CLI][28]
89-
- [Exchange Online PowerShell][11].
89+
- [Exchange Online PowerShell][11]
9090
- A basic set of [Microsoft Graph PowerShell][12] modules
9191
- Microsoft.Graph.Applications
9292
- Microsoft.Graph.Authentication
@@ -103,11 +103,11 @@ Cloud Shell comes with the following Azure command-line tools preinstalled:
103103

104104
Linux tools
105105

106-
- bash
107-
- zsh
108-
- sh
109-
- tmux
110-
- dig
106+
- `bash`
107+
- `zsh`
108+
- `sh`
109+
- `tmux`
110+
- `dig`
111111

112112
Text editors
113113

@@ -133,10 +133,10 @@ Text editors
133133

134134
Build tools
135135

136-
- make
137-
- maven
138-
- npm
139-
- pip
136+
- `make`
137+
- `maven`
138+
- `npm`
139+
- `pip`
140140

141141
Source control
142142

@@ -168,11 +168,11 @@ Programming languages
168168

169169
<!-- link references -->
170170
[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
176176
[07]: /azure/storage/common/storage-use-azcopy-v10
177177
[08]: /cli/azure/
178178
[09]: /powershell/azure
@@ -198,4 +198,4 @@ Programming languages
198198
[29]: https://puppet.com/docs/bolt/latest/bolt.html
199199
[30]: https://www.ansible.com/microsoft-azure
200200
[31]: https://www.terraform.io/docs/providers/azurerm/
201-
[33]: persisting-shell-storage.md
201+
[32]: persisting-shell-storage.md

0 commit comments

Comments
 (0)