Skip to content

Commit ad1c738

Browse files
authored
Update automation-deploy-workload-zone.md
bash updates
1 parent 7fe5144 commit ad1c738

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/virtual-machines/workloads/sap/automation-deploy-workload-zone.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,21 @@ Running the command below will deploy the SAP Workload Zone.
9898
```bash
9999
cd ~/Azure_SAP_Automated_Deployment/WORKSPACES/LANDSCAPE/DEV-WEEU-SAP01-INFRASTRUCTURE
100100

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>
108108

109109
${DEPLOYMENT_REPO_PATH}/deploy/scripts/install_workloadzone.sh \
110110
--parameterfile DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars \
111111
--keyvault $keyvault \
112112
--state_subscription $statefile_subscription \
113113
--subscription $subscriptionID \
114114
--spn_id $appID \
115-
--spn_secret "$spn_secret" \
115+
--spn_secret $spn_secret \
116116
--tenant_id $tenant_id
117117
```
118118
# [Windows](#tab/windows)
@@ -128,7 +128,7 @@ $statefile_subscription=<statefile_subscription>
128128
129129
cd C:\Azure_SAP_Automated_Deployment\WORKSPACES\LANDSCAPE\DEV-WEEU-SAP01-INFRASTRUCTURE
130130
131-
New-SAPWorkloadZone -Parameterfile .DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars
131+
New-SAPWorkloadZone -Parameterfile DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars
132132
-Subscription $subscription -SPN_id $appId -SPN_password $spn_secret -Tenant_id $tenant_id
133133
-State_subscription $statefile_subscription -Vault $keyvault -$StorageAccountName $storageaccount
134134
```
@@ -138,8 +138,8 @@ New-SAPWorkloadZone -Parameterfile .DEV-WEEU-SAP01-INFRASTRUCTURE.tfvars
138138
> [!NOTE]
139139
> Be sure to replace the sample value `<subscriptionID>` with your subscription ID.
140140
> 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
143143
> Replace `<statefile_subscription>` with the subscription ID for the storage account containing the Terraform state files
144144
145145
## Next step

0 commit comments

Comments
 (0)