Skip to content

Commit 8710ded

Browse files
committed
Fixing Acrilinx issues
1 parent 0a8896c commit 8710ded

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/sap/center-sap-solutions/get-sap-installation-media.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following operating system (OS) software versions are compatible with these
4444
| SUSE | SLES 15sp3-gen2 latest | S/4HANA 1909 SPS 03, S/4HANA 2020 SPS 03, S/4HANA 2021 ISS 00 |
4545
| SUSE | SLES 12sp4-gen2 latest | S/4HANA 1909 SPS 03 |
4646

47-
- You can use `latest` if you want to use the latest image and not a specific older version. If the *latest* image version is newly released in marketplace and has an unforseen issue, the deployment may fail. If you are using Portal for deployment, we recommend choosing a different image *sku train* (e.g. 12-SP4 instead of 15-SP3) till the issues are resolved. However, if deploying via API/CLI, you can provide any other *image version* which is available. To view and select the available image versions from a publisher, use below commands
47+
- You can use `latest` if you want to use the latest image and not a specific older version. If the *latest* image version is newly released in marketplace and has an unforeseen issue, the deployment may fail. If you are using Portal for deployment, we recommend choosing a different image *sku train* (e.g. 12-SP4 instead of 15-SP3) till the issues are resolved. However, if deploying via API/CLI, you can provide any other *image version* which is available. To view and select the available image versions from a publisher, use below commands
4848

4949

5050
```Powershell
@@ -105,7 +105,7 @@ Before downloading the SAP software, set up an Azure Storage account to store th
105105
106106
Next, set up a virtual machine (VM) where you will download the SAP components later.
107107
108-
1. Create a **Ubuntu 20.04** VM in Azure. For more information, see [how to create a Linux VM in the Azure portal](../../virtual-machines/linux/quick-create-portal.md).
108+
1. Create an **Ubuntu 20.04** VM in Azure. For more information, see [how to create a Linux VM in the Azure portal](../../virtual-machines/linux/quick-create-portal.md).
109109
110110
1. Sign in to the VM.
111111
@@ -236,7 +236,7 @@ Next, download the SAP installation media to the VM using a script.
236236
237237
1. Where `BOM_directory_path` is the absolute path to **SAP-automation-samples/SAP**. e.g. */home/loggedinusername/SAP-automation-samples/SAP*
238238
239-
1. Where `orchestration_ansible_user` is the user with **admin** privileges. e.g. root.
239+
1. Where `orchestration_ansible_user` is the user with **admin** privileges like (e.g. root).
240240
241241
242242
Now you can [install the SAP software](install-software.md) through Azure Center for SAP solutions.
@@ -256,15 +256,15 @@ First, set up an Azure Storage account for the SAP components:
256256
257257
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.
258258
259-
1. Create a container within the storage account. You can choose any container name, such as **sapbits**.
259+
1. Create a container within the storage account. You can choose any container name, such as `sapbits`.
260260
261-
1. Create a folder within the container, named **sapfiles**.
261+
1. Create a folder within the container, named `sapfiles`.
262262
263-
1. Go to the **sapfiles** folder.
263+
1. Go to the `sapfiles` folder.
264264
265-
1. Create two subfolders named **archives** and **boms**.
265+
1. Create two subfolders named `archives` and `boms`.
266266
267-
1. In the **boms** folder, create four subfolders with the following names, depending on the SAP version that you're using..
267+
1. In the `boms` folder, create four subfolders with the following names, depending on the SAP version that you're using:
268268
269269
1. For S/4HANA 1909 SPS 03:
270270
@@ -410,9 +410,9 @@ Next, upload the SAP software files to the storage account:
410410
411411
1. [S4HANA_2021_ISS_v0001ms-web-inifile-param.j2](https://raw.githubusercontent.com/Azure/SAP-automation-samples/main/SAP/S4HANA_2021_ISS_v0001ms/templates/S4HANA_2021_ISS_v0001ms-web-inifile-param.j2)
412412
413-
1. Upload all the files that you downloaded to the **templates** folder.
413+
1. Upload all the files that you downloaded to the `templates` folder.
414414
415-
1. Go back to the **sapfiles** folder, then go to the **archives** subfolder.
415+
1. Go back to the `sapfiles` folder, then go to the `archives` subfolder.
416416
417417
1. Download all packages that aren't labeled as `download: false` from the main BOM URL. Choose the packages based on your SAP version. You can use the URL mentioned in the BOM to download each package. Make sure to download the exact package versions listed in each BOM.
418418
@@ -449,19 +449,19 @@ Next, upload the SAP software files to the storage account:
449449
450450
1. Repeat the previous step for the main and dependent BOM files.
451451
452-
1. Upload all the packages that you downloaded to the **archives** folder. Don't rename the files.
452+
1. Upload all the packages that you downloaded to the `archives` folder. Don't rename the files.
453453
454454
1. Optionally, install other packages that aren't required.
455455
456456
1. Download the package files.
457457
458-
1. Upload the files to the **archives** folder.
458+
1. Upload the files to the `archives` folder.
459459
460460
1. Open the `S41909SPS03_v0011ms` or `S42020SPS03_v0003ms` or `S4HANA_2021_ISS_v0001ms` YAML file for the BOM.
461461
462462
1. Edit the information for each optional package to `download:true`.
463463
464-
1. Save and reupload the YAML file. Make sure you only have one YAML file in the subfolder (`S41909SPS03_v0011ms` or `S42020SPS03_v0003ms` or `S4HANA_2021_ISS_v0001ms`) of the **boms** folder.
464+
1. Save and reupload the YAML file. Make sure you only have one YAML file in the subfolder (`S41909SPS03_v0011ms` or `S42020SPS03_v0003ms` or `S4HANA_2021_ISS_v0001ms`) of the `boms` folder.
465465
466466
Now you can [install the SAP software](install-software.md) through Azure Center for SAP solutions.
467467

0 commit comments

Comments
 (0)