Skip to content

Commit 221f1a9

Browse files
Merge pull request #222387 from jahjha/patch-23
Update deploy-s4hana.md
2 parents eebbc93 + 8710acb commit 221f1a9

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

articles/center-sap-solutions/deploy-s4hana.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,16 +89,26 @@ There are three deployment options that you can select for your infrastructure,
8989
1. If you choose to use an **Existing public key**, you can either Provide the SSH public key from **local file** stored on your computer or **copy paste** the public key.
9090

9191
1. Provide the corresponding SSH private key from **local file** stored on your computer or **copy paste** the private key.
92+
93+
1. Under **SAP Transport Directory**, enter how you want to set up the transport directory on this SID. This is applicable for Distributed with High Availability and Distributed deployments only.
94+
95+
1. For **SAP Transport Options**, you can choose to **Create a new SAP transport Directory** or **Use an existing SAP transport Directory** or completely skip the creation of transport directory by choosing **Dont include SAP transport directory** option. Currently, only NFS on AFS storage account fileshares are supported.
96+
97+
1. If you choose to **Create a new SAP transport Directory**, this will create and mount a new transport fileshare on the SID. By Default, this option will create an NFS on AFS storage account and a transport fileshare in the resource group where SAP system wil be deployed. However, you can choose to create this storage account in a different resource group by providing the resource group name in **Transport Resource Group**. You can also provide a custom name for the storage account to be created under **Storage account name** section. Leaving the **Storage account name** will create the storage account with service default name "<SID>nfs<random characters>" in the chosen transport resource group.
9298

99+
1. If you choose to **Use an existing SAP transport Directory**, select the pre - existing NFS fileshare under **File share name** option. The existing transport fileshare will be only mounted on this SID. The selected fileshare shall be in the same region as that of SAP system being created . Currently, file shares existing in a different region can not be selected. Provide the associated privated endpoint of the storage account where the selected fileshare exists under **Private Endpoint** option.
100+
101+
1. You can skip the creation of transport file share by selecting **Dont include SAP transport directory** option . The transport fileshare will neither be created or mounted for this SID.
102+
93103
1. Under **Configuration Details**, enter the FQDN for you SAP System .
94104

95-
1. For **SAP FQDN**, provide FQDN for you system such "sap.contoso.com"
105+
1. For **SAP FQDN**, provide only the domain name for you system such "sap.contoso.com"
96106

97107
1. Under **User assigned managed identity**, provide the identity which Azure Center for SAP solutions will use to deploy infrastructure.
98108

99-
1. For **Managed identity source**, choose if you want to create a new identity or use an existing identity.
109+
1. For **Managed identity source**, choose if you want the service to create a new managed identity or you can instead use an existing identity. If you wish to allow the service to create a managed identity, acknowledge the checkbox which asks for your consent for the identity to be created and the contributor role access to be added for all resource groups.
100110

101-
1. For **Managed identity name**, enter a name for a new identity you want to create or select an existing identity from the drop down menu. If you are selecting an existing identity, it should have **Contributor** role access on the Subscription or on Resource Groups related to this SAP system you are trying to deploy. That is, it requires Contributor access to the SAP application Resource Group, Virtual Network Resource Group and Resource Group which has the existing SSHKEY.
111+
1. For **Managed identity name**, enter a name for a new identity you want to create or select an existing identity from the drop down menu. If you are selecting an existing identity, it should have **Contributor** role access on the Subscription or on Resource Groups related to this SAP system you are trying to deploy. That is, it requires Contributor access to the SAP application Resource Group, Virtual Network Resource Group and Resource Group which has the existing SSHKEY. If you wish to later install the SAP system using ACSS, we also recommend to give the **Storage Blob Data Reader and Reader** and **Data Access roles** on the Storage Account which has the SAP software media.
102112

103113
1. Select **Next: Virtual machines**.
104114

0 commit comments

Comments
 (0)