You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/devops-project/azure-devops-project-java.md
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,22 @@ monikerRange: 'vsts'
21
21
22
22
# Quickstart: Set up a CI/CD pipeline for a Java app with Azure DevOps Projects
23
23
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 Projectsexperience 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.
25
25
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
27
27
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.
29
30
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
31
32
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.
33
34
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**.
35
36
36
-
2. Select **Create**.
37
+
[Create an Azure resource in Azure portal](_img/azure-devops-project-java/continuous-delivery-configuration-full-browser.png)
37
38
38
-

39
+
1. Search for and select **DevOps Projects**, and then select **Create**.
39
40
40
41
## Select a sample application and Azure service
41
42
@@ -49,18 +50,17 @@ The Java samples include a choice of several application frameworks.
49
50
## Configure Azure DevOps and an Azure subscription
50
51
51
52
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
+
59
59
2. Select **Browse** to view your running application.
60
+
61
+

60
62
61
-

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.
Copy file name to clipboardExpand all lines: articles/devops-project/azure-devops-project-nodejs.md
+18-15Lines changed: 18 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -21,19 +21,22 @@ monikerRange: 'vsts'
21
21
22
22
# Quickstart: Create a CI/CD pipeline in Azure Pipelines for Node.js with Azure DevOps Projects
23
23
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.
25
25
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.
27
30
28
31
## Sign in to the Azure portal
29
32
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.
31
34
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**.
33
36
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)
1. Search for and select **DevOps Projects**, and then select **Create**.
37
40
38
41
## Select a sample application and Azure service
39
42
@@ -48,16 +51,16 @@ DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a n
48
51
## Configure Azure DevOps and an Azure subscription
49
52
50
53
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
+

51
63
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
-

60
-
61
64
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.
Copy file name to clipboardExpand all lines: articles/devops-project/azure-devops-project-python.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,22 @@ monikerRange: 'vsts'
21
21
22
22
# Create a CI/CD pipeline for Python with Azure DevOps Projects
23
23
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.
25
25
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
27
27
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.
29
30
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
31
32
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.
33
34
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**.
35
36
36
-
3. Select **Create**.
37
+
[Create an Azure resource in Azure portal](_img/azure-devops-project-python/fullbrowser.png)
0 commit comments