@@ -98,21 +98,21 @@ Running the command below will deploy the SAP Workload Zone.
98
98
``` bash
99
99
cd ~ /Azure_SAP_Automated_Deployment/WORKSPACES/LANDSCAPE/DEV-WEEU-SAP01-INFRASTRUCTURE
100
100
101
- subscriptionID=< subscriptionID>
102
- appId=< appID>
103
- spn_secret=< password>
104
- tenant_id=< tenant>
105
- keyvault=< keyvaultName>
106
- storageaccount=< storageaccountName>
107
- statefile_subscription=< statefile_subscription>
101
+ export subscriptionID=< subscriptionID>
102
+ export appId=< appID>
103
+ export spn_secret=< password>
104
+ export tenant_id=< tenant>
105
+ export keyvault=< keyvaultName>
106
+ export storageaccount=< storageaccountName>
107
+ export statefile_subscription=< statefile_subscription>
108
108
109
109
${DEPLOYMENT_REPO_PATH} /deploy/scripts/install_workloadzone.sh \
110
110
--parameterfile DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars \
111
111
--keyvault $keyvault \
112
112
--state_subscription $statefile_subscription \
113
113
--subscription $subscriptionID \
114
114
--spn_id $appID \
115
- --spn_secret " $spn_secret " \
115
+ --spn_secret $spn_secret \
116
116
--tenant_id $tenant_id
117
117
```
118
118
# [ Windows] ( #tab/windows )
@@ -128,7 +128,7 @@ $statefile_subscription=<statefile_subscription>
128
128
129
129
cd C:\Azure_SAP_Automated_Deployment\WORKSPACES\LANDSCAPE\DEV-WEEU-SAP01-INFRASTRUCTURE
130
130
131
- New-SAPWorkloadZone -Parameterfile . DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars
131
+ New-SAPWorkloadZone -Parameterfile DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars
132
132
-Subscription $subscription -SPN_id $appId -SPN_password $spn_secret -Tenant_id $tenant_id
133
133
-State_subscription $statefile_subscription -Vault $keyvault -$StorageAccountName $storageaccount
134
134
```
@@ -138,8 +138,8 @@ New-SAPWorkloadZone -Parameterfile .DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars
138
138
> [ !NOTE]
139
139
> Be sure to replace the sample value ` <subscriptionID> ` with your subscription ID.
140
140
> Replace the ` <appID> ` , ` <password> ` , ` <tenant> ` values with the output values of the SPN creation
141
- > Replace ` <keyvaultName > ` with the deployer key vault name
142
- > Replace ` <storageaccountName > ` with the name of the storage account containing the Terraform state files
141
+ > Replace ` <keyvault > ` with the deployer key vault name
142
+ > Replace ` <storageaccount > ` with the name of the storage account containing the Terraform state files
143
143
> Replace ` <statefile_subscription> ` with the subscription ID for the storage account containing the Terraform state files
144
144
145
145
## Next step
0 commit comments