Skip to content

Commit 27aaf23

Browse files
committed
rebranding changes
1 parent 3e4c4d5 commit 27aaf23

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: 'Tutorial: Deploy Node.js apps powered by Azure Cosmos DB with Azure DevOps Projects'
3-
description: Azure DevOps Projects makes it easy to get started on Azure. With DevOps Projects, you can deploy your Node.js app that's powered by Azure Cosmos DB to Windows Web App in a few quick steps.
2+
title: 'Tutorial: Deploy Node.js apps powered by Azure Cosmos DB with Azure DevOps Starter'
3+
description: Azure DevOps Starter makes it easy to get started on Azure. With DevOps Starter, you can deploy your Node.js app that's powered by Azure Cosmos DB to Windows Web App in a few quick steps.
44
ms.author: mlearned
55
ms.manager: gwallace
66
ms.prod: devops
77
ms.technology: devops-cicd
88
ms.topic: tutorial
9-
ms.date: 07/11/2019
9+
ms.date: 03/24/2020
1010
author: mlearned
1111
monikerRange: 'vsts'
1212
---
1313

14-
# Deploy Node.js apps powered by Azure Cosmos DB with DevOps Projects
14+
# Deploy Node.js apps powered by Azure Cosmos DB with DevOps Starter
1515

16-
Azure DevOps Projects offers a streamlined experience where you can create a continuous integration (CI) and continuous deployment (CD) pipeline to Azure. You do this by using your existing code and Git repository (repo) or by selecting a sample application.
16+
Azure DevOps Starter offers a streamlined experience where you can create a continuous integration (CI) and continuous deployment (CD) pipeline to Azure. You do this by using your existing code and Git repository (repo) or by selecting a sample application.
1717

18-
DevOps Projects also:
18+
DevOps Starter also:
1919

2020
* Automatically creates Azure resources, such as Azure Cosmos DB, Azure Application Insights, Azure App Service, and App Service plans
2121

@@ -24,7 +24,7 @@ DevOps Projects also:
2424
In this tutorial, you will:
2525

2626
> [!div class="checklist"]
27-
> * Use DevOps Projects to deploy a Node.js app powered by Azure Cosmos DB
27+
> * Use DevOps Starter to deploy a Node.js app powered by Azure Cosmos DB
2828
> * Configure Azure DevOps and an Azure subscription
2929
> * Examine Azure Cosmos DB
3030
> * Examine the CI pipeline
@@ -36,25 +36,25 @@ In this tutorial, you will:
3636

3737
You need an Azure subscription, which you can get through [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/) for free.
3838

39-
## Use DevOps Projects to deploy Node.js app
39+
## Use DevOps Starter to deploy Node.js app
4040

41-
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, such as Azure Cosmos DB, Application Insights, App Service, and App Service plans, in the Azure subscription of your choice.
41+
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, such as Azure Cosmos DB, Application Insights, App Service, and App Service plans, in the Azure subscription of your choice.
4242

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

4545
1. In the left pane, select **Create a resource**.
4646

47-
1. In the search box, enter **DevOps Projects**, and then select **Add**.
47+
1. In the search box, type **DevOps Starter**, and then select. Click on **Add** to create a new one.
4848

49-
![DevOps Projects pane](_img/azure-devops-project-cosmos-db/devops-project.png)
49+
![The DevOps Starter dashboard](_img/azure-devops-starter-aks/search-devops-starter.png)
5050

5151
1. Select **Node.js** as the runtime, and then select **Next**. Under **Choose an application framework**, select **Express.js**.
5252

5353
1. Enable the section **Add a database** for **Cosmos DB**, and then select **Next**.
5454

5555
![Add a database](_img/azure-devops-project-cosmos-db/add-database.png)
5656

57-
Azure DevOps Projects supports various application frameworks, such as **Express.js**, **Sample Node.js app**, and **Sail.js**. In this tutorial, we use **Express.js**.
57+
Azure DevOps Starter supports various application frameworks, such as **Express.js**, **Sample Node.js app**, and **Sail.js**. In this tutorial, we use **Express.js**.
5858

5959
1. Select an Azure service to deploy the application, and then select **Next**. Your options include Windows Web App, Azure Kubernetes Service, and Azure Web App for Containers. In this tutorial, we use **Windows Web App**.
6060

@@ -72,15 +72,15 @@ DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a ne
7272

7373
1. The process finishes after a few minutes. A sample Node.js app is set up in a Git repo in your Azure DevOps organization. Then, Azure Cosmos DB, App Service, App Service plan, and Application Insights resources are created, as well as a CI/CD pipeline. Your app is then deployed to Azure.
7474

75-
After all these processes finish, the Azure DevOps Project dashboard displays in the Azure portal. You can also go to the DevOps Projects dashboard directly from **All resources** in the Azure portal.
75+
After all these processes finish, the Azure DevOps Starter dashboard displays in the Azure portal. You can also go to the DevOps Starter dashboard directly from **All resources** in the Azure portal.
7676

