You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/sap/deploy-sap-btp-solution.md
+26-17Lines changed: 26 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,42 +21,51 @@ Before you begin, verify that:
21
21
- The Microsoft Sentinel solution is enabled.
22
22
- You have a defined Microsoft Sentinel workspace and have read and write permissions to the workspace.
23
23
- 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.
28
27
- 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`.
30
29
- Assign the Monitoring Metrics Publisher role to the Azure Function.
31
30
- 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.
33
31
34
32
## Set up the BTP account and solution
35
33
36
34
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.
37
35
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.
40
36
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":::
46
38
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.
48
40
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.
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.
49
60
1. Select **Content hub**, and in the search bar, search for *BTP*.
50
-
51
61
1. Select **Sentinel Solution for SAP BTP**.
52
-
53
62
1. Select **Install**.
54
63
55
64
For more information about how to manage the solution components, see [Discover and deploy out-of-the-box content](../sentinel-solutions-deploy.md).
56
65
57
66
1. Select **Create**.
58
67
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":::
60
69
61
70
1. Select the resource group and the Sentinel workspace in which you want to deploy the solution.
62
71
1. Select **Next** until you pass validation and select **Create**.
Copy file name to clipboardExpand all lines: articles/sentinel/sap/sap-btp-solution-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ With the Microsoft Sentinel Solution for SAP® BTP, you can:
42
42
43
43
The solution includes:
44
44
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).
46
46
-**[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.
47
47
- 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.
0 commit comments