Skip to content

Commit 95bbac4

Browse files
authored
Merge pull request #118772 from hyoshioka0128/patch-765
Typo "with a Azure DevOps"→"with an Azure DevOps"
2 parents 1504aa4 + 241c9f2 commit 95bbac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Create the following variables containing your Azure DevOps information.
3636

3737
```azurecli
3838
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>
39+
token=<Replace with an Azure DevOps Services (formerly Visual Studio Team Services, or VSTS) personal access token>
4040
```
4141

4242
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).

0 commit comments

Comments
 (0)