@@ -549,7 +549,7 @@ For this example configuration, the resource group is `MGMT-NOEU-DEP00-INFRASTRU
549
549
550
550
` ` ` yaml
551
551
552
- bom_base_name: S41909SPS03_v0010ms
552
+ bom_base_name: S4HANA_2021_FP01_v0001ms
553
553
554
554
` ` `
555
555
@@ -559,7 +559,7 @@ For this example configuration, the resource group is `MGMT-NOEU-DEP00-INFRASTRU
559
559
560
560
` ` ` yaml
561
561
562
- bom_base_name: S41909SPS03_v0010ms
562
+ bom_base_name: S4HANA_2021_FP01_v0001ms
563
563
kv_name: < Deployer KeyVault Name>
564
564
565
565
` ` `
@@ -570,9 +570,9 @@ For this example configuration, the resource group is `MGMT-NOEU-DEP00-INFRASTRU
570
570
571
571
```yaml
572
572
573
- bom_base_name: S41909SPS03_v0010
573
+ bom_base_name: S4HANA_2021_FP01_v0001ms
574
574
kv_name: <Deployer KeyVault Name>
575
- check_storage_account : false
575
+ BOM_directory : ${HOME}/Azure_SAP_Automated_Deployment/samples/SAP
576
576
577
577
```
578
578
@@ -733,14 +733,15 @@ Deploy the SAP system.
733
733
export sap_env_code=" DEV"
734
734
export region_code=" <region_code>"
735
735
export vnet_code=" SAP01"
736
+ export SID=" X00"
736
737
737
738
export CONFIG_REPO_PATH=" ${HOME} /Azure_SAP_Automated_Deployment/WORKSPACES"
738
739
export SAP_AUTOMATION_REPO_PATH=" ${HOME} /Azure_SAP_Automated_Deployment/sap-automation"
739
740
740
- cd ${CONFIG_REPO_PATH} /SYSTEM/${sap_env_code} -${region_code} -${vnet_code} -X00
741
+ cd ${CONFIG_REPO_PATH} /SYSTEM/${sap_env_code} -${region_code} -${vnet_code} -${SID}
741
742
742
743
${DEPLOYMENT_REPO_PATH} /deploy/scripts/installer.sh \
743
- --parameterfile " ${sap_env_code} -${region_code} -${vnet_code} -X00 .tfvars" \
744
+ --parameterfile " ${sap_env_code} -${region_code} -${vnet_code} -${SID} .tfvars" \
744
745
--type sap_system
745
746
` ` `
746
747
@@ -750,8 +751,8 @@ The deployment command for the `northeurope` example looks like:
750
751
cd ~ /Azure_SAP_Automated_Deployment/WORKSPACES/SYSTEM/DEV-NOEU-SAP01-X00
751
752
752
753
${DEPLOYMENT_REPO_PATH} /deploy/scripts/installer.sh \
753
- --parameterfile DEV-NOEU-SAP01-X00.tfvars \
754
- --type sap_system \
754
+ --parameterfile DEV-NOEU-SAP01-X00.tfvars \
755
+ --type sap_system \
755
756
--auto-approve
756
757
` ` `
757
758
0 commit comments