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
>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
337
338
Note the Terraform variable file locations for future edits during deployment.
338
339
339
340
> [!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.
341
342
342
343
## Deploy the control plane
343
344
@@ -482,7 +483,7 @@ To connect to your deployer VM:
482
483
483
484
1. Find and select the secret that contains **sshkey**. It might look like `LAB-[REGION]-DEP05-sshkey`.
484
485
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.
486
487
487
488
1. Open a plain text editor. Copy in the secret value.
488
489
@@ -872,7 +873,7 @@ For this example configuration, the resource group is `LAB-SECE-DEP05-INFRASTRUC
872
873
vi sap-parameters.yaml
873
874
```
874
875
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.
876
877
877
878
Your file should look similar to the following example configuration:
This playbook installs SAP Central Services. For highly available configurations, the playbook also installs the SAP ERS instance and configures Pacemaker.
0 commit comments