Skip to content

Commit 6c2b8a8

Browse files
authored
fix capping per Acrolinx
1 parent 9ca99a6 commit 6c2b8a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-government/connect-with-azure-pipelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Before starting this tutorial, you must have the following:
2424

2525
+ [Create an organization in Azure DevOps](/azure/devops/organizations/accounts/create-organization)
2626
+ [Create and add a project to the Azure DevOps organization](/azure/devops/organizations/projects/create-project?;bc=%2fazure%2fdevops%2fuser-guide%2fbreadcrumb%2ftoc.json&tabs=new-nav&toc=%2fazure%2fdevops%2fuser-guide%2ftoc.json)
27-
+ Install and set up [Azure Powershell](/powershell/azure/install-az-ps)
27+
+ Install and set up [Azure PowerShell](/powershell/azure/install-az-ps)
2828

2929
If you don't have an active Azure Government subscription, create a [free account](https://azure.microsoft.com/overview/clouds/government/) before you begin.
3030

@@ -43,12 +43,12 @@ Follow through one of the quickstarts below to set up a Build for your specific
4343

4444
## Generate a service principal
4545

46-
1. Download or copy and paste the [service principal creation](https://github.com/yujhongmicrosoft/spncreationn/blob/master/spncreation.ps1) powershell script into an IDE or editor.
46+
1. Download or copy and paste the [service principal creation](https://github.com/yujhongmicrosoft/spncreationn/blob/master/spncreation.ps1) PowerShell script into an IDE or editor.
4747

4848
2. Open up the file and navigate to the `param` parameter. Replace the `$environmentName` variable with
4949
AzureUSGovernment." This sets the service principal to be created in Azure Government.
5050

51-
3. Open your Powershell window and run the following command. This command sets a policy that enables running local files.
51+
3. Open your PowerShell window and run the following command. This command sets a policy that enables running local files.
5252

5353
`Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass`
5454

0 commit comments

Comments
 (0)