Skip to content

Commit 6d5d05f

Browse files
committed
Feedback
1 parent f22d5df commit 6d5d05f

File tree

6 files changed

+27
-18
lines changed

6 files changed

+27
-18
lines changed

articles/sentinel/sap/deploy-sap-btp-solution.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,42 +21,51 @@ Before you begin, verify that:
2121
- The Microsoft Sentinel solution is enabled.
2222
- You have a defined Microsoft Sentinel workspace and have read and write permissions to the workspace.
2323
- Your organization uses SAP BTP (in a Cloud Foundry environment) to streamline interactions with SAP applications and other business applications.
24-
- You have an SAP BTP account ready. You can also use a [SAP BTP trial account](https://cockpit.hanatrial.ondemand.com/).
25-
- Your Microsoft Sentinel user is assigned the [Microsoft Sentinel Contributor](../../role-based-access-control/built-in-roles.md#microsoft-sentinel-contributor).
26-
- Your SAP user is assigned the SAP BTP Subaccount Administrator role collection role.
27-
- You can create an [Azure Function App](../../azure-functions/functions-overview.md) with the `Microsoft.Web/Sites` and `Microsoft.Web/ServerFarms` permissions.
24+
- You have a SAP BTP account (which supports BTP accounts in the Cloud Foundry environment). You can also use a [SAP BTP trial account](https://cockpit.hanatrial.ondemand.com/).
25+
- You have the SAP BTP auditlog-management service and service key (see [Set up the solution](#set-up-the-btp-account-and-solution)).
26+
- You can create an [Azure Function App](../../azure-functions/functions-overview.md) with the `Microsoft.Web/Sites` and `Microsoft.Web/ServerFarms`, `Microsoft.Insights/Components`, and `Microsoft.Storage/StorageAccounts` permissions.
2827
- You can create [Data Collection Rules/Endpoints](../../azure-monitor/essentials/data-collection-rule-overview.md) with the permissions:
29-
- `Microsoft.Insights/Components`, `Microsoft.Storage/StorageAccounts`, `Microsoft.Insights/DataCollectionEndpoints`, and `Microsoft.Insights/DataCollectionRules`
28+
- `Microsoft.Insights/DataCollectionEndpoints`, and `Microsoft.Insights/DataCollectionRules`.
3029
- Assign the Monitoring Metrics Publisher role to the Azure Function.
3130
- You have an [Azure Key Vault](../../key-vault/general/overview.md) to hold the SAP BTP client secret.
32-
- You have the SAP BTP auditlog-management service and key: Connectivity and permissions to retrieve SAP BTP Audit logs in the Cloud Foundry environment.
3331

3432
## Set up the BTP account and solution
3533

3634
1. After you can log into your BTP account (see the [prerequisites](#prerequisites),) follow these [audit log retrieval steps](https://help.sap.com/docs/btp/sap-business-technology-platform/audit-log-retrieval-api-usage-for-subaccounts-in-cloud-foundry-environment) on the SAP BTP system.
3735
1. In the SAP BTP Cockpit, select the **Audit Log Management Service**.
38-
1. Create an instance of the Audit Log Management Service in the sub account.
39-
1. Create a service key and record the following details. These are required to deploy the data connector.
4036

41-
- url:
42-
- uaa.clientid
43-
- uaa.url
44-
45-
:::image type="content" source="./media/deploy-sap-btp-solution/sap-btp-configuration-parameters.png" alt-text="Screenshot of the configuration parameters for the SAP BTP connector.":::
37+
:::image type="content" source="./media/deploy-sap-btp-solution/btp-audit-log-management-service.png" alt-text="Screenshot of selecting the BTP Audit Log Management Service." lightbox="./media/deploy-sap-btp-solution/btp-audit-log-management-service.png":::
4638

47-
1. From the [Azure portal](https://portal.azure.com/), navigate to the **Microsoft Sentinel** service.
39+
1. Create an instance of the Audit Log Management Service in the sub account.
4840

41+
:::image type="content" source="./media/deploy-sap-btp-solution/btp-audit-log-sub-account.png" alt-text="Screenshot of creating an instance of the BTP subaccount." lightbox="./media/deploy-sap-btp-solution/btp-audit-log-sub-account.png":::
42+
43+
1. Create a service key and record the `url`, `uaa.clientid`, and `uaa.urlfollowing` values. These are required to deploy the data connector.
44+
45+
Here's an example of these field values in the JSON file.
46+
47+
```json
48+
{
49+
    "url": "https://auditlog-management.cfapps.us10.hana.ondemand.com",
50+
    "uaa": {
51+
        "clientid": "sb-ac79fee5-8ad0-4f88-be71-d3f9c566e73a!b136532|auditlog-management!b1237",
52+
        "clientsecret": "682323d2-42a0-45db-a939-74639efde986$gR3x3ohHTB8iyYSKHW0SNIWG4G0tQkkMdBwO7lKhwcQ=",
53+
        "url": "https://915a0312trial.authentication.us10.hana.ondemand.com",
54+
...
55+
}
56+
```
57+
58+
1. Log into the Azure portal with the [solution preview feature flag](https://portal.azure.com/?feature.loadTemplateSolutions=true).
59+
1. Navigate to the **Microsoft Sentinel** service.
4960
1. Select **Content hub**, and in the search bar, search for *BTP*.
50-
5161
1. Select **Sentinel Solution for SAP BTP**.
52-
5362
1. Select **Install**.
5463

5564
For more information about how to manage the solution components, see [Discover and deploy out-of-the-box content](../sentinel-solutions-deploy.md).
5665

5766
1. Select **Create**.
5867

59-
:::image type="content" source="./media/deploy-sap-btp-solution/sap-btp-create-solution.png" alt-text="Screenshot of how to create the Microsoft Sentinel Solution® for SAP BTP.":::
68+
:::image type="content" source="./media/deploy-sap-btp-solution/sap-btp-create-solution.png" alt-text="Screenshot of how to create the Microsoft Sentinel Solution® for SAP BTP." lightbox="./media/deploy-sap-btp-solution/sap-btp-create-solution.png":::
6069

6170
1. Select the resource group and the Sentinel workspace in which you want to deploy the solution.
6271
1. Select **Next** until you pass validation and select **Create**.
111 KB
Loading
Binary file not shown.

articles/sentinel/sap/sap-btp-solution-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ With the Microsoft Sentinel Solution for SAP® BTP, you can:
4242

4343
The solution includes:
4444

45-
- The **SAP BTP** connector, which allows you to connect your BTP subaccount to Microsoft Sentinel via the [Audit Log service for SAP BTP API](https://help.sap.com/docs/btp/sap-business-technology-platform/security-events-logged-by-cf-services). Learn how to [install the solution and data connector](deploy-sap-btp-solution.md).
45+
- The **SAP BTP** connector, which allows you to connect your BTP subaccounts and global account to Microsoft Sentinel via the [Audit Log service for SAP BTP API](https://help.sap.com/docs/btp/sap-business-technology-platform/security-events-logged-by-cf-services). Learn how to [install the solution and data connector](deploy-sap-btp-solution.md).
4646
- **[Built-in analytics rules](sap-btp-security-content.md#built-in-analytics-rules)** for identity management and low-code application development scenarios using the Trust and Authorization Provider and Business Application Studio (BAS) event sources in BTP.
4747
- The **[BTP activity workbook](sap-btp-security-content.md#sap-btp-workbook)**, which provides a dashboard overview of subaccounts and a grid of identity management events.
4848

0 commit comments

Comments
 (0)