@@ -3,7 +3,8 @@ title: Download SAP software for the automation framework
33description : Download the SAP software to your Azure environment by using Ansible playbooks to use SAP Deployment Automation Framework.
44author : kimforss
55ms.author : kimforss
6- ms.date : 04/01/2026
6+ ms.reviewer : kimforss
7+ ms.date : 4/17/2026
78ms.topic : how-to
89ms.service : sap-on-azure
910ms.subservice : sap-automation
@@ -73,14 +74,14 @@ To configure the SAP parameters file:
7374
74751 . 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
85861. 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
118119ansible-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