You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
48
48
49
49
50
50
```Powershell
@@ -105,7 +105,7 @@ Before downloading the SAP software, set up an Azure Storage account to store th
105
105
106
106
Next, set up a virtual machine (VM) where you will download the SAP components later.
107
107
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).
109
109
110
110
1. Sign in to the VM.
111
111
@@ -236,7 +236,7 @@ Next, download the SAP installation media to the VM using a script.
236
236
237
237
1. Where `BOM_directory_path` is the absolute path to **SAP-automation-samples/SAP**. e.g. */home/loggedinusername/SAP-automation-samples/SAP*
238
238
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).
240
240
241
241
242
242
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:
256
256
257
257
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.
258
258
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`.
260
260
261
-
1. Create a folder within the container, named **sapfiles**.
261
+
1. Create a folder within the container, named `sapfiles`.
262
262
263
-
1. Go to the **sapfiles** folder.
263
+
1. Go to the `sapfiles` folder.
264
264
265
-
1. Create two subfolders named **archives** and **boms**.
265
+
1. Create two subfolders named `archives` and `boms`.
266
266
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:
268
268
269
269
1. For S/4HANA 1909 SPS 03:
270
270
@@ -410,9 +410,9 @@ Next, upload the SAP software files to the storage account:
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.
414
414
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.
416
416
417
417
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.
418
418
@@ -449,19 +449,19 @@ Next, upload the SAP software files to the storage account:
449
449
450
450
1. Repeat the previous step for the main and dependent BOM files.
451
451
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.
453
453
454
454
1. Optionally, install other packages that aren't required.
455
455
456
456
1. Download the package files.
457
457
458
-
1. Upload the files to the **archives** folder.
458
+
1. Upload the files to the `archives` folder.
459
459
460
460
1. Open the `S41909SPS03_v0011ms` or `S42020SPS03_v0003ms` or `S4HANA_2021_ISS_v0001ms` YAML file for the BOM.
461
461
462
462
1. Edit the information for each optional package to `download:true`.
463
463
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.
465
465
466
466
Now you can [install the SAP software](install-software.md) through Azure Center for SAP solutions.
0 commit comments