Skip to content

Commit e3eaa99

Browse files
author
craigcaseyMSFT
committed
VSTS Rebrand: 10 files updated
1 parent d209232 commit e3eaa99

File tree

10 files changed

+51
-51
lines changed

10 files changed

+51
-51
lines changed

articles/automation/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
href: automation-scenario-remove-resourcegroup.md
176176
- name: Source control integration with GitHub Enterprise
177177
href: automation-scenario-source-control-integration-with-github-ent.md
178-
- name: Source control integration with VSTS
178+
- name: Source control integration with Azure DevOps
179179
href: automation-scenario-source-control-integration-with-VSTS.md
180180
- name: Deploy an Azure Resource Manager template in an Azure Automation PowerShell runbook
181181
href: automation-deploy-template-runbook.md

articles/devops-project/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sections:
6868
- title: Step-by-Step Tutorials
6969
items:
7070
- type: paragraph
71-
text: Learn how to use the Azure DevOps Project to create VSTS Release pipelines
71+
text: Learn how to use the Azure DevOps Project to create Azure Release pipelines
7272
- type: list
7373
style: ordered
7474
items:

articles/devops-project/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ The Azure DevOps project does all the work for the initial configuration of a De
3131
You can use the Azure DevOps Project to:
3232

3333
* Quickly deploy your application to Azure
34-
* Automate the setup of a VSTS CI/CD pipeline
35-
* Use the DevOps project as a template to view and understand how to properly set up CI/CD to Azure with VSTS
34+
* Automate the setup of an Azure CI/CD pipeline
35+
* Use the DevOps project as a template to view and understand how to properly set up CI/CD to Azure with Azure DevOps
3636
* Get started with CI/CD pipeline to Azure, and then further customize the release pipeline based on your specific scenarios
3737

3838
## How do I use the Azure DevOps Project?
@@ -45,16 +45,16 @@ You choose several configuration options as part of the initial setup. These op
4545
* Select an App language
4646
* Choose an App framework based on language
4747
* Select an Azure service (deployment target)
48-
* VSTS account (new or existing)
48+
* Azure DevOps organization (new or existing)
4949
* Choose your Azure subscription
5050
* Pick the location of Azure services
5151
* Choose from various pricing tiers for Azure services
5252

5353
After you use the Azure DevOps Project, you can also delete all of the resources from a single place from the Azure DevOps Project dashboard on the Azure portal.
5454

55-
## Azure DevOps Project and VSTS integration
55+
## Azure DevOps Project and Azure DevOps integration
5656

57-
DevOps Projects are powered by VSTS. The DevOps project automates all of the work needed in VSTS to set up CI/CD to Azure. A Git repository is created in a new or existing VSTS account. The DevOps project commits a sample application or your existing code to a new Git repository. The automation also establishes a CI trigger for the build so that every new code commit will initiate a build. The DevOps project also creates a CD trigger and will deploy every new successful build to the Azure service of your choice. The build and release definitions can be customized for additional scenarios. You can also clone the build and release definitions for use in other projects.
57+
DevOps Projects are powered by Azure DevOps. The DevOps project automates all of the work needed in Azure DevOps to set up CI/CD to Azure. A Git repository is created in a new or existing Azure DevOps organization. The DevOps project commits a sample application or your existing code to a new Git repository. The automation also establishes a CI trigger for the build so that every new code commit will initiate a build. The DevOps project also creates a CD trigger and will deploy every new successful build to the Azure service of your choice. The build and release definitions can be customized for additional scenarios. You can also clone the build and release definitions for use in other projects.
5858

5959
After creating your DevOps Project, you can:
6060

articles/docker/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
items:
1010
- name: Python Web App with Docker and PostgreSQL
1111
href: /azure/app-service-web/app-service-web-tutorial-docker-python-postgresql-app
12-
- name: CI/CD with Docker Swarm and VSTS
12+
- name: CI/CD with Docker Swarm and Azure DevOps
1313
href: /azure/container-service/container-service-docker-swarm-mode-setup-ci-cd-acs-engine
1414
- name: CI/CD with Docker, Jenkins, and Linux
1515
href: /azure/virtual-machines/linux/tutorial-jenkins-github-docker-cicd

