Skip to content

Commit 4b9b8d6

Browse files
committed
Reviewing
1 parent 9938cc0 commit 4b9b8d6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Before you begin, verify that:
2828
- You have a defined Microsoft Sentinel workspace and have read and write permissions to the workspace.
2929
- Your organization uses SAP BTP (in a Cloud Foundry environment) to streamline interactions with SAP applications and other business applications.
3030
- 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/).
31-
- You have the SAP BTP auditlog-management service and service key (see [Set up the solution](#set-up-the-btp-account-and-solution)).
32-
- 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.
31+
- You have the SAP BTP auditlog-management service and service key (see [Set up the BTP account and solution](#set-up-the-btp-account-and-solution)).
32+
- You can create an [Azure Function App](../../azure-functions/functions-overview.md) with the `Microsoft.Web/Sites`, `Microsoft.Web/ServerFarms`, `Microsoft.Insights/Components`, and `Microsoft.Storage/StorageAccounts` permissions.
3333
- You can create [Data Collection Rules/Endpoints](../../azure-monitor/essentials/data-collection-rule-overview.md) with the permissions:
3434
- `Microsoft.Insights/DataCollectionEndpoints`, and `Microsoft.Insights/DataCollectionRules`.
3535
- Assign the Monitoring Metrics Publisher role to the Azure Function.
@@ -52,12 +52,13 @@ Before you begin, verify that:
5252

5353
```json
5454
{
55-
    "url": "https://auditlog-management.cfapps.us10.hana.ondemand.com",
56-
    "uaa": {
57-
        "clientid": "sb-ac79fee5-8ad0-4f88-be71-d3f9c566e73a!b136532|auditlog-management!b1237",
58-
        "clientsecret": "682323d2-42a0-45db-a939-74639efde986$gR3x3ohHTB8iyYSKHW0SNIWG4G0tQkkMdBwO7lKhwcQ=",
59-
        "url": "https://915a0312trial.authentication.us10.hana.ondemand.com",
60-
...
55+
    "url": "https://auditlog-management.cfapps.us10.hana.ondemand.com",
56+
    "uaa": {
57+
        "clientid": "sb-ac79fee5-8ad0-4f88-be71-d3f9c566e73a!b136532|auditlog-management!b1237",
58+
        "clientsecret": "682323d2-42a0-45db-a939-74639efde986$gR3x3ohHTB8iyYSKHW0SNIWG4G0tQkkMdBwO7lKhwcQ=",
59+
        "url": "https://915a0312trial.authentication.us10.hana.ondemand.com",
60+
...
61+
}
6162
}
6263
```
6364

0 commit comments

Comments
 (0)