Skip to content

Commit 161c56a

Browse files
authored
Merge pull request #84212 from v-thepet/patch-5
Updating Azure DevOps to Azure Pipelines
2 parents 9b82e72 + 31f8f52 commit 161c56a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/lab-services/use-devtest-labs-build-release-pipelines.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use DevTest Labs in Azure DevOps build and release pipelines | Microsoft Docs
3-
description: Learn how to use Azure DevTest Labs in Azure DevOps build and release pipelines.
2+
title: Use DevTest Labs in Azure Pipelines build and release pipelines | Microsoft Docs
3+
description: Learn how to use Azure DevTest Labs in Azure Pipelines build and release pipelines.
44
services: devtest-lab, lab-services
55
documentationcenter: na
66
author: spelluru
@@ -16,8 +16,8 @@ ms.author: spelluru
1616

1717
---
1818

19-
# Use DevTest Labs in Azure DevOps build and release pipelines
20-
This article provides information on how DevTest Labs can be used in Azure DevOps build and release pipelines.
19+
# Use DevTest Labs in Azure Pipelines build and release pipelines
20+
This article provides information on how DevTest Labs can be used in Azure Pipelines build and release pipelines.
2121

2222
## Overall flow
2323
The basic flow is to have a **build pipeline** that does the following tasks:
@@ -46,7 +46,7 @@ There are a couple of items that need to be created beforehand:
4646
The build pipeline will create a DevTest Labs environment and deploy the code for testing.
4747

4848
## Set up a build pipeline
49-
In Azure DevOps, create a build pipeline using the code from the [Tutorial: Build a .NET Core and SQL Database web app in Azure App Service](../app-service/app-service-web-tutorial-dotnetcore-sqldb.md). Use the **ASP.NET Core** template, which will populate the necessary task to build, test, and publish the code.
49+
In Azure Pipelines, create a build pipeline using the code from the [Tutorial: Build a .NET Core and SQL Database web app in Azure App Service](../app-service/app-service-web-tutorial-dotnetcore-sqldb.md). Use the **ASP.NET Core** template, which will populate the necessary task to build, test, and publish the code.
5050

5151
![Select the ASP.NET template](./media/use-devtest-labs-build-release-pipelines/select-asp-net.png)
5252

@@ -82,7 +82,7 @@ The third task is the **Azure App Service Deploy** task. The app type is set to
8282

8383
![App Service Deploy task](./media/use-devtest-labs-build-release-pipelines/app-service-deploy.png)
8484

85-
## Setup release pipeline
85+
## Set up release pipeline
8686
You create a release pipeline with two tasks: **Azure Deployment: Create Or Update Resource Group** and **Deploy Azure App Service**.
8787

8888
For the first task, specify the name and location of the resource group. The template location is a linked artifact. If the Resource Manager template includes linked templates, a custom resource group deployment needs to be implemented. The template is in the published drop artifact. Override template parameters for the Resource Manager template. You can leave remaining settings with default values.
@@ -95,5 +95,5 @@ Now that both pipelines are set up, manually queue up a build and see it work. T
9595
## Next steps
9696
See the following articles:
9797

98-
- [Integrate Azure DevTest Labs into your Azure DevOps continuous integration and delivery pipeline](devtest-lab-integrate-ci-cd-vsts.md)
99-
- [Integrate environments into your Azure DevOps CI/CD pipelines](integrate-environments-devops-pipeline.md)
98+
- [Integrate Azure DevTest Labs into your Azure Pipelines continuous integration and delivery pipeline](devtest-lab-integrate-ci-cd-vsts.md)
99+
- [Integrate environments into your Azure Pipelines CI/CD pipelines](integrate-environments-devops-pipeline.md)

0 commit comments

Comments
 (0)