Skip to content

Commit e0c1295

Browse files
committed
Wording changes for clarity
1 parent e5426da commit e0c1295

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-rhel-pacemaker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Use the following content for the input file. You need to adapt the content to y
275275
}
276276
```
277277

278-
### **[A]** Assign the custom role to the Service Principal
278+
### **[A]** Assign the custom role
279279

280280
#### Using Managed Identity
281281

articles/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ Use the following content for the input file. You need to adapt the content to y
513513
}
514514
```
515515

516-
### **[A]** Assign the custom role to the service principal
516+
### **[A]** Assign the custom role
517517

518518
#### Using Managed Identity
519519

@@ -797,7 +797,7 @@ Make sure to assign the custom role to the service principal at all VM (cluster
797797
> The 'pcmk_host_map' option is required in the command only if the hostnames and the Azure VM names are *not* identical. Specify the mapping in the format *hostname:vm-name*.
798798
> Refer to the bold section in the following command.
799799
800-
To configure **managed identity** for your fence agent, run the following command (SLES 15 SP1 and newer, only)
800+
If using **managed identity** for your fence agent, run the following command (SLES 15 SP1 and newer, only)
801801
<pre><code>
802802
# replace the bold strings with your subscription ID and resource group of the VM
803803

@@ -809,7 +809,7 @@ Make sure to assign the custom role to the service principal at all VM (cluster
809809
sudo crm configure property stonith-timeout=900
810810
</code></pre>
811811

812-
To configure **service principal** for your fence agent, run the following command
812+
If using **service principal** for your fence agent, run the following command
813813
<pre><code>
814814
# replace the bold strings with your subscription ID, resource group of the VM, tenant ID, service principal application ID and password
815815

0 commit comments

Comments
 (0)