File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -131,15 +131,21 @@ Run the following command to create the deployer and the SAP library. The comman
131
131
132
132
# [ Linux] ( #tab/linux )
133
133
134
-
135
- Run the following command to deploy the control plane:
134
+ Set the environment variables for the service principal:
136
135
137
136
``` bash
138
137
139
138
export ARM_SUBSCRIPTION_ID=" <subscriptionId>"
140
139
export ARM_CLIENT_ID=" <appId>"
141
140
export ARM_CLIENT_SECRET=" <password>"
142
141
export ARM_TENANT_ID=" <tenantId>"
142
+
143
+ ```
144
+
145
+ Run the following command to deploy the control plane:
146
+
147
+ ``` bash
148
+
143
149
export env_code=" MGMT"
144
150
export region_code=" WEEU"
145
151
export vnet_code=" DEP00"
@@ -299,10 +305,7 @@ Rerun the control plane deployment to enable private endpoints for the storage a
299
305
300
306
``` bash
301
307
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
+
306
309
export env_code=" MGMT"
307
310
export region_code=" WEEU"
308
311
export vnet_code=" DEP00"
You can’t perform that action at this time.
0 commit comments