Skip to content

Commit 1dcdc87

Browse files
committed
edit pass: two-sap-automation-articles
1 parent ad953c0 commit 1dcdc87

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

articles/sap/automation/run-ansible.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,8 @@ ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-a
505505

506506
The playbook performs the following tasks:
507507

508-
- Central Services installation.
509-
- Windows failover cluster configuration.
508+
- Central Services installation
509+
- Windows failover cluster configuration
510510

511511
```bash
512512

@@ -736,8 +736,8 @@ ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-a
736736

737737
The playbook performs the following tasks:
738738

739-
- Database high-availability configuration.
740-
- SQL Server Always On availability group configuration.
739+
- Database high-availability configuration
740+
- SQL Server Always On availability group configuration
741741

742742
```bash
743743

@@ -783,7 +783,7 @@ You can run the playbook by using either:
783783

784784
The playbook performs the following task:
785785

786-
- Primary application server installation.
786+
- Primary application server installation
787787

788788
```bash
789789

@@ -813,7 +813,7 @@ ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-a
813813

814814
The playbook performs the following task:
815815

816-
- Primary application server installation.
816+
- Primary application server installation
817817

818818
```bash
819819

articles/sap/automation/tutorial.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -349,31 +349,31 @@ For example, choose **West Europe** as the deployment location, with the four-ch
349349
350350
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.
351351
352-
Set the environment variables for the service principal:
352+
1. Set the environment variables for the service principal:
353353
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:
370-
371-
```bash
372-
373-
export TF_VAR_app_registration_app_id=<appRegistrationId>
374-
export TF_VAR_webapp_client_secret=<appRegistrationPassword>
375-
export TF_use_webapp=true
376-
```
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:
370+
371+
```bash
372+
373+
export TF_VAR_app_registration_app_id=<appRegistrationId>
374+
export TF_VAR_webapp_client_secret=<appRegistrationPassword>
375+
export TF_use_webapp=true
376+
```
377377
378378
1. Create the deployer and the SAP Library and add the service principal details to the deployment key vault by using this script:
379379

0 commit comments

Comments
 (0)