Skip to content

Commit 1ea6aeb

Browse files
Merge pull request #229739 from jahjha/patch-29
Update get-sap-installation-media.md
2 parents 6e7d919 + e3b45d0 commit 1ea6aeb

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

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

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this how-to guide, you'll learn how to get the SAP software installation medi
2222

2323
- An Azure subscription.
2424
- An Azure account with **Contributor** role access to the subscriptions and resource groups in which the Virtual Instance for SAP solutions exists.
25-
- A **User-assigned managed identity** with **Storage Blob Data Reader** and **Reader and Data Access** roles on the storage account which has the SAP software.
25+
- A **User-assigned managed identity** with **Storage Blob Data Reader** or **Reader and Data Access** roles on the storage account which has the SAP software.
2626
- A [network set up for your infrastructure deployment](prepare-network.md).
2727
- A deployment of S/4HANA infrastructure.
2828
- The SSH private key for the virtual machines in the SAP system. You generated this key during the infrastructure deployment.
@@ -37,13 +37,26 @@ Azure Center for SAP solutions supports the following SAP software versions: S/4
3737

3838
The following operating system (OS) software versions are compatible with these SAP software versions:
3939

40-
| Publisher | Version | Generation SKU | Patch version name | Supported SAP Software Version |
41-
| --------- | ------- | -------------- | ------------------ | ------------------------------ |
42-
| Red Hat | RHEL-SAP-HA (8.2 HA Pack) | 82sapha-gen2 | 8.2.2021091202 | S/4HANA 1909 SPS 03, S/4HANA 2020 SPS 03, S/4HANA 2021 ISS 00 |
43-
| Red Hat | RHEL-SAP-HA (8.4 HA Pack) | 84sapha-gen2 | 8.4.2021091202 | S/4HANA 1909 SPS 03, S/4HANA 2020 SPS 03, S/4HANA 2021 ISS 00 |
44-
| SUSE | sles-sap-15-sp3 | gen2 | 2022.01.26 | S/4HANA 1909 SPS 03, S/4HANA 2020 SPS 03, S/4HANA 2021 ISS 00 |
45-
| SUSE | sles-sap-12-sp4 | gen2 | 2022.02.01 | S/4HANA 1909 SPS 03 |
40+
| Publisher | Image and Image Version | Supported SAP Software Version |
41+
| --------- | ----------------------- | ------------------------------ |
42+
| Red Hat | RHEL 82sapha-gen2 latest | S/4HANA 1909 SPS 03, S/4HANA 2020 SPS 03, S/4HANA 2021 ISS 00 |
43+
| Red Hat | RHEL 84sapha-gen2 latest | S/4HANA 1909 SPS 03, S/4HANA 2020 SPS 03, S/4HANA 2021 ISS 00 |
44+
| SUSE | SLES 15sp3-gen2 latest | S/4HANA 1909 SPS 03, S/4HANA 2020 SPS 03, S/4HANA 2021 ISS 00 |
45+
| 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
48+
49+
50+
```Powershell
51+
Get-AzVMImage -Location $locName -PublisherName $pubName -Offer $offerName -Sku $skuName | Select Version
52+
53+
where, for example
54+
$locName="eastus"
55+
$pubName="RedHat"
56+
$offerName="RHEL-SAP-HA"
57+
$skuName="82sapha-gen2"
58+
```
59+
4760
## Required components
4861
4962
The following components are necessary for the SAP installation.

0 commit comments

Comments
 (0)