Skip to content

Commit de99df7

Browse files
authored
Merge pull request #299521 from sdwheeler/sdw-w429766-fix-links
Fix broken links
2 parents f68f6a4 + 623cd24 commit de99df7

File tree

2 files changed

+29
-31
lines changed

2 files changed

+29
-31
lines changed

articles/cloud-shell/features.md

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Overview of features in Azure Cloud Shell
33
ms.contributor: jahelmic
4-
ms.date: 06/05/2024
4+
ms.date: 05/08/2025
55
ms.topic: overview
66
tags: azure-resource-manager
77
title: Azure Cloud Shell features
@@ -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][22].
24+
Linux** image, see the [Cloud Shell GitHub repository][21].
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][29].
40+
[Persisting files in Cloud Shell][28].
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].
@@ -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][26]
89+
- [Office 365 CLI][25]
9090
- [Exchange Online PowerShell][11]
9191
- A basic set of [Microsoft Graph PowerShell][12] modules
9292
- Microsoft.Graph.Applications
@@ -119,15 +119,14 @@ Text editors
119119

120120
### Cloud management tools
121121

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]
126125
- [Cloud Foundry CLI][19]
127-
- [Terraform][28]
126+
- [Terraform][27]
128127
- [Ansible][03]
129128
- [Chef InSpec][18]
130-
- [Puppet Bolt][27]
129+
- [Puppet Bolt][26]
131130
- [HashiCorp Packer][17]
132131

133132
### Developer tools
@@ -149,7 +148,7 @@ Database tools
149148
- MySQL client
150149
- PostgreSQL client
151150
- [sqlcmd Utility][15]
152-
- [mssql-scripter][23]
151+
- [mssql-scripter][22]
153152

154153
Programming languages
155154

@@ -193,13 +192,12 @@ PowerShell modules, Node.js packages, and most packages that can be installed wi
193192
[17]: https://developer.hashicorp.com/packer/docs
194193
[18]: https://docs.chef.io/
195194
[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
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to create a machine configuration assignment using templates
33
description: Learn how to deploy configurations to machines using different template tools.
4-
ms.date: 02/01/2024
4+
ms.date: 05/08/2025
55
ms.topic: how-to
66
ms.custom:
77
---
@@ -17,30 +17,30 @@ To assign a machine configuration package to a single machine, modify the follow
1717
are two scenarios for each tool.
1818

1919
- Apply a custom configuration to a machine using a link to a package that you [published][03].
20-
- Apply a [built-in][04] configuration to a machine, such as an Azure baseline.
20+
- Apply a [built-in][10] configuration to a machine, such as an Azure baseline.
2121

2222
See the following articles for examples of assigning configurations using different tools:
2323

2424
- [How to assign a configuration using an Azure Resource Manager template][05]
2525
- [How to assign a configuration using Bicep][06]
26-
- [How to assign a configuration using Terraform][07]
27-
- [How to assign a configuration using the Rest API][10]
26+
- [How to assign a configuration using Terraform][08]
27+
- [How to assign a configuration using the Rest API][07]
2828

2929
## Next steps
3030

31-
- [Develop a custom package][08] for machine configuration.
31+
- [Develop a custom package][04] for machine configuration.
3232
- Use the **GuestConfiguration** module to [create an Azure Policy definition][02] for at-scale
3333
management of your environment.
3434
- [Assign your custom policy definition][09] using Azure portal.
3535

36-
<!-- Reference link definitions -->
36+
<!-- link references -->
3737
[01]: ../../concepts/assignments.md
3838
[02]: ../create-policy-definition.md
3939
[03]: ../develop-custom-package/4-publish-package.md
40-
[04]: /azure/governance/policy/samples/built-in-packages
40+
[04]: ../develop-custom-package/overview.md
4141
[05]: ./azure-resource-manager.md
4242
[06]: ./bicep.md
43-
[07]: ./terraform.md
44-
[08]: ../develop-custom-package/overview.md
43+
[07]: ./rest-api.md
44+
[08]: ./terraform.md
4545
[09]: /azure/governance/policy/assign-policy-portal
46-
[10]: /rest-api.md
46+
[10]: /azure/governance/policy/samples/built-in-packages

0 commit comments

Comments
 (0)