Skip to content

Commit c3fa3bc

Browse files
committed
clarify prereq checker guidance
1 parent 7360b1b commit c3fa3bc

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

articles/sentinel/includes/sap-agentless-prerequisites.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ ms.topic: include
1010

1111
1. Open the integration package, navigate to the artifacts tab, and select the **Prerequisite checker** iflow > **Configure**.
1212
1. Set the target RFC destination to the SAP system you want to check.
13-
1. Deploy the iflow as you would otherwise for your SAP systems. For example, use the following sample PowerShell script, modifying the sample placeholder values for your environment:
13+
1. Deploy the iflow as you would otherwise for your SAP systems.
14+
1. Trigger the iflow from any REST client. For example, use the following sample PowerShell script, modifying the sample placeholder values for your environment:
1415

1516
```powershell
1617
$cpiEndpoint = "https://my-cpi-uri.it-cpi012-rt.cfapps.eu01-010.hana.ondemand.com" # CPI endpoint URL
@@ -37,4 +38,6 @@ ms.topic: include
3738
Write-Host $response.RawContent
3839
```
3940
40-
Make sure that the prerequisites checker runs successfully before connecting to Microsoft Sentinel.
41+
Make sure that the prerequisites checker runs successfully (status code 200) with no warnings on the response output before connecting to Microsoft Sentinel.
42+
43+
In case of any findings, consult the response details for guidance on remediation steps. Legacy systems typically require additional SAP notes. Furthermore, see the [troubleshooting section](../sap/sap-deploy-troubleshoot.md) for common issues and resolutions.

articles/sentinel/sap/preparing-sap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ This procedure has steps both in Microsoft Sentinel and your SAP system, and req
203203
1. Download the [integration package](https://aka.ms/SAPAgentlessPackage) and upload it to your SAP Integration Suite. For more information, see the [SAP documentation](https://help.sap.com/docs/integration-suite/sap-integration-suite/importing-integration-packages).
204204
1. Open the package and go to the **Artifacts** tab. Then select the **Data Collector** configuration. For more information, see the [SAP documentation](https://help.sap.com/docs/integration-suite/sap-integration-suite/importing-integration-packages).
205205
1. Configure the integration flow with the **LogIngestionURL** and the **DCRImmutableID**.
206-
1. Deploy the i-flow using SAP Cloud Integration as the runtime service.
206+
1. Deploy the iflow using SAP Cloud Integration as the runtime service.
207207

208208

209209
## Run the prerequisite checker
210-
1. The **Prerequisite checker** iflow is included in the package. We recommend running this iflow before continuing to the next step to ensure that your SAP system meets the system prerequisites.
210+
1. The **Prerequisite checker** iflow is included in the package. We recommend running this iflow **manually** before continuing to the next step to ensure that your SAP system meets the system prerequisites before attempting integration from Microsoft Sentinel.
211211

212212
[!INCLUDE [sap-agentless-prerequisites](../includes/sap-agentless-prerequisites.md)]
213213

0 commit comments

Comments
 (0)