articles/jenkins/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
- name: Publish to Azure Storage
3939
href: /azure/storage/storage-java-jenkins-continuous-integration-solution
4040
maintainContext: true
41-
- name: Use Jenkins with VSTS
41+
- name: Use Jenkins with Azure DevOps
4242
href: https://www.visualstudio.com/docs/build/apps/jenkins/build-deploy-jenkins
4343
- name: Deploy Service Fabric apps
4444
href: /azure/service-fabric/service-fabric-cicd-your-linux-applications-with-jenkins

articles/machine-learning/team-data-science-process/platforms-and-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Run the following bash command to install Git on Linux (CentOS) machines:
124124

125125
### Generate public SSH key on Linux (CentOS) machines
126126

127-
If you are using Linux (CentOS) machines to run the git commands, you need to add the public SSH key of your machine to your VSTS server, so that this machine is recognized by the VSTS server. First, you need to generate a public SSH key and add the key to SSH public keys in your VSTS security setting page.
127+
If you are using Linux (CentOS) machines to run the git commands, you need to add the public SSH key of your machine to your Azure DevOps server, so that this machine is recognized by the Azure DevOps server. First, you need to generate a public SSH key and add the key to SSH public keys in your Azure DevOps security setting page.
128128

129129
- To generate the SSH key, run the following two commands:
130130

@@ -134,7 +134,7 @@ If you are using Linux (CentOS) machines to run the git commands, you need to ad
134134
![](./media/platforms-and-tools/resources-1-generate_ssh.png)
135135

136136
- Copy the entire ssh key including *ssh-rsa*.
137-
- Log in to your VSTS server.
137+
- Log in to your Azure DevOps server.
138138
- Click **<Your Name\>** at the top right corner of the page and click **security**.
139139

140140
![](./media/platforms-and-tools/resources-2-user-setting.png)

articles/machine-learning/team-data-science-process/project-ic-tasks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ The tasks of project individual contributors (data scientists) to set up the TDS
3232

3333
For instructions on how to execute a data science project under TDSP, see [Execution of Data Science Projects](project-execution.md).
3434

35-
>[AZURE.NOTE] We outline the steps needed to set up a TDSP team environment using Visual Studio Team Services (VSTS) in the following instructions. We specify how to accomplish these tasks with VSTS because that is how we implement TDSP at Microsoft. If another code-hosting platform is used for your group, the tasks that need to be completed by the team lead generally do not change. But the way to complete these tasks is going to be different.
35+
>[AZURE.NOTE] We outline the steps needed to set up a TDSP team environment using Azure DevOps in the following instructions. We specify how to accomplish these tasks with Azure DevOps because that is how we implement TDSP at Microsoft. If another code-hosting platform is used for your group, the tasks that need to be completed by the team lead generally do not change. But the way to complete these tasks is going to be different.
3636
3737

3838
## Repositories and directories
3939

4040
This tutorial uses abbreviated names for repositories and directories. These names make it easier to follow the operations between the repositories and directories. This notation (**R** for Git repositories and **D** for local directories on your DSVM) is used in the following sections:
4141

42-
- **R2**: The GroupUtilities repository on Git that your group manager has set up on your VSTS group server.
42+
- **R2**: The GroupUtilities repository on Git that your group manager has set up on your Azure DevOps group server.
4343
- **R4**: The TeamUtilities repository on Git that your team lead has set up.
4444
- **R5**: The Project repository on Git that has been set up by your project lead.
4545
- **D2**: The local directory cloned from R2.
@@ -59,7 +59,7 @@ The second, **TeamUtilities** repository, prerequisite is optional, depending on
5959

