Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9843cb9

Browse files
committedMar 24, 2020
rebranding changes
1 parent f4b383e commit 9843cb9

22 files changed

+190
-242
lines changed
 
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

‎articles/devops-project/azure-devops-project-cosmos-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ DevOps Starter automatically configures Azure Cosmos DB, which you can explore a
7979

8080
1. Go to the DevOps Starter dashboard.
8181

82-
![DevOps Projects dashboard](_img/azure-devops-project-cosmos-db/devops-project-dashboard.png)
82+
![DevOps Projects dashboard](_img/azure-devops-project-cosmos-db/devops-starter-dashboard.png)
8383

8484
1. At the right, select Azure Cosmos DB. A pane opens for Azure Cosmos DB. From this view, you can perform various actions, such as monitoring operations and searching logs.
8585

‎articles/devops-project/azure-devops-project-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ DevOps Starter automatically configures function app, which you can explore and
7575

7676
1. Go to the DevOps Starter dashboard.
7777

78-
![DevOps Projects Dashboard](_img/azure-devops-project-functions/devops-projects-dashboard.png)
78+
![DevOps Projects Dashboard](_img/azure-devops-project-functions/fapp-dashboard.png)
7979

8080
1. At the right, select the function app. A pane opens for the function app. From this view you can perform various actions such as operations monitoring, searching logs.
8181

@@ -146,7 +146,7 @@ You're now ready to collaborate with a team on your app by using a CI/CD process
146146

147147
## Clean up resources
148148

149-
You can delete the related resources that you created when you don't need them anymore. Use the **Delete** functionality on the DevOps Projects dashboard.
149+
You can delete the related resources that you created when you don't need them anymore. Use the **Delete** functionality on the DevOps Starter dashboard.
150150

151151
## Next steps
152152

‎articles/devops-project/azure-devops-project-github.md

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,28 @@
11
---
2-
title: 'Tutorial: Create a CI/CD pipeline for your existing code by using Azure DevOps Projects'
3-
description: Azure DevOps Projects makes it easy to get started on Azure. In a few quick steps, DevOps Projects helps you use your own code and GitHub repo to launch an app on an Azure service.
2+
title: 'Tutorial: Create a CI/CD pipeline for your existing code by using Azure DevOps Starter'
3+
description: Azure DevOps Starter makes it easy to get started on Azure. In a few quick steps, DevOps Projects helps you use your own code and GitHub repo to launch an app on an Azure service.
44
services: vsts
55
documentationcenter: vs-devops-build
66
ms.author: mlearned
77
ms.manager: gwallace
8-
editor: ''
9-
ms.assetid:
108
ms.workload: web
119
ms.prod: devops
1210
ms.technology: devops-cicd
1311
ms.tgt_pltfrm: na
1412
ms.topic: tutorial
15-
ms.date: 06/27/2019
13+
ms.date: 03/24/2020
1614
author: mlearned
1715
ms.custom: mvc
18-
monikerRange: 'vsts'
1916
---
2017

18+
# Create a CI/CD pipeline for GitHub repo using Azure DevOps Starter
2119

22-
# Tutorial: Create a CI/CD pipeline for your existing code by using Azure DevOps Projects
23-
24-
Azure DevOps Projects presents a simplified process for creating a continuous integration (CI) and continuous delivery (CD) pipeline to Azure. You can bring your existing code and Git repo, or you can select a sample application.
20+
Azure DevOps Starter presents a simplified process for creating a continuous integration (CI) and continuous delivery (CD) pipeline to Azure. You can bring your existing code and Git repo, or you can select a sample application.
2521

2622
You will:
2723

2824
> [!div class="checklist"]
29-
> * Use DevOps Projects to create a CI/CD pipeline
25+
> * Use DevOps Starter to create a CI/CD pipeline
3026
> * Configure access to your GitHub repo and choose a framework
3127
> * Configure Azure DevOps and an Azure subscription
3228
> * Commit changes to GitHub and automatically deploy them to Azure
@@ -40,18 +36,14 @@ You will:
4036

4137
## Sign in to the Azure portal
4238

