You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sap/automation/tutorial.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -349,31 +349,31 @@ For example, choose **West Europe** as the deployment location, with the four-ch
349
349
350
350
The sample SAP Library configuration file `LAB-SECE-SAP_LIBRARY.tfvars` is in the `${HOME}/Azure_SAP_Automated_Deployment/WORKSPACES/LIBRARY/LAB-SECE-SAP_LIBRARY` folder.
351
351
352
-
Set the environment variables for the service principal:
352
+
1. Set the environment variables for the service principal:
353
353
354
-
```bash
355
-
356
-
export ARM_SUBSCRIPTION_ID="<subscriptionId>"
357
-
export ARM_CLIENT_ID="<appId>"
358
-
export ARM_CLIENT_SECRET="<password>"
359
-
export ARM_TENANT_ID="<tenantId>"
360
-
361
-
```
362
-
363
-
If you're running the script from a workstation that isn't part of the deployment network or from Cloud Shell, you can use the following command to set the environment variable for allowing connectivity from your IP address:
364
-
365
-
```bash
366
-
export TF_VAR_Agent_IP=<your-public-ip-address>
367
-
```
368
-
369
-
If you're deploying the configuration web application, you need to also set the following environment variables:
If you're running the script from a workstation that isn't part of the deployment network or from Cloud Shell, you can use the following command to set the environment variable for allowing connectivity from your IP address:
364
+
365
+
```bash
366
+
export TF_VAR_Agent_IP=<your-public-ip-address>
367
+
```
368
+
369
+
If you're deploying the configuration web application, you need to also set the following environment variables:
0 commit comments