Skip to content

Commit bcf18b7

Browse files
author
Kimmo Forss
committed
Split the environment variables to separate script
1 parent 1d9abb4 commit bcf18b7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

articles/sap/automation/deploy-control-plane.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,21 @@ Run the following command to create the deployer and the SAP library. The comman
131131

132132
# [Linux](#tab/linux)
133133

134-
135-
Run the following command to deploy the control plane:
134+
Set the environment variables for the service principal:
136135

137136
```bash
138137

139138
export ARM_SUBSCRIPTION_ID="<subscriptionId>"
140139
export ARM_CLIENT_ID="<appId>"
141140
export ARM_CLIENT_SECRET="<password>"
142141
export ARM_TENANT_ID="<tenantId>"
142+
143+
```
144+
145+
Run the following command to deploy the control plane:
146+
147+
```bash
148+
143149
export env_code="MGMT"
144150
export region_code="WEEU"
145151
export vnet_code="DEP00"
@@ -299,10 +305,7 @@ Rerun the control plane deployment to enable private endpoints for the storage a
299305

300306
```bash
301307

302-
export ARM_SUBSCRIPTION_ID="<subscriptionId>"
303-
export ARM_CLIENT_ID="<appId>"
304-
export ARM_CLIENT_SECRET="<password>"
305-
export ARM_TENANT_ID="<tenantId>"
308+
306309
export env_code="MGMT"
307310
export region_code="WEEU"
308311
export vnet_code="DEP00"

0 commit comments

Comments
 (0)