Skip to content

Commit f56e5a4

Browse files
authored
Merge pull request #272104 from batamig/patch-413
Sentinel fixing path to SDK
2 parents fb6c07e + 3e67288 commit f56e5a4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/sentinel/sap/deploy-data-connector-agent-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ This procedure describes how to create a new agent through the Azure portal, aut
319319
|---------|---------|
320320
|**Agent name** | Enter an agent name, including any of the following characters: <ul><li> a-z<li> A-Z<li>0-9<li>_ (underscore)<li>. (period)<li>- (dash)</ul> |
321321
|**Subscription** / **Key vault** | Select the **Subscription** and **Key vault** from their respective drop-downs. |
322-
|**NWRFC SDK zip file path on the agent VM** | Enter the path in your VM that contains the SAP NetWeaver Remote Function Call (RFC) Software Development Kit (SDK) archive (.zip file). For example, */src/test/NWRFC.zip*. |
322+
|**NWRFC SDK zip file path on the agent VM** | Enter the path in your VM that contains the SAP NetWeaver Remote Function Call (RFC) Software Development Kit (SDK) archive (.zip file). <br><br>Make sure that this path includes the SDK version number in the following syntax: `<path>/NWRFC<version number>.zip`. For example: `/src/test/nwrfc750P_12-70002726.zip`. |
323323
|**Enable SNC connection support** |Select to ingest NetWeaver/ABAP logs over a secure connection using Secure Network Communications (SNC). <br><br>If you select this option, enter the path that contains the `sapgenpse` binary and `libsapcrypto.so` library, under **SAP Cryptographic Library path on the agent VM**. |
324324
|**Authentication to Azure Key Vault** | To authenticate to your key vault using a managed identity, leave the default **Managed Identity** option selected. <br><br>You must have the managed identity set up ahead of time. For more information, see [Create a virtual machine and configure access to your credentials](#create-a-virtual-machine-and-configure-access-to-your-credentials). |
325325
2.39 KB
Loading

0 commit comments

Comments
 (0)