File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
articles/virtual-machines/workloads/sap Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ You can copy the sample configuration files to start testing the deployment auto
100
100
``` bash
101
101
cd ~ /Azure_SAP_Automated_Deployment
102
102
103
- cp -R sap-automation/deploy/ samples/WORKSPACES WORKSPACES
103
+ cp -R sap-automation/samples/WORKSPACES WORKSPACES
104
104
105
105
```
106
106
@@ -135,24 +135,25 @@ You can copy the sample configuration files to start testing the deployment auto
135
135
136
136
cd C:\Azure_SAP_Automated_Deployment
137
137
138
- xcopy sap-automation\deploy\ samples\WORKSPACES WORKSPACES
138
+ xcopy sap-automation\samples\WORKSPACES WORKSPACES
139
139
140
140
```
141
141
142
142
143
143
``` powershell
144
144
$subscription="<subscriptionID>"
145
- $appId ="<appID>"
145
+ $spn_id ="<appID>"
146
146
$spn_secret="<password>"
147
147
$tenant_id="<tenant>"
148
148
$keyvault=<keyvaultName>
149
149
$storageaccount=<storageaccountName>
150
150
$statefile_subscription=<statefile_subscription>
151
+ $region_code="WEEU"
151
152
152
- cd C:\Azure_SAP_Automated_Deployment\WORKSPACES\LANDSCAPE\DEV-WEEU -SAP01-INFRASTRUCTURE
153
+ cd C:\Azure_SAP_Automated_Deployment\WORKSPACES\LANDSCAPE\DEV-$region_code -SAP01-INFRASTRUCTURE
153
154
154
- New-SAPWorkloadZone -Parameterfile DEV-WEEU -SAP01-INFRASTRUCTURE.tfvars
155
- -Subscription $subscription -SPN_id $appId -SPN_password $spn_secret -Tenant_id $tenant_id
155
+ New-SAPWorkloadZone -Parameterfile DEV-$region_code -SAP01-INFRASTRUCTURE.tfvars
156
+ -Subscription $subscription -SPN_id $spn_id -SPN_password $spn_secret -Tenant_id $tenant_id
156
157
-State_subscription $statefile_subscription -Vault $keyvault -$StorageAccountName $storageaccount
157
158
```
158
159
You can’t perform that action at this time.
0 commit comments