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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,10 @@ You also can retrieve the logs via the UI:
101
101
1. In the new instance, create a service key.
102
102
1. View the service key and retrieve the required parameters from step 4 of the configuration instructions in the data connector UI (**url**, **uaa.url**, **uaa.clientid**, and **uaa.clientsecret**).
103
103
104
+
## Use tools for mass-onboarding of SAP BTP subaccounts to Microsoft Sentinel
105
+
106
+
To onboard SAP BTP subaccounts at scale, API and CLI based approaches are recommended. Get started with [this script library](https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SAP%20BTP/Tools/).
107
+
104
108
## Rotate the BTP client secret
105
109
106
110
We recommend that you periodically rotate the BTP subaccount client secrets. For an automated, platform-based approach, see our [Automatic SAP BTP trust store certificate renewal with Azure Key Vault – or how to stop thinking about expiry dates once and for all](https://community.sap.com/t5/technology-blogs-by-members/automatic-sap-btp-trust-store-certificate-renewal-with-azure-key-vault-or/ba-p/13565138) (SAP blog).
@@ -109,9 +113,9 @@ The following sample script demonstrates the process of updating an existing dat
109
113
110
114
Before you start, collect the values you need for the scripts parameters, including:
111
115
112
-
- The subscription ID, resource group, and workspace name for your Microsoft Sentinel workspace.
113
-
- The key vault and the name of the key vault secret.
114
-
- The name of the data connector you want to update with a new secret. To identify the data connector name, open the SAP BPT data connector in the Microsoft Sentinel data connectors page. The data connector name has the following syntax: *BTP_{connector name}*
116
+
- The subscription ID, resource group, and workspace name for your Microsoft Sentinel workspace.
117
+
- The key vault and the name of the key vault secret.
118
+
- The name of the data connector you want to update with a new secret. To identify the data connector name, open the SAP BPT data connector in the Microsoft Sentinel data connectors page. The data connector name has the following syntax: *BTP_{connector name}*
0 commit comments