Skip to content

Commit 18847b2

Browse files
Merge pull request #235732 from KimForss/main
Release 3.8 updates
2 parents fcc25be + 7c9f4b0 commit 18847b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/sap/automation/configure-devops.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Open PowerShell ISE and copy the following script and update the parameters to m
8484
remove-item .\configureDevOps.ps1
8585
}
8686
87-
Invoke-WebRequest -Uri https://raw.githubusercontent.com/Azure/sap-automation/main/deploy/scripts/setup_devops.ps1 -OutFile .\configureDevOps.ps1 ; .\configureDevOps.ps1
87+
Invoke-WebRequest -Uri https://raw.githubusercontent.com/Azure/sap-automation/main/deploy/scripts/New-SDAFDevopsProject.ps1 -OutFile .\New-SDAFDevopsProject.ps1 ; .\New-SDAFDevopsProject.ps1
8888
8989
```
9090

@@ -98,6 +98,11 @@ Validate that the project has been created by navigating to the Azure DevOps por
9898
> [!IMPORTANT]
9999
> Run the following steps on your local workstation, also ensure that you have the latest Azure CLI installed by running the 'az upgrade' command.
100100
101+
### Configure Azure DevOps Services artifacts for a new Workload zone.
102+
103+
You can use the following script to deploy the artifacts needed to support a new workload zone.
104+
105+
101106
### Create a sample Control Plane configuration
102107

103108
You can run the 'Create Sample Deployer Configuration' pipeline to create a sample configuration for the Control Plane. When running choose the appropriate Azure region. You can also control if you want to deploy Azure Firewall and Azure Bastion.

0 commit comments

Comments
 (0)