Skip to content

Commit f244c71

Browse files
authored
Merge pull request #126168 from changeworld/patch-219
Fix typo
2 parents 763ebc7 + 2b5c3bb commit f244c71

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/sap/automation/tutorial.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ For this example configuration, the resource group is `LAB-SECE-DEP05-INFRASTRUC
873873
vi sap-parameters.yaml
874874
```
875875
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+
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.
877877
878878
Your file should look similar to the following example configuration:
879879
@@ -918,7 +918,7 @@ For this example configuration, the resource group is `LAB-SECE-DEP05-INFRASTRUC
918918
"${@}"
919919
)
920920
921-
# Run the playbook to retrieve the ssh key from the Azure key vault
921+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
922922
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
923923
924924
# Run the playbook to perform the Operating System configuration
@@ -949,7 +949,7 @@ For this example configuration, the resource group is `LAB-SECE-DEP05-INFRASTRUC
949949
"${@}"
950950
)
951951
952-
# Run the playbook to retrieve the ssh key from the Azure key vault
952+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
953953
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
954954
955955
# Run the playbook to perform the Operating System configuration
@@ -1003,7 +1003,7 @@ playbook_options=(
10031003
"${@}"
10041004
)
10051005
1006-
# Run the playbook to retrieve the ssh key from the Azure key vault
1006+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
10071007
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
10081008
10091009
# Run the playbook to perform the Operating System configuration
@@ -1032,7 +1032,7 @@ playbook_options=(
10321032
"${@}"
10331033
)
10341034
1035-
# Run the playbook to retrieve the ssh key from the Azure key vault
1035+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
10361036
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
10371037
10381038
# Run the playbook to perform the SAP Specific Operating System configuration
@@ -1062,7 +1062,7 @@ playbook_options=(
10621062
"${@}"
10631063
)
10641064
1065-
# Run the playbook to retrieve the ssh key from the Azure key vault
1065+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
10661066
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
10671067
10681068
# Run the playbook to download the software from the SAP Library
@@ -1092,7 +1092,7 @@ playbook_options=(
10921092
"${@}"
10931093
)
10941094
1095-
# Run the playbook to retrieve the ssh key from the Azure key vault
1095+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
10961096
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
10971097
10981098
# Run the playbook to download the software from the SAP Library
@@ -1122,7 +1122,7 @@ playbook_options=(
11221122
"${@}"
11231123
)
11241124
1125-
# Run the playbook to retrieve the ssh key from the Azure key vault
1125+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
11261126
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
11271127
11281128
# Run the playbook to download the software from the SAP Library
@@ -1152,7 +1152,7 @@ playbook_options=(
11521152
"${@}"
11531153
)
11541154
1155-
# Run the playbook to retrieve the ssh key from the Azure key vault
1155+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
11561156
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
11571157
11581158
# Run the playbook to download the software from the SAP Library
@@ -1182,7 +1182,7 @@ playbook_options=(
11821182
"${@}"
11831183
)
11841184
1185-
# Run the playbook to retrieve the ssh key from the Azure key vault
1185+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
11861186
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
11871187
11881188
# Run the playbook to download the software from the SAP Library
@@ -1211,7 +1211,7 @@ playbook_options=(
12111211
"${@}"
12121212
)
12131213
1214-
# Run the playbook to retrieve the ssh key from the Azure key vault
1214+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
12151215
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
12161216
12171217
# Run the playbook to download the software from the SAP Library
@@ -1240,7 +1240,7 @@ playbook_options=(
12401240
"${@}"
12411241
)
12421242
1243-
# Run the playbook to retrieve the ssh key from the Azure key vault
1243+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
12441244
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
12451245
12461246
# Run the playbook to download the software from the SAP Library
@@ -1271,7 +1271,7 @@ playbook_options=(
12711271
"${@}"
12721272
)
12731273
1274-
# Run the playbook to retrieve the ssh key from the Azure key vault
1274+
# Run the playbook to retrieve the ssh key from the Azure Key Vault
12751275
ansible-playbook "${playbook_options[@]}" ~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/pb_get-sshkey.yaml
12761276
12771277
# Run the playbook to download the software from the SAP Library

0 commit comments

Comments
 (0)