Skip to content

Commit 3f1cac1

Browse files
committed
Fixing code
1 parent 4b9b8d6 commit 3f1cac1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,18 @@ Before you begin, verify that:
4848

4949
1. Create a service key and record the `url`, `uaa.clientid`, and `uaa.urlfollowing` values. These are required to deploy the data connector.
5050

51-
Here's an example of these field values in the JSON file.
52-
53-
```json
54-
{
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-
}
62-
}
51+
Here's an example of these field values.
52+
53+
```
54+
{
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+
}
62+
}
6363
```
6464

6565
1. Log into the Azure portal with the [solution preview feature flag](https://portal.azure.com/?feature.loadTemplateSolutions=true).

0 commit comments

Comments
 (0)