Skip to content

Commit b48d514

Browse files
Merge pull request #221858 from jahjha/patch-21
Update install-software.md
2 parents 04ea5cc + 01bbab7 commit b48d514

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/center-sap-solutions/install-software.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Following is the operating system (OS) software versions compatibility with SAP
4343

4444
## Required components
4545

46-
The following components are necessary for the SAP installation:
46+
The following components are necessary for the SAP installation.
4747

4848
- SAP software installation media (part of the `sapbits` container described later in this article)
4949
- All essential SAP packages (*SWPM*, *SAPCAR*, etc.)
5050
- SAP software (for example, *S/4HANA 2021 ISS 00*)
51-
- Supporting software packages for the installation process (part of the `deployervmpackages` container described later in this article)
51+
- Supporting software packages for the installation process which will be downloaded automatially and used by ACSS during the installation).
5252
- `pip3` version `pip-21.3.1.tar.gz`
5353
- `wheel` version 0.37.1
5454
- `jq` version 1.6
@@ -125,7 +125,7 @@ You can download the SAP installation media required to install the SAP software
125125
1. Change the branch to main
126126

127127
```git bash
128-
git checkout main
128+
git checkout experimental
129129
```
130130

131131
1. [Optional] : Verify if the current branch is "main"
@@ -184,12 +184,9 @@ You also can [run scripts to automate this process](#option-1-upload-software-co
184184
1. Create a new Azure storage account for storing the software components.
185185
1. Grant the roles **Storage Blob Data Reader** and **Reader and Data Access** to the user-assigned managed identity, which you used during infrastructure deployment.
186186
1. Create a container within the storage account. You can choose any container name; for example, **sapbits**.
187-
1. Create two folders within the container, named **deployervmpackages** and **sapfiles**.
187+
1. Create a folder within the container, named **sapfiles**.
188188
> [!WARNING]
189189
> Don't change the folder name structure for any steps in this process. Otherwise, the installation process can fail.
190-
1. Download the supporting software packages listed in the [required components list](#required-components) to your local computer.
191-
1. Put the software packages into a ZIP file named **DeployerVMPackages.zip**.
192-
1. Go to the **deployervmpackages** folder in the Azure storage container. Upload **DeployerVMPackages.zip**.
193190
1. Go to the **sapfiles** folder.
194191
1. Create two subfolders named **archives** and **boms**.
195192
1. In the **boms** folder, create four subfolders as follows.

0 commit comments

Comments
 (0)