Skip to content

Commit 32c1298

Browse files
authored
fixing more syntax
1 parent 2fd8d3e commit 32c1298

File tree

1 file changed

+25
-23
lines changed

1 file changed

+25
-23
lines changed

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

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -49,54 +49,57 @@ To integrate with Slack Audit (using Azure Functions) make sure you have:
4949

5050

5151
> [!NOTE]
52-
> This connector uses Azure Functions to connect to the Slack REST API to pull its logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/) for details.
53-
52+
> This connector uses Azure Functions to connect to the Slack REST API to pull its logs into Microsoft Sentinel. This might result in additional data ingestion costs. Check the [Azure Functions pricing page](https://azure.microsoft.com/pricing/details/functions/) for details.
5453
5554
>**(Optional Step)** Securely store workspace and API authorization key(s) or token(s) in Azure Key Vault. Azure Key Vault provides a secure mechanism to store and retrieve key values. [Follow these instructions](/azure/app-service/app-service-key-vault-references) to use Azure Key Vault with an Azure Function App.
5655
57-
5856
> [!NOTE]
59-
> This data connector depends on a parser based on a Kusto Function to work as expected. [Follow these steps](https://aka.ms/sentinel-SlackAuditAPI-parser) to create the Kusto functions alias, **SlackAudit**
60-
57+
> This data connector depends on a parser based on a Kusto Function to work as expected. [Follow these steps](https://aka.ms/sentinel-SlackAuditAPI-parser) to create the Kusto functions alias, **SlackAudit**
6158
6259
**STEP 1 - Configuration steps for the Slack API**
6360

6461
[Follow the instructions](https://api.slack.com/web#authentication) to obtain the credentials.
6562

66-
67-
6863
**STEP 2 - Choose ONE from the following two deployment options to deploy the connector and the associated Azure Function**
6964

70-
>**IMPORTANT:** Before deploying the Slack Audit data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
65+
> [!IMPORTANT]
66+
> Before deploying the Slack Audit data connector, have the Workspace ID and Workspace Primary Key (can be copied from the following).
7167
7268
Option 1 - Azure Resource Manager (ARM) Template
7369

7470
Use this method for automated deployment of the Slack Audit data connector using an ARM Tempate.
7571

76-
1. Click the **Deploy to Azure** button below.
72+
1. Select the **Deploy to Azure** button below.
73+
74+
[![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/sentinel-SlackAuditAPI-azuredeploy)
75+
76+
2. Select the preferred **Subscription**, **Resource Group** and **Location**.
77+
78+
> [!NOTE]
79+
> Within the same resource group, you can't mix Windows and Linux apps in the same region. Select existing resource group without Windows apps in it or create new resource group.
7780
78-
[![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://aka.ms/sentinel-SlackAuditAPI-azuredeploy)
79-
2. Select the preferred **Subscription**, **Resource Group** and **Location**.
80-
> **NOTE:** Within the same resource group, you can't mix Windows and Linux apps in the same region. Select existing resource group without Windows apps in it or create new resource group.
81-
3. Enter the **SlackAPIBearerToken** and deploy.
82-
4. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
83-
5. Click **Purchase** to deploy.
81+
4. Enter the **SlackAPIBearerToken** and deploy.
82+
5. Mark the checkbox labeled **I agree to the terms and conditions stated above**.
83+
6. Select **Purchase** to deploy.
8484

8585
Option 2 - Manual Deployment of Azure Functions
8686

8787
Use the following step-by-step instructions to deploy the Slack Audit data connector manually with Azure Functions (Deployment via Visual Studio Code).
8888

89-
9089
**1. Deploy a Function App**
9190

92-
> **NOTE:** You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
91+
> [!NOTE]
92+
> You will need to [prepare VS code](/azure/azure-functions/functions-create-first-function-python#prerequisites) for Azure function development.
93+
9394
1. Download the [Azure Function App](https://aka.ms/sentinel-SlackAuditAPI-functionapp) file. Extract archive to your local development computer.
9495
2. Start VS Code. Choose File in the main menu and select Open Folder.
9596
3. Select the top level folder from extracted files.
9697
4. Choose the Azure icon in the Activity bar, then in the **Azure: Functions** area, choose the **Deploy to function app** button.
97-
If you aren't already signed in, choose the Azure icon in the Activity bar, then in the **Azure: Functions** area, choose **Sign in to Azure**
98-
If you're already signed in, go to the next step.
99-
5. Provide the following information at the prompts:
98+
99+
- If you aren't already signed in, choose the Azure icon in the Activity bar, then in the **Azure: Functions** area, choose **Sign in to Azure**
100+
- If you're already signed in, go to the next step.
101+
102+
6. Provide the following information at the prompts:
100103

101104
a. **Select folder:** Choose a folder from your workspace or browse to one that contains your function app.
102105

@@ -110,9 +113,8 @@ If you're already signed in, go to the next step.
110113

111114
f. Select a location for new resources. For better performance and lower costs choose the same [region](https://azure.microsoft.com/regions/) where Microsoft Sentinel is located.
112115

113-
6. Deployment will begin. A notification is displayed after your function app is created and the deployment package is applied.
114-
7. Go to Azure Portal for the Function App configuration.
115-
116+
7. Deployment will begin. A notification is displayed after your function app is created and the deployment package is applied.
117+
8. Go to Azure Portal for the Function App configuration.
116118

117119
**2. Configure the Function App**
118120

0 commit comments

Comments
 (0)