Skip to content

Commit af560f5

Browse files
author
RoseHJM
committed
Fixed broken links.
1 parent 0c6066b commit af560f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/deployment-environments/tutorial-deploy-environments-in-cicd-azure-devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ To customize the pipeline you:
135135
- Specify the Service Connection to use, and The pipeline uses the Azure CLI to create the environment.
136136
- Use an Inline script to run an Azure CLI command that creates the environment.
137137

138-
The Azure CLI is a command-line tool that provides a set of commands for working with Azure resources. To discover more Azure CLI commands, see [az devcenter](https://learn.microsoft.com/en-us/cli/azure/devcenter?view=azure-cli-latest).
138+
The Azure CLI is a command-line tool that provides a set of commands for working with Azure resources. To discover more Azure CLI commands, see [az devcenter](/cli/azure/devcenter?view=azure-cli-latest&preserve-view=true).
139139

140140
1. In your Azure DevOps project, select **Repos** > **Files**.
141141
1. In the **Files** pane, from the `.ado` folder, select `azure-pipelines.yml` file.
@@ -166,7 +166,7 @@ Next, you run the pipeline to create the ADE environment.
166166
1. You can also check the progress of the environment creation in the Azure portal by selecting your dev center, selecting your project, and then selecting **Environments**.
167167

168168

169-
You can insert this job anywhere in a Continuous Integration (CI) and/or a Continuous Delivery (CD) pipeline. Get started with the [Azure Pipelines documentation](https://docs.microsoft.com/azure/devops/pipelines/?view=azure-devops) to learn more about creating and managing pipelines.
169+
You can insert this job anywhere in a Continuous Integration (CI) and/or a Continuous Delivery (CD) pipeline. Get started with the [Azure Pipelines documentation](/azure/devops/pipelines/?view=azure-devops&preserve-view=true) to learn more about creating and managing pipelines.
170170

171171
## Clean up resources
172172

0 commit comments

Comments
 (0)