Skip to content

Commit bc3a1df

Browse files
committed
Learn Editor: Update deploy-sap-btp-solution.md
1 parent 5a9a511 commit bc3a1df

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ You also can retrieve the logs via the UI:
101101
1. In the new instance, create a service key.
102102
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**).
103103

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+
104108
## Rotate the BTP client secret
105109

106110
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
109113

110114
Before you start, collect the values you need for the scripts parameters, including:
111115

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}*
115119

116120

117121
```powershell

0 commit comments

Comments
 (0)