Skip to content

Commit 4c3e4f7

Browse files
authored
Update get-sap-installation-media.md
1 parent fb09904 commit 4c3e4f7

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

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

Lines changed: 23 additions & 8 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,12 +37,27 @@ 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 |
46+
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+
60+
Refer more [here]([https://learn.microsoft.com/en-us/azure/virtual-machines/windows/cli-ps-findimage#list-images])
4661
4762
## Required components
4863
@@ -404,4 +419,4 @@ Now you can [install the SAP software](install-software.md) through Azure Center
404419
405420
## Next steps
406421
407-
- [Install the SAP software](install-software.md) through Azure Center for SAP solutions
422+
- [Install the SAP software](install-software.md) through Azure Center for SAP solutions

0 commit comments

Comments
 (0)