43-
Azure DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a new Azure DevOps organization or use an existing organization. Azure DevOps Projects also creates Azure resources in the Azure subscription of your choice.
39+
Azure DevOps Starter creates a CI/CD pipeline in Azure Pipelines. You can create a new Azure DevOps organization or use an existing organization. Azure DevOps Starter also creates Azure resources in the Azure subscription of your choice.
4440

4541
1. Sign in to the [Azure portal](https://portal.azure.com).
4642

47-
2. From the Azure portal menu, select **Create a resource**.
48-
49-
![Azure portal menu - Create a resource](_img/azure-devops-project-github/createaresource.png)
50-
51-
3. Select **DevOps** > **DevOps Project**.
52-
53-
![The DevOps Projects dashboard](_img/azure-devops-project-github/azuredashboard.png)
43+
1. In the search box, type **DevOps Starter**, and then select. Click on **Add** to create a new one.
5444

45+
![The DevOps Starter dashboard](_img/azure-devops-starter-aks/search-devops-starter.png)
46+
5547
1. Select **Bring your own code**, and then select **Next**.
5648

5749
## Configure access to your GitHub repo and select a framework
@@ -64,7 +56,7 @@ Azure DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can creat
6456

6557
![Application framework selection on drop-down menu](_img/azure-devops-project-github/appframework.png)
6658

67-
1. From the drop-down menus, select an **application runtime** and an **application framework**, and then select **Next**. The application framework dictates the type of Azure service deployment target thats available.
59+
1. From the drop-down menus, select an **application runtime** and an **application framework**, and then select **Next**. The application framework dictates the type of Azure service deployment target that's available.
6860

6961
1. Select an **Azure service** to deploy the application, and then select **Next**.
7062

@@ -74,9 +66,9 @@ Azure DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can creat
7466

7567
1. Create a new free organization in **Azure DevOps Organization** or select an existing organization from the drop-down menu.
7668

77-
1. Select your subscription in **Azure Subscription**, and either enter a name in **Web app** or use the default. Select a **Location**, and then select **Done**. After a few minutes, the DevOps Projects deployment overview is displayed in the Azure portal.
69+
1. Select your subscription in **Azure Subscription**, and either enter a name in **Web app** or use the default. Select a **Location**, and then select **Done**. After a few minutes, the DevOps Starter deployment overview is displayed in the Azure portal.
7870

79-
1. Select **Go to resource** to view the DevOps Projects dashboard. In the upper-right corner, pin the **Project** to your dashboard for quick access. Azure DevOps Projects automatically configures a CI build and release trigger. Your code remains in your GitHub repo or another external repo, and a sample app is set up in a repo in **Azure DevOps Organization**. Azure DevOps Projects runs the build and deploys the app to Azure.
71+
1. Select **Go to resource** to view the DevOps Starter dashboard. In the upper-right corner, pin the **Project** to your dashboard for quick access. Azure DevOps Starter automatically configures a CI build and release trigger. Your code remains in your GitHub repo or another external repo, and a sample app is set up in a repo in **Azure DevOps Organization**. Azure DevOps Starter runs the build and deploys the app to Azure.
8072

8173
![Azure DevOps Projects dashboard view](_img/azure-devops-project-github/projectsdashboard.png)
8274

@@ -86,15 +78,15 @@ Azure DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can creat
8678

8779
You're now ready to collaborate on your app with a team. The CI/CD process automatically deploys your latest work to your website. Each change to the GitHub repo starts a build in Azure DevOps, and a CD pipeline runs a deployment to Azure.
8880

89-
1. From your DevOps Projects dashboard, select **Repositories**. Your GitHub repository opens in a new browser tab. Make a change to your application, and then select **Commit changes**.
81+
1. From your DevOps Starter dashboard, select **Repositories**. Your GitHub repository opens in a new browser tab. Make a change to your application, and then select **Commit changes**.
9082

91-
1. After a few moments, a build starts in Azure Pipelines. You can monitor the build status in the DevOps Projects dashboard. You can also monitor it in your Azure DevOps organization by selecting the **Build pipelines** tab from the DevOps Projects dashboard.
83+
1. After a few moments, a build starts in Azure Pipelines. You can monitor the build status in the DevOps Starter dashboard. You can also monitor it in your Azure DevOps organization by selecting the **Build pipelines** tab from the DevOps Starter dashboard.
9284

9385
## Examine the Azure Pipelines CI/CD pipeline
9486

95-
Azure DevOps Projects automatically configures a CI/CD pipeline in Azure Pipelines. Explore and customize the pipeline as needed. To familiarize yourself with the build and release pipelines, do the following:
87+
Azure DevOps Starter automatically configures a CI/CD pipeline in Azure Pipelines. Explore and customize the pipeline as needed. To familiarize yourself with the build and release pipelines, do the following:
9688

97-
1. From the DevOps Projects dashboard, select **Build pipelines**.
89+
1. From the DevOps Starter dashboard, select **Build pipelines**.
9890

9991
1. After your **Azure Pipelines** page opens, you'll see a history of the most recent builds and the status for each build.
10092

‎articles/devops-project/azure-devops-project-go.md

Lines changed: 35 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,42 @@
11
---
2-
title: 'Quickstart: Create a CI/CD pipeline for the Go programming language by using Azure DevOps Projects'
3-
description: DevOps Projects makes it easy to get started on Azure. It helps you launch a Go programming language web app on an Azure service in a few quick steps.
2+
title: 'Quickstart: Create a CI/CD pipeline for the Go programming language by using Azure DevOps Starter'
3+
description: DevOps Starter makes it easy to get started on Azure. It helps you launch a Go programming language web app on an Azure service in a few quick steps.
44
ms.prod: devops
55
ms.technology: devops-cicd
66
services: vsts
77
documentationcenter: vs-devops-build
88
author: mlearned
99
manager: gwallace
10-
editor: ''
11-
ms.assetid:
1210
ms.workload: web
1311
ms.tgt_pltfrm: na
1412
ms.topic: quickstart
1513
ms.date: 07/09/2018
1614
ms.author: mlearned
1715
ms.custom: mvc
18-
monikerRange: 'vsts'
1916
---
2017

18+
# Create a CI/CD pipeline for Go using Azure DevOps Starter
2119

22-
# Create a CI/CD pipeline for Go by using Azure DevOps Projects
23-
24-
Configure continuous integration (CI) and continuous delivery (CD) for your Go app by using Azure DevOps Projects. DevOps Projects simplifies the initial configuration of an Azure DevOps build and release pipeline.
20+
Configure continuous integration (CI) and continuous delivery (CD) for your Go app by using Azure DevOps Starter. DevOps Starter simplifies the initial configuration of an Azure DevOps build and release pipeline.
2521

2622
If you don't have an Azure subscription, you can get one free through [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/).
2723

2824
## Sign in to the Azure portal
2925

30-
DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a new Azure DevOps organization or use an existing organization. DevOps Projects also creates Azure resources in the Azure subscription of your choice.
26+
DevOps Starter creates a CI/CD pipeline in Azure Pipelines. You can create a new Azure DevOps organization or use an existing organization. DevOps Starter also creates Azure resources in the Azure subscription of your choice.
3127

3228
1. Sign in to the [Azure portal](https://portal.azure.com).
3329

34-
1. In the left pane, select **Create a resource**.
35-
36-
1. In the search box, type **DevOps Project**, and then select **Create**.
30+
1. In the search box, type **DevOps Starter**, and then select. Click on **Add** to create a new one.
3731

38-
![The DevOps Projects dashboard](_img/azure-devops-project-github/fullbrowser.png)
32+
![The DevOps Starter dashboard](_img/azure-devops-starter-aks/search-devops-starter.png)
3933

4034
## Select a sample app and Azure service
4135

4236
1. Select the **Go** sample app, and then select **Next**.
43-
44-
1. **Simple Go app** is the default framework. Select **Next**.
45-
The app framework, which you chose previously, dictates the type of Azure service deployment targets that are available for deployment.
46-
37+
38+
1. **Simple Go app** is the default framework. Select **Next**. The app framework, which you chose previously, dictates the type of Azure service deployment targets that are available for deployment.
39+
4740
1. Leave the default Azure service and select **Next**.
4841

4942
## Configure Azure DevOps and an Azure subscription
@@ -52,91 +45,73 @@ DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a ne
5245

5346
1. Enter a name for your Azure DevOps project.
5447

55-
1. Select your Azure subscription and location, enter a name for your app, and then select **Done**.
56-
After a few minutes, the DevOps Projects dashboard is displayed in the Azure portal. A sample app is set up in a repo in your Azure DevOps organization, a build is executed, and your app is deployed to Azure.
57-
58-
The dashboard provides visibility into your code repo, your CI/CD pipeline, and your app in Azure. At the right, select **Browse** to view your running app.
48+
1. Select your Azure subscription and location, enter a name for your app, and then select **Done**. After a few minutes, the DevOps Starter dashboard is displayed in the Azure portal. A sample app is set up in a repo in your Azure DevOps organization, a build is executed, and your app is deployed to Azure.
49+
50+
The dashboard provides visibility into your code repo, your CI/CD pipeline, and your app in Azure. At the right, select **Browse** to view your running app.
5951

60-
![Dashboard view](_img/azure-devops-project-go/dashboardnopreview.png)
52+
![Dashboard view](_img/azure-devops-project-go/dashboardnopreview.png)
6153

6254
## Commit your code changes and execute the CI/CD
6355

64-
DevOps Projects creates a Git repo in Azure Repos or GitHub. To view the repo and make code changes to your app, do the following:
56+
DevOps Starter creates a Git repo in Azure Repos or GitHub. To view the repo and make code changes to your app, do the following:
6557

66-
1. On the DevOps Projects, at the left, select the link for your master branch.
67-
The link opens a view to the newly created Git repo.
58+
1. On the DevOps Starter, at the left, select the link for your master branch. The link opens a view to the newly created Git repo.
6859

69-
1. To view the repo clone URL, select **Clone** at the top right.
70-
You can clone your Git repo in your favorite IDE. In the next few steps, you can use the web browser to make and commit code changes directly to the master branch.
60+
1. To view the repo clone URL, select **Clone** at the top right. You can clone your Git repo in your favorite IDE. In the next few steps, you can use the web browser to make and commit code changes directly to the master branch.
7161

7262
1. At the left, go to the *views/index.html* file, and then select **Edit**.
7363

7464
1. Make a change to the file. For example, modify some text within one of the div tags.
7565

7666
1. Select **Commit**, and then save your changes.
7767

78-
1. In your browser, go to the DevOps Projects dashboard.
79-
A build should be in progress. The changes you made are automatically built and deployed via a CI/CD pipeline.
68+
1. In your browser, go to the DevOps Projects dashboard. A build should be in progress. The changes you made are automatically built and deployed via a CI/CD pipeline.
8069

8170
## Examine the CI/CD pipeline
8271

83-
DevOps Projects automatically configures a full CI/CD pipeline in Azure Repos. Explore and customize the pipeline as needed. To familiarize yourself with the Azure DevOps build and release pipelines, do the following:
72+
DevOps Starter automatically configures a full CI/CD pipeline in Azure Repos. Explore and customize the pipeline as needed. To familiarize yourself with the Azure DevOps build and release pipelines, do the following:
8473

85-
1. Go to the DevOps Projects dashboard.
74+
1. Go to the DevOps Starter dashboard.
8675

87-
1. At the top, select **Build pipelines**.
88-
A browser tab displays the build pipeline for your new project.
76+
1. At the top, select **Build pipelines**. A browser tab displays the build pipeline for your new project.
8977

90-
1. Point to the **Status** field, and then select the ellipsis (...).
91-
A menu displays several options, such as queueing a new build, pausing a build, and editing the build pipeline.
78+
1. Point to the **Status** field, and then select the ellipsis (...). A menu displays several options, such as queueing a new build, pausing a build, and editing the build pipeline.
9279

9380
1. Select **Edit**.
9481

95-
1. In this pane, you can examine the various tasks for your build pipeline.
96-
The build performs various tasks, such as fetching sources from the Git repo, restoring dependencies, and publishing outputs used for deployments.
82+
1. In this pane, you can examine the various tasks for your build pipeline. The build performs various tasks, such as fetching sources from the Git repo, restoring dependencies, and publishing outputs used for deployments.
9783

9884
1. At the top of the build pipeline, select the build pipeline name.
9985

10086
1. Change the name of your build pipeline to something more descriptive, select **Save & queue**, and then select **Save**.
10187

102-
1. Under your build pipeline name, select **History**.
103-
This pane displays an audit trail of your recent changes for the build. Azure DevOps keeps track of any changes made to the build pipeline, and it allows you to compare versions.
88+
1. Under your build pipeline name, select **History**. This pane displays an audit trail of your recent changes for the build. Azure DevOps keeps track of any changes made to the build pipeline, and it allows you to compare versions.
10489

105-
1. Select **Triggers**.
106-
DevOps Projects automatically creates a CI trigger, and every commit to the repo starts a new build. Optionally, you can choose to include or exclude branches from the CI process.
90+
1. Select **Triggers**. DevOps Starter automatically creates a CI trigger, and every commit to the repo starts a new build. Optionally, you can choose to include or exclude branches from the CI process.
10791

108-
1. Select **Retention**.
109-
Depending on your scenario, you can specify policies to keep or remove a certain number of builds.
92+
1. Select **Retention**. Depending on your scenario, you can specify policies to keep or remove a certain number of builds.
11093

111-
1. Select **Build and Release**, and then select **Releases**.
112-
DevOps Projects creates a release pipeline to manage deployments to Azure.
94+
1. Select **Build and Release**, and then select **Releases**. DevOps Starter creates a release pipeline to manage deployments to Azure.
11395

114-
1. Select the ellipsis (...) next to your release pipeline, and then select **Edit**.
115-
The release pipeline contains a *pipeline*, which defines the release process.
96+
1. Select the ellipsis (...) next to your release pipeline, and then select **Edit**. The release pipeline contains a *pipeline*, which defines the release process.
11697

117-
1. Under **Artifacts**, select **Drop**.
118-
The build pipeline you examined previously produces the output that's used for the artifact.
98+
1. Under **Artifacts**, select **Drop**. The build pipeline you examined previously produces the output that's used for the artifact.
11999

120-
1. At the right of the **Drop** icon, select **Continuous deployment trigger**.
121-
This release pipeline has an enabled CD trigger, which executes a deployment every time a new build artifact is available. Optionally, you can disable the trigger so that your deployments require manual execution.
100+
1. At the right of the **Drop** icon, select **Continuous deployment trigger**. This release pipeline has an enabled CD trigger, which executes a deployment every time a new build artifact is available. Optionally, you can disable the trigger so that your deployments require manual execution.
122101

123-
1. At the left, select **Tasks**.
124-
Tasks are the activities your deployment process performs. In this example, a task was created to deploy to Azure App Service.
102+
1. At the left, select **Tasks**. Tasks are the activities your deployment process performs. In this example, a task was created to deploy to Azure App Service.
125103

126104
1. At the right, select **View releases** to display a history of releases.
127105

128-
1. Select the ellipsis (...) next to a release, and then select **Open**.
129-
You can explore several menus, such as a release summary, associated work items, and tests.
106+
1. Select the ellipsis (...) next to a release, and then select **Open**. You can explore several menus, such as a release summary, associated work items, and tests.
130107

131-
1. Select **Commits**.
132-
This view shows code commits that are associated with this deployment.
108+
1. Select **Commits**. This view shows code commits that are associated with this deployment.
133109

134-
1. Select **Logs**.
135-
The logs contain useful information about the deployment process. You can view them both during and after deployments.
110+
1. Select **Logs**. The logs contain useful information about the deployment process. You can view them both during and after deployments.
136111

137112
## Clean up resources
138113

139-
When they are no longer needed, you can delete the Azure App Service instance and related resources that you created in this quickstart. To do so, use the **Delete** functionality on the DevOps Projects dashboard.
114+
When they are no longer needed, you can delete the Azure App Service instance and related resources that you created in this quickstart. To do so, use the **Delete** functionality on the DevOps Starter dashboard.
140115

141116
## Next steps
142117

‎articles/devops-project/azure-devops-project-java.md

Lines changed: 34 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
---
2-
title: 'Quickstart: Create a CI/CD pipeline for Java - Azure DevOps Projects'
3-
description: DevOps Projects makes it easy to get started on Azure. It helps you launch an app on an Azure service of your choice in few quick steps.
2+
title: 'Quickstart: Create a CI/CD pipeline for Java - Azure DevOps Starter'
3+
description: DevOps Starter makes it easy to get started on Azure. It helps you launch an app on an Azure service of your choice in few quick steps.
44
ms.prod: devops
55
ms.technology: devops-cicd
66
services: vsts
77
documentationcenter: vs-devops-build
88
author: mlearned
99
manager: gwallace
10-
editor: ''
11-
ms.assetid:
1210
ms.workload: web
1311
ms.tgt_pltfrm: na
1412
ms.topic: quickstart
15-
ms.date: 07/09/2018
13+
ms.date: 03/24/2020
1614
ms.author: mlearned
1715
ms.custom: mvc, seo-java-july2019, seo-java-august2019, seo-java-september2019
18-
monikerRange: 'vsts'
1916
---
2017

18+
# Quickstart: Set up a CI/CD pipeline for a Java app with Azure DevOps Starter
2119

22-
# Quickstart: Set up a CI/CD pipeline for a Java app with Azure DevOps Projects
23-
24-
In this quickstart, you use the simplified Azure DevOps Projects experience to set up a continuous integration (CI) and continuous delivery (CD) pipeline for your Java app in Azure Pipelines. You can use Azure DevOps Projects to set up everything you need for developing, deploying, and monitoring your app.
20+
In this quickstart, you use the simplified Azure DevOps Starter experience to set up a continuous integration (CI) and continuous delivery (CD) pipeline for your Java app in Azure Pipelines. You can use Azure DevOps Starter to set up everything you need for developing, deploying, and monitoring your app.
2521

2622
## Prerequisites
2723

@@ -30,18 +26,17 @@ In this quickstart, you use the simplified Azure DevOps Projects experience to s
3026

3127
## Sign in to the Azure portal
3228

33-
DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a new Azure DevOps organization or use an existing organization. DevOps Projects also creates Azure resources in the Azure subscription of your choice.
29+
DevOps Starter creates a CI/CD pipeline in Azure Pipelines. You can create a new Azure DevOps organization or use an existing organization. DevOps Starter also creates Azure resources in the Azure subscription of your choice.
3430

35-
1. Sign in to the [Azure portal](https://portal.azure.com), and in the left pane, select **Create a resource**.
31+
1. Sign in to the [Azure portal](https://portal.azure.com).
3632

37-
![Create an Azure resource in Azure portal](_img/azure-devops-project-java/continuous-delivery-configuration-full-browser.png)
33+
1. In the search box, type **DevOps Starter**, and then select. Click on **Add** to create a new one.
3834

39-
1. Search for and select **DevOps Projects**, and then select **Create**.
35+
![The DevOps Starter dashboard](_img/azure-devops-starter-aks/search-devops-starter.png)
4036

4137
## Select a sample application and Azure service
4238

43-
1. Select the Java sample application.
44-
The Java samples include a choice of several application frameworks.
39+
1. Select the Java sample application. The Java samples include a choice of several application frameworks.
4540

4641
1. The default sample framework is Spring. Leave the default setting, and then select **Next**. Web App For Containers is the default deployment target. The application framework, which you chose previously, dictates the type of Azure service deployment target available here.
4742

@@ -54,48 +49,43 @@ The Java samples include a choice of several application frameworks.
5449
1. Choose a name for your project.
5550

5651
1. Select your Azure subscription and location, choose a name for your application, and then select **Done**.
57-
After a few minutes, the DevOps Projects dashboard is displayed in the Azure portal. A sample application is set up in a repository in your Azure DevOps organization, a build is executed, and your application is deployed to Azure. This dashboard provides visibility into your code repository, the CI/CD pipeline, and your application in Azure.
52+
After a few minutes, the DevOps Starter dashboard is displayed in the Azure portal. A sample application is set up in a repository in your Azure DevOps organization, a build is executed, and your application is deployed to Azure. This dashboard provides visibility into your code repository, the CI/CD pipeline, and your application in Azure.
5853

5954
2. Select **Browse** to view your running application.
6055

6156
![View application dashboard in Azure portal](_img/azure-devops-project-java/azure-devops-application-dashboard.png)
6257

63-
DevOps Projects automatically configured a CI build and release trigger. You're now ready to collaborate with a team on a Java app with a CI/CD process that automatically deploys your latest work to your web site.
58+
DevOps Starter automatically configured a CI build and release trigger. You're now ready to collaborate with a team on a Java app with a CI/CD process that automatically deploys your latest work to your web site.
6459

6560
## Commit code changes and execute CI/CD
6661

67-
DevOps Projects creates a Git repository in Azure Repos or GitHub. To view the repository and make code changes to your application, do the following:
62+
DevOps Starter creates a Git repository in Azure Repos or GitHub. To view the repository and make code changes to your application, do the following:
6863

69-
1. On the left of the DevOps Projects dashboard, select the link for your master branch.
70-
This link opens a view to the newly created Git repository.
64+
1. On the left of the DevOps Starter dashboard, select the link for your master branch. This link opens a view to the newly created Git repository.
7165

72-
1. To view the repository clone URL, select **Clone** on the top right of the browser.
73-
You can clone your Git repository in your favorite IDE. In the next few steps, you can use the web browser to make and commit code changes directly to the master branch.
66+
1. To view the repository clone URL, select **Clone** on the top right of the browser. You can clone your Git repository in your favorite IDE. In the next few steps, you can use the web browser to make and commit code changes directly to the master branch.
7467

7568
1. On the left side of the browser, go to the **src/main/webapp/index.html** file.
7669

7770
1. Select **Edit**, and then make a change to some of the text.
78-
For example, change some of the text for one of the div tags.
71+
For example, change some of the text for one of the div tags.
7972

8073
1. Select **Commit**, and then save your changes.
8174

82-
1. In your browser, go to the DevOps Projects dashboard.
75+
1. In your browser, go to the DevOps Starter dashboard.
8376
You should now see a build in progress. The changes you just made are automatically built and deployed via a CI/CD pipeline.
8477

8578
## Examine the CI/CD pipeline
8679

87-
In the previous step, DevOps Projects automatically configured a full CI/CD pipeline. Explore and customize the pipeline as needed. Take the following steps to familiarize yourself with the build and release pipelines.
80+
In the previous step, DevOps Starter automatically configured a full CI/CD pipeline. Explore and customize the pipeline as needed. Take the following steps to familiarize yourself with the build and release pipelines.
8881

89-
1. At the top of the DevOps Projects dashboard, select **Build Pipelines**.
90-
This link opens a browser tab and the build pipeline for your new project.
82+
1. At the top of the DevOps Starter dashboard, select **Build Pipelines**. This link opens a browser tab and the build pipeline for your new project.
9183

92-
1. Point to the **Status** field, and then select the ellipsis (...).
93-
This action opens a menu where you can start several activities such as queuing a new build, pausing a build, and editing the build pipeline.
84+
1. Point to the **Status** field, and then select the ellipsis (...). This action opens a menu where you can start several activities such as queuing a new build, pausing a build, and editing the build pipeline.
9485

9586
1. Select **Edit**.
9687

97-
1. In this pane, you can examine the various tasks for your build pipeline.
98-
The build performs a variety of tasks such as fetching sources from the Git repository, restoring dependencies, and publishing outputs that are used for deployments.
88+
1. In this pane, you can examine the various tasks for your build pipeline. The build performs a variety of tasks such as fetching sources from the Git repository, restoring dependencies, and publishing outputs that are used for deployments.
9989

10090
1. At the top of the build pipeline, select the build pipeline name.
10191

@@ -104,42 +94,32 @@ The build performs a variety of tasks such as fetching sources from the Git repo
10494
1. Under your build pipeline name, select **History**.
10595
In the **History** pane, you see an audit trail of your recent changes for the build. Azure Pipelines keeps track of any changes that are made to the build pipeline, and it allows you to compare versions.
10696

107-
1. Select **Triggers**.
108-
DevOps Projects automatically created a CI trigger, and every commit to the repository starts a new build. You can optionally choose to include or exclude branches from the CI process.
97+
1. Select **Triggers**. DevOps Starter automatically created a CI trigger, and every commit to the repository starts a new build. You can optionally choose to include or exclude branches from the CI process.
10998

110-
1. Select **Retention**.
111-
Depending on your scenario, you can specify policies to keep or remove a certain number of builds.
99+
1. Select **Retention**. Depending on your scenario, you can specify policies to keep or remove a certain number of builds.
112100

113101
1. Select **Build and Release**, and then select **Releases**.
114-
DevOps Projects creates a release pipeline to manage deployments to Azure.
102+
DevOps Starter creates a release pipeline to manage deployments to Azure.
115103

116-
1. On the left, select the ellipsis (...) next to your release pipeline, and then select **Edit**.
117-
The release pipeline contains a pipeline, which defines the release process.
118-
119-
12. Under **Artifacts**, select **Drop**.
120-
The build pipeline you examined in the previous steps produces the output that's used for the artifact.
104+
1. On the left, select the ellipsis (...) next to your release pipeline, and then select **Edit**. The release pipeline contains a pipeline, which defines the release process.
105+
106+
12. Under **Artifacts**, select **Drop**. The build pipeline you examined in the previous steps produces the output that's used for the artifact.
121107

122-
1. Next to the **Drop** icon, select the **Continuous deployment trigger**.
123-
This release pipeline has an enabled CD trigger, which runs a deployment every time there is a new build artifact available. Optionally, you can disable the trigger so that your deployments require manual execution.
108+
1. Next to the **Drop** icon, select the **Continuous deployment trigger**. This release pipeline has an enabled CD trigger, which runs a deployment every time there is a new build artifact available. Optionally, you can disable the trigger so that your deployments require manual execution.
124109

125-
1. On the left, select **Tasks**.
126-
The tasks are the activities that your deployment process performs. In this example, a task was created to deploy to Azure App Service.
110+
1. On the left, select **Tasks**. The tasks are the activities that your deployment process performs. In this example, a task was created to deploy to Azure App Service.
127111

128-
1. On the right, select **View releases**.
129-
This view shows a history of releases.
112+
1. On the right, select **View releases**. This view shows a history of releases.
130113

131-
1. Select the ellipsis (...) next to one of your releases, and then select **Open**.
132-
There are several menus to explore, such as a release summary, associated work items, and tests.
114+
1. Select the ellipsis (...) next to one of your releases, and then select **Open**. There are several menus to explore, such as a release summary, associated work items, and tests.
133115

134-
1. Select **Commits**.
135-
This view shows code commits that are associated with the specific deployment.
116+
1. Select **Commits**. This view shows code commits that are associated with the specific deployment.
136117

137-
1. Select **Logs**.
138-
The logs contain useful information about the deployment process. They can be viewed both during and after deployments.
118+
1. Select **Logs**. The logs contain useful information about the deployment process. They can be viewed both during and after deployments.
139119

140120
## Clean up resources
141121

142-
You can delete Azure App Service and other related resources when you don't need them anymore. Use the **Delete** functionality on the DevOps Projects dashboard.
122+
You can delete Azure App Service and other related resources when you don't need them anymore. Use the **Delete** functionality on the DevOps Starter dashboard.
143123

144124
## Next steps
145125

‎articles/devops-project/azure-devops-project-nodejs.md

Lines changed: 101 additions & 100 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.