Skip to content

Commit df3599e

Browse files
Merge pull request #313752 from KimForss/main
Update parameters and refine customer intent and update date in documentation
2 parents 6c2aa3d + 8ff54f6 commit df3599e

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

articles/sap/automation/software.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Download SAP software for the automation framework
33
description: Download the SAP software to your Azure environment by using Ansible playbooks to use SAP Deployment Automation Framework.
44
author: kimforss
55
ms.author: kimforss
6-
ms.date: 04/01/2026
6+
ms.reviewer: kimforss
7+
ms.date: 4/17/2026
78
ms.topic: how-to
89
ms.service: sap-on-azure
910
ms.subservice: sap-automation
@@ -73,14 +74,14 @@ To configure the SAP parameters file:
7374

7475
1. Create the SAP parameters YAML file.
7576

76-
```bash
77-
cat <<EOF > sap-parameters.yaml
78-
---
79-
bom_base_name: S41909SPS03_v0010ms
80-
kv_name: Name of your Management/Control Plane keyvault
81-
..
82-
EOF
83-
```
77+
```bash
78+
cat <<EOF > sap-parameters.yaml
79+
---
80+
bom_base_name: S42025SPS00_v88_v0002ms
81+
kv_name: Name of your Management/Control Plane keyvault
82+
..
83+
EOF
84+
```
8485
8586
1. Open `sap-parameters.yaml` in an editor and verify the following values:
8687
@@ -90,7 +91,7 @@ To configure the SAP parameters file:
9091
9192
1. Confirm that `bom_base_name` is set to the correct Bill of Materials name for your deployment (for example, `S41909SPS03_v0010ms`).
9293
93-
1. Confirm that `kv_name` matches the name of your deployer key vault.
94+
1. Change the value of `bom_base_name` to `S42025SPS00_v88_v0002ms`.
9495
9596
1. (If needed) Update the value of `secret_prefix` to match the prefix in your environment (for example, `DEV-WEEU-SAP`).
9697
@@ -118,6 +119,7 @@ Another option is to run the Ansible playbooks by using the `ansible-playbook` c
118119
ansible-playbook \
119120
--user azureadm \
120121
--extra-vars="@sap-parameters.yaml" \
122+
--extra-vars="BOM_directory=~/Azure_SAP_Automated_Deployment/samples" \
121123
~/Azure_SAP_Automated_Deployment/sap-automation/deploy/ansible/playbook_bom_downloader.yaml
122124
```
123125

0 commit comments

Comments
 (0)