Skip to content

Commit 70f3ae4

Browse files
authored
Merge pull request #113971 from changeworld/patch-2
Fix product name
2 parents 8c3bdf4 + ff1b9d1 commit 70f3ae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/scripts/cli-continuous-deployment-vsts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ This sample script creates an app in App Service with its related resources, and
3535
Create the following variables containing your GitHub information.
3636

3737
```azurecli
38-
gitrepo=<Replace with your Visual Studio Team Services repo URL>
39-
token=<Replace with a Visual Studio Team Services personal access token>
38+
gitrepo=<Replace with your Azure DevOps Services (formerly Visual Studio Team Services, or VSTS) repo URL>
39+
token=<Replace with a Azure DevOps Services (formerly Visual Studio Team Services, or VSTS) personal access token>
4040
```
4141

42-
Configure continuous deployment from Visual Studio Team Services. The `--git-token` parameter is required only once per Azure account (Azure remembers token).
42+
Configure continuous deployment from Azure DevOps Services (formerly Visual Studio Team Services, or VSTS). The `--git-token` parameter is required only once per Azure account (Azure remembers token).
4343

4444
```azurecli
4545
az webapp deployment source config --name $webapp --resource-group $resourceGroup \

0 commit comments

Comments
 (0)