Skip to content

Commit e7a9f79

Browse files
Merge pull request #230587 from YashikaTyagii/patch-93
(AzureCXP) fixes MicrosoftDocs/azure-docs#106446
2 parents 9ee82cd + 404b5a7 commit e7a9f79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/sentinel/data-connectors/workplace-from-facebook-using-azure-function.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: "Workplace from Facebook (using Azure Function) connector for Microsoft Sentinel"
3-
description: "Learn how to install the connector Workplace from Facebook (using Azure Function) to connect your data source to Microsoft Sentinel."
2+
title: "Workplace from Facebook (using Azure Functions) connector for Microsoft Sentinel"
3+
description: "Learn how to install the connector Workplace from Facebook (using Azure Functions) to connect your data source to Microsoft Sentinel."
44
author: cwatson-cat
55
ms.topic: how-to
66
ms.date: 02/23/2023
77
ms.service: microsoft-sentinel
88
ms.author: cwatson
99
---
1010

11-
# Workplace from Facebook (using Azure Function) connector for Microsoft Sentinel
11+
# Workplace from Facebook (using Azure Functions) connector for Microsoft Sentinel
1212

1313
The [Workplace](https://www.workplace.com/) data connector provides the capability to ingest common Workplace events into Azure Sentinel through Webhooks. Webhooks enable custom integration apps to subscribe to events in Workplace and receive updates in real time. When a change occurs in Workplace, an HTTPS POST request with event information is sent to a callback data connector URL. Refer to [Webhooks documentation](https://developers.facebook.com/docs/workplace/reference/webhooks) for more information. The connector provides ability to get events which helps to examine potential security risks, analyze your team's use of collaboration, diagnose configuration problems and more.
1414

@@ -17,7 +17,7 @@ The [Workplace](https://www.workplace.com/) data connector provides the capabili
1717
| Connector attribute | Description |
1818
| --- | --- |
1919
| **Application settings** | WorkplaceAppSecret<br/>WorkplaceVerifyToken<br/>WorkspaceID<br/>WorkspaceKey<br/>logAnalyticsUri (optional) |
20-
| **Azure function app code** | https://aka.ms/sentinel-WorkplaceFacebook-functionapp |
20+
| **Azure functions app code** | https://aka.ms/sentinel-WorkplaceFacebook-functionapp |
2121
| **Kusto function alias** | Workplace_Facebook |
2222
| **Kusto function url** | https://aka.ms/sentinel-WorkplaceFacebook-parser |
2323
| **Log Analytics table(s)** | Workplace_Facebook_CL<br/> |
@@ -37,7 +37,7 @@ Workplace_Facebook
3737

3838
## Prerequisites
3939

40-
To integrate with Workplace from Facebook (using Azure Function) make sure you have:
40+
To integrate with Workplace from Facebook (using Azure Functions) make sure you have:
4141

4242
- **Microsoft.Web/sites permissions**: Read and write permissions to Azure Functions to create a Function App is required. [See the documentation to learn more about Azure Functions](https://learn.microsoft.com/azure/azure-functions/).
4343
- **Webhooks Credentials/permissions**: WorkplaceAppSecret, WorkplaceVerifyToken, Callback URL are required for working Webhooks. See the documentation to learn more about [configuring Webhooks](https://developers.facebook.com/docs/workplace/reference/webhooks), [configuring permissions](https://developers.facebook.com/docs/workplace/reference/permissions).

0 commit comments

Comments
 (0)