File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
articles/virtual-machines/workloads/sap Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You can use the following script to do a basic installation of Azure Devops Serv
25
25
Log in to Azure Cloud Shell
26
26
``` bash
27
27
export ADO_ORGANIZATION=https://dev.azure.com/< yourorganization>
28
- export ADO_PROJECT=SAP Deployment Automation
28
+ export ADO_PROJECT=SAP- Deployment- Automation
29
29
wget https://raw.githubusercontent.com/Azure/sap-automation/main/deploy/scripts/create_devops_artifacts.sh -O devops.sh
30
30
chmod +x ./devops.sh
31
31
./devops.sh
@@ -48,7 +48,9 @@ You can finalize the Azure DevOps configuration by running the following scripts
48
48
$Env:YourPrefix="<yourPrefix>"
49
49
50
50
$Env:ControlPlaneSubscriptionID="<YourControlPlaneSubscriptionID>"
51
+ $Env:ControlPlaneSubscriptionName="<YourControlPlaneSubscriptionName>"
51
52
$Env:DevSubscriptionID="<YourDevSubscriptionID>"
53
+ $Env:DevSubscriptionName="<YourDevSubscriptionName>"
52
54
53
55
```
54
56
> [ !NOTE]
You can’t perform that action at this time.
0 commit comments