7777
This dashboard provides visibility into your Azure DevOps code repository, your CI/CD pipeline, and your Azure Cosmos DB database. You can configure additional CI/CD options in your Azure DevOps pipeline. On the right side of the dashboard, select **Azure Cosmos DB** to view these options.
7878

7979
## Examine Azure Cosmos DB
8080

81-
DevOps Projects automatically configures Azure Cosmos DB, which you can explore and customize. To familiarize yourself with Azure Cosmos DB, do the following:
81+
DevOps Starter automatically configures Azure Cosmos DB, which you can explore and customize. To familiarize yourself with Azure Cosmos DB, do the following:
8282

83-
1. Go to the DevOps Projects dashboard.
83+
1. Go to the DevOps Starter dashboard.
8484

8585
![DevOps Projects dashboard](_img/azure-devops-project-cosmos-db/devops-project-dashboard.png)
8686

@@ -90,17 +90,17 @@ DevOps Projects automatically configures Azure Cosmos DB, which you can explore
9090

9191
## Examine the CI pipeline
9292

93-
DevOps Projects automatically configures a CI/CD pipeline in your Azure DevOps organization. You can explore and customize the pipeline. To familiarize yourself with it, do the following:
93+
DevOps Starter automatically configures a CI/CD pipeline in your Azure DevOps organization. You can explore and customize the pipeline. To familiarize yourself with it, do the following:
9494

95-
1. Go to the DevOps Projects dashboard.
95+
1. Go to the DevOps Starter dashboard.
9696

9797
1. Select the hyperlink under **Build**. A browser tab displays the build pipeline for your new project.
9898

9999
![Build pane](_img/azure-devops-project-cosmos-db/build.png)
100100

101101
1. Select **Edit**. In this pane, you can examine the various tasks for your build pipeline. The build performs various tasks, such as fetching source code from the Git repo, building the application, running unit tests, and publishing outputs that are used for deployments.
102102

103-
1. Select **Triggers**. DevOps Projects automatically creates a CI trigger, and every commit to the repo starts a new build. You can choose to include or exclude branches from the CI process.
103+
1. Select **Triggers**. DevOps Starter automatically creates a CI trigger, and every commit to the repo starts a new build. You can choose to include or exclude branches from the CI process.
104104

105105
1. Select **Retention**. Depending on your scenario, you can specify policies to keep or remove a certain number of builds.
106106

@@ -112,7 +112,7 @@ DevOps Projects automatically configures a CI/CD pipeline in your Azure DevOps o
112112

113113
## Examine the CD release pipeline
114114

115-
DevOps Projects automatically creates and configures the necessary steps to deploy from your Azure DevOps organization to your Azure subscription. These steps include configuring an Azure service connection to authenticate Azure DevOps to your Azure subscription. The automation also creates a release pipeline, which provides the CD to Azure. To learn more about the release pipeline, do the following:
115+
DevOps Starter automatically creates and configures the necessary steps to deploy from your Azure DevOps organization to your Azure subscription. These steps include configuring an Azure service connection to authenticate Azure DevOps to your Azure subscription. The automation also creates a release pipeline, which provides the CD to Azure. To learn more about the release pipeline, do the following:
116116

117117
1. Go to **Pipelines** and select **Releases**.
118118

@@ -145,18 +145,18 @@ You're now ready to collaborate with a team on your app by using a CI/CD process
145145

146146
1. In the upper-right corner, select **Commit**, and then select **Commit** again to push your change.
147147

148-
After a few seconds, a build starts in Azure DevOps and a release executes to deploy the changes. Monitor the build status on the DevOps Projects dashboard or in the browser with your Azure DevOps organization.
148+
After a few seconds, a build starts in Azure DevOps and a release executes to deploy the changes. Monitor the build status on the DevOps Starter dashboard or in the browser with your Azure DevOps organization.
149149

150150
## Clean up resources
151151

152-
Delete the related resources you've created when you don't need them anymore. Use the **Delete** functionality on the DevOps Projects dashboard.
152+
Delete the related resources you've created when you don't need them anymore. Use the **Delete** functionality on the DevOps Starter dashboard.
153153

154154
## Next steps
155155

156156
You can modify these build and release pipelines to meet the needs of your team. You can also use this CI/CD pattern as a template for your other pipelines. In this tutorial, you learned how to:
157157

158158
> [!div class="checklist"]
159-
> * Use DevOps Projects to deploy a Node.js app powered by Azure Cosmos DB
159+
> * Use DevOps Starter to deploy a Node.js app powered by Azure Cosmos DB
160160
> * Configure Azure DevOps and an Azure subscription
161161
> * Examine Azure Cosmos DB
162162
> * Examine the CI pipeline

0 commit comments

Comments
 (0)