6060
- Git must be installed on your machine. If you are using a Data Science Virtual Machine (DSVM), Git has been pre-installed and you are good to go. Otherwise, see the [Platforms and tools appendix](platforms-and-tools.md#appendix).
6161
- If you are using a **Windows DSVM**, you need to have [Git Credential Manager (GCM)](https://github.com/Microsoft/Git-Credential-Manager-for-Windows) installed on your machine. In the README.md file, scroll down to the **Download and Install** section and click the *latest installer*. This takes you to the latest installer page. Download the .exe installer from here and run it.
62-
- If you are using **Linux DSVM**, create an SSH public key on your DSVM and add it to your group VSTS server. For more information about SSH, see the **Create SSH public key** section in the [Platforms and tools appendix](platforms-and-tools.md#appendix).
62+
- If you are using **Linux DSVM**, create an SSH public key on your DSVM and add it to your group Azure DevOps server. For more information about SSH, see the **Create SSH public key** section in the [Platforms and tools appendix](platforms-and-tools.md#appendix).
6363
- If your team and/or project lead has created some Azure file storage that you need to mount to your DSVM, you should get the Azure file storage information from them.
6464

6565
## Step 1-3: Clone group, team, and project repositories to local machine

articles/machine-learning/team-data-science-process/project-lead-tasks.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ A **Project Lead** manages the daily activities of individual data scientists on
2828

2929
This topic currently covers tasks 1,2 and 6 of this workflow for project leads.
3030

31-
>[AZURE.NOTE] We outline the steps needed to set up a TDSP team environment for a project using Visual Studio Team Services (VSTS) in the following instructions. We specify how to accomplish these tasks with VSTS because that is how we implement TDSP at Microsoft. If another code-hosting platform is used for your group, the tasks that need to be completed by the team lead generally do not change. But the way to complete these tasks is going to be different.
31+
>[AZURE.NOTE] We outline the steps needed to set up a TDSP team environment for a project using Azure DevOps in the following instructions. We specify how to accomplish these tasks with Azure DevOps because that is how we implement TDSP at Microsoft. If another code-hosting platform is used for your group, the tasks that need to be completed by the team lead generally do not change. But the way to complete these tasks is going to be different.
3232
3333

3434
## Repositories and directories
@@ -47,18 +47,18 @@ The prerequisites are satisfied by completing the tasks assigned to your group m
4747

4848
To summarize here, the following requirements need to meet before you begin the team lead tasks:
4949

50-
- Your **group VSTS server** (or group account on some other code-hosting platform) has been set up by your group manager.
50+
- Your **group Azure DevOps server** (or group account on some other code-hosting platform) has been set up by your group manager.
5151
- Your **TeamProjectTemplate repository** (R3) has been set up under your group account by your team lead on the code-hosting platform you plan to use.
5252
- You have been **authorized** by your team lead to create repositories on your group account for your team.
5353
- Git must be installed on your machine. If you are using a Data Science Virtual Machine (DSVM), Git has been pre-installed and you are good to go. Otherwise, see the [Platforms and tools appendix](platforms-and-tools.md#appendix).
5454
- If you are using a **Windows DSVM**, you need to have [Git Credential Manager (GCM)](https://github.com/Microsoft/Git-Credential-Manager-for-Windows) installed on your machine. In the README.md file, scroll down to the **Download and Install** section and click the *latest installer*. This takes you to the latest installer page. Download the .exe installer from here and run it.
55-
- If you are using **Linux DSVM**, create an SSH public key on your DSVM and add it to your group VSTS server. For more information about SSH, see the **Create SSH public key** section in the [Platforms and tools appendix](platforms-and-tools.md#appendix).
55+
- If you are using **Linux DSVM**, create an SSH public key on your DSVM and add it to your group Azure DevOps server. For more information about SSH, see the **Create SSH public key** section in the [Platforms and tools appendix](platforms-and-tools.md#appendix).
5656

5757

5858
## 1. Create a project repository (R5)
5959

60-
- Log in to your group VSTS server at *https://\<VSTS Server Name\>.visualstudio.com*.
61-
- Under **Recent projects & teams**, click **Browse**. A window that pops up lists all team projects on the VSTS server.
60+
- Log in to your group Azure DevOps server at *https://\<Azure DevOps Server Name\>.visualstudio.com*.
61+
- Under **Recent projects & teams**, click **Browse**. A window that pops up lists all team projects on the Azure DevOps server.
6262

6363
![2](./media/project-lead-tasks/project-leads-2-create-project-repo.png)
6464

@@ -108,9 +108,9 @@ Change to that directory. Then, run the following command to clone your team pro
108108

109109
git clone <the HTTPS URL of the TeamProjectTemplate repository>
110110

111-
If you are using VSTS as the code-hosting platform, typically, the *HTTPS URL of your team project template repository* is:
111+
If you are using Azure DevOps as the code-hosting platform, typically, the *HTTPS URL of your team project template repository* is:
112112

113-
***https://\<VSTS Server Name\>.visualstudio.com/\<Your team project name\>/_git/\<Your team project template repository name\>***.
113+
***https://\<Azure DevOps Server Name\>.visualstudio.com/\<Your team project name\>/_git/\<Your team project template repository name\>***.
114114

115115
In this example, we have:
116116

@@ -124,9 +124,9 @@ In this example, we have:
124124
125125
![8](./media/project-lead-tasks/project-leads-8-clone-team-project-template-linux.png)
126126

127-
If you are using VSTS as the code-hosting platform, typically, the *SSH URL of the team project template repository* is:
127+
If you are using Azure DevOps as the code-hosting platform, typically, the *SSH URL of the team project template repository* is:
128128

129-
***ssh://\<VSTS Server Name\>@\<VSTS Server Name\>.visualstudio.com:22/\<Your Team Project Name>/_git/\<Your team project template repository name\>.***
129+
***ssh://\<Azure DevOps Server Name\>@\<Azure DevOps Server Name\>.visualstudio.com:22/\<Your Team Project Name>/_git/\<Your team project template repository name\>.***
130130

131131
In this example, we have:
132132

@@ -142,15 +142,15 @@ Change directory to **GitRepos**, and run the following command to clone your pr
142142

143143
![9](./media/project-lead-tasks/project-leads-9-clone-project-repository.png)
144144

145-
If you are using VSTS as the code-hosting platform, typically, the _HTTPS URL of the Project repository_ is ***https://\<VSTS Server Name\>.visualstudio.com/\<Your Team Project Name>/_git/<Your project repository name\>***. In this example, we have ***https://mysamplegroup.visualstudio.com/MyTeam/_git/DSProject1***.
145+
If you are using Azure DevOps as the code-hosting platform, typically, the _HTTPS URL of the Project repository_ is ***https://\<Azure DevOps Server Name\>.visualstudio.com/\<Your Team Project Name>/_git/<Your project repository name\>***. In this example, we have ***https://mysamplegroup.visualstudio.com/MyTeam/_git/DSProject1***.
146146

147147
**Linux**
148148

149149
git clone <the SSH URL of the Project repository>
150150

151151
![10](./media/project-lead-tasks/project-leads-10-clone-project-repository-linux.png)
152152

153-
If you are using VSTS as the code-hosting platform, typically, the _SSH URL of the project repository_ is _ssh://<VSTS Server Name\>@<VSTS Server Name\>.visualstudio.com:22/<Your Team Project Name>/\_git/<Your project repository name\>. In this example, we have ***ssh://mysamplegroup@mysamplegroup.visualstudio.com:22/MyTeam/_git/DSProject1***.
153+
If you are using Azure DevOps as the code-hosting platform, typically, the _SSH URL of the project repository_ is _ssh://<Azure DevOps Server Name\>@<Azure DevOps Server Name\>.visualstudio.com:22/<Your Team Project Name>/\_git/<Your project repository name\>. In this example, we have ***ssh://mysamplegroup@mysamplegroup.visualstudio.com:22/MyTeam/_git/DSProject1***.
154154

155155
### Copy contents of D3 to D5
156156

@@ -183,9 +183,9 @@ Now you can see in _DSProject1_ folder, all the files (except the metadata in .g
183183

184184
If your project needs some specific directories or documents, other than the ones you get from your team project template (copied to your D5 directory in the previous step), you can customize the content of D5 now.
185185

186-
### Add contents of DSProject1 in D5 to R5 on your group VSTS server
186+
### Add contents of DSProject1 in D5 to R5 on your group Azure DevOps server
187187

188-
You now need to push contents in **_DSProject1_** to _R5_ repository in your team project on your group's VSTS server.
188+
You now need to push contents in **_DSProject1_** to _R5_ repository in your team project on your group's Azure DevOps server.
189189

190190

191191
- Change to directory **D5**.

0 commit comments

Comments
 (0)