Skip to content

Commit 4d65241

Browse files
Merge pull request #212065 from KimForss/main
DevOps updates
2 parents 8fc9cc3 + c25be04 commit 4d65241

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/virtual-machines/workloads/sap/automation-configure-devops.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can use the following script to do a basic installation of Azure Devops Serv
2525
Log in to Azure Cloud Shell
2626
```bash
2727
export ADO_ORGANIZATION=https://dev.azure.com/<yourorganization>
28-
export ADO_PROJECT=SAP Deployment Automation
28+
export ADO_PROJECT=SAP-Deployment-Automation
2929
wget https://raw.githubusercontent.com/Azure/sap-automation/main/deploy/scripts/create_devops_artifacts.sh -O devops.sh
3030
chmod +x ./devops.sh
3131
./devops.sh
@@ -48,7 +48,9 @@ You can finalize the Azure DevOps configuration by running the following scripts
4848
$Env:YourPrefix="<yourPrefix>"
4949
5050
$Env:ControlPlaneSubscriptionID="<YourControlPlaneSubscriptionID>"
51+
$Env:ControlPlaneSubscriptionName="<YourControlPlaneSubscriptionName>"
5152
$Env:DevSubscriptionID="<YourDevSubscriptionID>"
53+
$Env:DevSubscriptionName="<YourDevSubscriptionName>"
5254
5355
```
5456
> [!NOTE]

0 commit comments

Comments
 (0)