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 c93b672

Browse files
committedJan 29, 2020
devops projects quickstarts
1 parent 307fd0c commit c93b672

File tree

6 files changed

+45
-41
lines changed

6 files changed

+45
-41
lines changed
 
Loading
Loading

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,22 @@ monikerRange: 'vsts'
2121

2222
# Quickstart: Set up a CI/CD pipeline for a Java app with Azure DevOps Projects
2323

24-
In this quickstart article, you use Azure DevOps Projects' simplified experience to set up a continuous integration (CI) and continuous delivery (CD) pipeline for your Java app in Azure Pipelines. You can also use Azure DevOps Projects to create other Azure resources.
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.
2525

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

28-
## Sign in to the Azure portal
28+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
29+
- An [Azure DevOps](https://azure.microsoft.com/services/devops/) account and organization.
2930

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.
31+
## Sign in to the Azure portal
3132

32-
1. Sign in to the [Microsoft Azure portal](https://portal.azure.com).
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.
3334

34-
1. In the left pane, select **Create a resource**, and then search for **DevOps Projects**.
35+
1. Sign in to the [Azure portal](https://portal.azure.com), and in the left pane, select **Create a resource**.
3536

36-
2. Select **Create**.
37+
[Create an Azure resource in Azure portal](_img/azure-devops-project-java/continuous-delivery-configuration-full-browser.png)
3738

38-
![Create an Azure resource in DevOps Projects](_img/azure-devops-project-java/continuous-delivery-configuration-full-browser.png)
39+
1. Search for and select **DevOps Projects**, and then select **Create**.
3940

4041
## Select a sample application and Azure service
4142

@@ -49,18 +50,17 @@ The Java samples include a choice of several application frameworks.
4950
## Configure Azure DevOps and an Azure subscription
5051

5152
1. Create a new Azure DevOps organization or choose an existing organization.
52-
53-
a. Choose a name for your project.
54-
55-
b. Select your Azure subscription and location, choose a name for your application, and then select **Done**.
56-
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.
57-
58-
53+
54+
1. Choose a name for your project.
55+
56+
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.
58+
5959
2. Select **Browse** to view your running application.
60+
61+
![View application dashboard in Azure portal](_img/azure-devops-project-java/azure-devops-application-dashboard.png)
6062

61-
![View application dashboard in Azure portal](_img/azure-devops-project-java/azure-devops-application-dashboard.png)
62-
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.
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.
6464

6565
## Commit code changes and execute CI/CD
6666

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,22 @@ monikerRange: 'vsts'
2121

2222
# Quickstart: Create a CI/CD pipeline in Azure Pipelines for Node.js with Azure DevOps Projects
2323

24-
Azure DevOps Projects presents a simplified experience that creates Azure resources and sets up a continuous integration (CI) and continuous delivery (CD) pipeline for your Node.js app in Azure Pipelines.
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 Node.js app in Azure Pipelines. You can use Azure DevOps Projects to set up everything you need for developing, deploying, and monitoring your app.
2525

26-
If you don't have an Azure subscription, you can get one free through [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/).
26+
## Prerequisites
27+
28+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
29+
- An [Azure DevOps](https://azure.microsoft.com/services/devops/) account and organization.
2730

2831
## Sign in to the Azure portal
2932

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.
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.
3134

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

34-
1. In the left pane, select **Create a resource**, and then search for **DevOps Projects**.
37+
[Create an Azure resource in Azure portal](_img/azure-devops-project-nodejs/create-azure-resource.png)
3538

36-
![Create continuous delivery configuration resource](_img/azure-devops-project-nodejs/create-azure-resource.png)
39+
1. Search for and select **DevOps Projects**, and then select **Create**.
3740

3841
## Select a sample application and Azure service
3942

@@ -48,16 +51,16 @@ DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a n
4851
## Configure Azure DevOps and an Azure subscription
4952

5053
1. Create a new Azure DevOps organization or choose an existing organization.
54+
55+
1. Enter a name for your project.
56+
57+
1. Select your Azure subscription and location, enter a name for your application, and then select **Done**.
58+
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.
59+
60+
1. Select **Browse** to view your running application.
61+
62+
![Dashboard view of CI/CD pipeline](_img/azure-devops-project-nodejs/devops-projects-dashboard.png)
5163

52-
a. Enter a name for your project.
53-
54-
b. Select your Azure subscription and location, enter a name for your application, and then select **Done**.
55-
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.
56-
57-
3. Select **Browse** to view your running application.
58-
59-
![Dashboard view of CI/CD pipeline](_img/azure-devops-project-nodejs/devops-projects-dashboard.png)
60-
6164
DevOps Projects automatically configured a CI build and release trigger. You're now ready to collaborate with a team on a Node.js app with a CI/CD process that automatically deploys your latest work to your web site.
6265

6366
## Commit code changes and execute CI/CD

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,22 @@ monikerRange: 'vsts'
2121

2222
# Create a CI/CD pipeline for Python with Azure DevOps Projects
2323

24-
Azure DevOps Projects presents a simplified experience that creates Azure resources and sets up a continuous integration (CI) and continuous delivery (CD) pipeline for your Python app.
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 Python app in Azure Pipelines. You can use Azure DevOps Projects to set up everything you need for developing, deploying, and monitoring your app.
2525

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

28-
## Sign in to the Azure portal
28+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
29+
- An [Azure DevOps](https://azure.microsoft.com/services/devops/) account and organization.
2930

30-
DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a free new Azure DevOps organization or use an existing organization. DevOps Projects also creates Azure resources in the Azure subscription of your choice.
31+
## Sign in to the Azure portal
3132

32-
1. Sign in to the [Microsoft Azure portal](https://portal.azure.com).
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.
3334

34-
2. Select the **Create a resource** icon in the left pane, and then search for **DevOps Projects**.
35+
1. Sign in to the [Azure portal](https://portal.azure.com), and in the left pane, select **Create a resource**.
3536

36-
3. Select **Create**.
37+
[Create an Azure resource in Azure portal](_img/azure-devops-project-python/fullbrowser.png)
3738

38-
![Starting Continuous Delivery configuration](_img/azure-devops-project-python/fullbrowser.png)
39+
1. Search for and select **DevOps Projects**, and then select **Create**.
3940

4041
## Select a sample application and Azure service
4142

0 commit comments

Comments
 (0)
Please sign in to comment.