Skip to content

Commit 5fc16b9

Browse files
committed
edit pass: two-sap-automation-articles
1 parent 0aa6ff2 commit 5fc16b9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/sap/automation/tutorial.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ echo "App registration password: ${TF_VAR_webapp_client_secret}"
251251
```
252252

253253
rm manifest.json
254+
```
254255
255256
>[!NOTE]
256257
>Ensure that you're logged on by using a user account that has the required permissions to create application registrations. For more information about app registrations, see [Create an app registration](/cli/azure/ad/app#az-ad-app-create).
@@ -337,7 +338,7 @@ The output maps to the following parameters. You use these parameters in later s
337338
Note the Terraform variable file locations for future edits during deployment.
338339
339340
> [!IMPORTANT]
340-
> Ensure that the `dns_label` matches your Azure Private DNS.
341+
> Ensure that the `dns_label` matches your instance of Azure Private DNS.
341342
342343
## Deploy the control plane
343344
@@ -482,7 +483,7 @@ To connect to your deployer VM:
482483
483484
1. Find and select the secret that contains **sshkey**. It might look like `LAB-[REGION]-DEP05-sshkey`.
484485
485-
1. On the secret's page, select the current version. Then, copy the **Secret value**.
486+
1. On the secret's page, select the current version. Then, copy the secret value.
486487
487488
1. Open a plain text editor. Copy in the secret value.
488489
@@ -872,7 +873,7 @@ For this example configuration, the resource group is `LAB-SECE-DEP05-INFRASTRUC
872873
vi sap-parameters.yaml
873874
```
874875
875-
1. Update the `bom_base_name` with the name BOM and replace `<Deployer KeyVault Name>` with the name of the deployer resource group Azure key vault.
876+
1. Update the `bom_base_name` with the name BOM. Replace `<Deployer KeyVault Name>` with the name of the Azure key vault for the deployer resource group.
876877
877878
Your file should look similar to the following example configuration:
878879
@@ -1069,7 +1070,7 @@ ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-a
10691070
10701071
```
10711072
1072-
### Playbook: SCS install
1073+
### Playbook: SCS installation
10731074
10741075
This playbook installs SAP Central Services. For highly available configurations, the playbook also installs the SAP ERS instance and configures Pacemaker.
10751076

0 commit comments

Comments
 (0)