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-go.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: 'Quickstart: Create a CI/CD pipeline for the Go programming language by using Azure DevOps Projects'
3
-
description: Azure 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.
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.
4
4
ms.prod: devops
5
5
ms.technology: devops-cicd
6
6
services: vsts
@@ -22,7 +22,7 @@ monikerRange: 'vsts'
22
22
23
23
# Create a CI/CD pipeline for Go by using Azure DevOps Projects
24
24
25
-
Configure continuous integration (CI) and continuous delivery (CD) for your Go app by using Azure DevOps Projects. Azure DevOps Projects simplifies the initial configuration of an Azure DevOps build and release pipeline.
25
+
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.
26
26
27
27
If you don't have an Azure subscription, you can get one free through [Visual Studio Dev Essentials](https://visualstudio.microsoft.com/dev-essentials/).
28
28
@@ -36,13 +36,13 @@ DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a ne
36
36
37
37
1. In the search box, type **DevOps Project**, and then select **Create**.
1. Select the **Go** sample app, and then select **Next**.
44
44
45
-
1.**Simple Go app** is the default framework. Select **Next**.
45
+
1.**Simple Go app** is the default framework. Select **Next**.
46
46
The app framework, which you chose previously, dictates the type of Azure service deployment targets that are available for deployment.
47
47
48
48
1. Leave the default Azure service and select **Next**.
@@ -62,9 +62,9 @@ DevOps Projects creates a CI/CD pipeline in Azure Pipelines. You can create a ne
62
62
63
63
## Commit your code changes and execute the CI/CD
64
64
65
-
Azure DevOps Projects creates a Git repo in your Azure DevOps organization or GitHub account. To view the repo and make code changes to your app, do the following:
65
+
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:
66
66
67
-
1. On the Azure DevOps Projects dashboard, at the left, select the link for your master branch.
67
+
1. On the DevOps Projects, at the left, select the link for your master branch.
68
68
The link opens a view to the newly created Git repo.
69
69
70
70
1. To view the repo clone URL, select **Clone** at the top right.
@@ -76,16 +76,16 @@ Azure DevOps Projects creates a Git repo in your Azure DevOps organization or Gi
76
76
77
77
1. Select **Commit**, and then save your changes.
78
78
79
-
1. In your browser, go to the Azure DevOps Projects dashboard.
79
+
1. In your browser, go to the DevOps Projects dashboard.
80
80
A build should be in progress. The changes you made are automatically built and deployed via a CI/CD pipeline.
81
81
82
82
## Examine the CI/CD pipeline
83
83
84
-
Azure DevOps Projects automatically configures a full CI/CD pipeline in your Azure DevOps organization. Explore and customize the pipeline as needed. To familiarize yourself with the Azure DevOps build and release pipelines, do the following:
84
+
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:
85
85
86
-
1. Go to the Azure DevOps Projects dashboard.
86
+
1. Go to the DevOps Projects dashboard.
87
87
88
-
1. At the top of the dashboard, select **Build Pipelines**.
88
+
1. At the top, select **Build pipelines**.
89
89
A browser tab displays the build pipeline for your new project.
90
90
91
91
1. Point to the **Status** field, and then select the ellipsis (...).
@@ -135,9 +135,9 @@ Azure DevOps Projects automatically configures a full CI/CD pipeline in your Azu
135
135
1. Select **Logs**.
136
136
The logs contain useful information about the deployment process. You can view them both during and after deployments.
137
137
138
-
## Clean up your resources
138
+
## Clean up resources
139
139
140
-
When they are no longer needed, you can delete the Azure App service and related resources that you created in this quickstart. To do so, use the **Delete** functionality on the Azure DevOps Projects dashboard.
140
+
When they are no longer needed, you can delete the Azure App service and related resources that you created in this quickstart. To do so, use the **Delete** functionality on the DevOps Projects dashboard.
0 commit comments