Skip to content

Commit 2fd8d3e

Browse files
authored
fixing some syntax
1 parent 5f259f3 commit 2fd8d3e

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

articles/sentinel/data-connectors/slack-audit.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,17 @@ If you're already signed in, go to the next step.
117117
**2. Configure the Function App**
118118

119119
1. In the Function App, select the Function App Name and select **Configuration**.
120-
2. In the **Application settings** tab, select **New application setting**.
121-
3. Add each of the following application settings individually, with their respective string values (case-sensitive):
122-
SlackAPIBearerToken
123-
WorkspaceID
124-
WorkspaceKey
125-
logAnalyticsUri (optional)
126-
> - Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: `https://<CustomerId>.ods.opinsights.azure.us`.
127-
3. Once all application settings have been entered, click **Save**.
128-
129-
130-
120+
1. In the **Application settings** tab, select **New application setting**.
121+
1. Add each of the following application settings individually, with their respective string values (case-sensitive):
122+
123+
- SlackAPIBearerToken
124+
- WorkspaceID
125+
- WorkspaceKey
126+
- logAnalyticsUri (optional)
131127

128+
> Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: `https://<CustomerId>.ods.opinsights.azure.us`.
132129
130+
1. Once all application settings have been entered, click **Save**.
133131

134132

135133
## Next steps

0 commit comments

Comments
 (0)