Skip to content

Commit b57f69b

Browse files
authored
Merge pull request #292648 from sdwheeler/sdw-w360117-i292314
Fixes #292314 - Fix link to Kubernetes CLI
2 parents 46ce6a2 + 0741233 commit b57f69b

File tree

1 file changed

+32
-35
lines changed

1 file changed

+32
-35
lines changed

articles/cloud-shell/features.md

Lines changed: 32 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ edge products and services. You can choose Bash or PowerShell as your default sh
2121

2222
Microsoft internally compiles all the packages included in the **Azure Linux** repository to help
2323
guard against supply chain attacks. For more information or to request changes to the **Azure
24-
Linux** image, see the [Cloud Shell GitHub repository][24].
24+
Linux** image, see the [Cloud Shell GitHub repository][22].
2525

2626
Cloud Shell automatically authenticates your Azure account to allow secure access for Azure CLI,
2727
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
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][32].
40+
[Persisting files in Cloud Shell][29].
4141

4242
Use best practices when storing secrets such as SSH keys. You can use Azure Key Vault to securely
4343
store and retrieve your keys. For more information, see [Manage Key Vault using the Azure CLI][05].
@@ -60,8 +60,8 @@ 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][03]
64-
- [Manage your Azure dynamic inventories][02]
63+
- [Run Ansible playbook][02]
64+
- [Manage your Azure dynamic inventories][01]
6565
- [Install and configure Terraform][04]
6666

6767
## Preinstalled tools
@@ -86,7 +86,7 @@ Cloud Shell comes with the following Azure command-line tools preinstalled:
8686

8787
### Other Microsoft services
8888

89-
- [Office 365 CLI][28]
89+
- [Office 365 CLI][26]
9090
- [Exchange Online PowerShell][11]
9191
- A basic set of [Microsoft Graph PowerShell][12] modules
9292
- Microsoft.Graph.Applications
@@ -119,16 +119,16 @@ Text editors
119119

120120
### Cloud management tools
121121

122-
- [Docker Desktop][23]
123-
- [Kubectl][27]
124-
- [Helm][26]
125-
- [D2iQ Kubernetes Platform CLI][22]
126-
- [Cloud Foundry CLI][21]
127-
- [Terraform][31]
128-
- [Ansible][30]
129-
- [Chef InSpec][20]
130-
- [Puppet Bolt][29]
131-
- [HashiCorp Packer][19]
122+
- [Docker Desktop][21]
123+
- [Kubectl][25]
124+
- [Helm][24]
125+
- [D2iQ Kubernetes Platform CLI][20]
126+
- [Cloud Foundry CLI][19]
127+
- [Terraform][28]
128+
- [Ansible][03]
129+
- [Chef InSpec][18]
130+
- [Puppet Bolt][27]
131+
- [HashiCorp Packer][17]
132132

133133
### Developer tools
134134

@@ -149,7 +149,7 @@ Database tools
149149
- MySQL client
150150
- PostgreSql client
151151
- [sqlcmd Utility][15]
152-
- [mssql-scripter][25]
152+
- [mssql-scripter][23]
153153

154154
Programming languages
155155

@@ -174,9 +174,9 @@ PowerShell modules, Node.js packages, and most packages that can be installed wi
174174
- [Learn about Azure PowerShell][09]
175175

176176
<!-- link references -->
177-
[01]: /azure/azure-functions/functions-run-local
178-
[02]: /azure/developer/ansible/dynamic-inventory-configure
179-
[03]: /azure/developer/ansible/getting-started-cloud-shell
177+
[01]: /azure/developer/ansible/dynamic-inventory-configure
178+
[02]: /azure/developer/ansible/getting-started-cloud-shell
179+
[03]: /azure/developer/ansible/overview
180180
[04]: /azure/developer/terraform/quickstart-configure
181181
[05]: /azure/key-vault/general/manage-with-cli2#prerequisites
182182
[06]: /azure/service-fabric/service-fabric-cli
@@ -190,19 +190,16 @@ PowerShell modules, Node.js packages, and most packages that can be installed wi
190190
[14]: /powershell/module/sqlserver
191191
[15]: /sql/tools/sqlcmd-utility
192192
[16]: get-started.md
193-
[17]: https://batch-shipyard.readthedocs.io/en/latest/
194-
[18]: https://blobxfer.readthedocs.io/en/latest/
195-
[19]: https://developer.hashicorp.com/packer/docs
196-
[20]: https://docs.chef.io/
197-
[21]: https://docs.cloudfoundry.org/cf-cli/
198-
[22]: https://docs.d2iq.com/dkp/2.6/azure-infrastructure
199-
[23]: https://docs.docker.com/desktop/
200-
[24]: https://github.com/Azure/CloudShell
201-
[25]: https://github.com/microsoft/mssql-scripter/blob/dev/doc/usage_guide.md
202-
[26]: https://helm.sh/docs/
203-
[27]: https://kubernetes.io/docs/reference/kubectl/
204-
[28]: https://pnp.github.io/office365-cli/
205-
[29]: https://puppet.com/docs/bolt/latest/bolt.html
206-
[30]: /azure/developer/ansible/overview
207-
[31]: https://www.terraform.io/docs/providers/azurerm/
208-
[32]: persisting-shell-storage.md
193+
[17]: https://developer.hashicorp.com/packer/docs
194+
[18]: https://docs.chef.io/
195+
[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

0 commit comments

Comments
 (0)