Skip to content

Commit 5f9ae43

Browse files
Merge pull request #230538 from YashikaTyagii/patch-50
(AzureCXP) fixes MicrosoftDocs/azure-docs#106446
2 parents 56f4911 + bc88ee9 commit 5f9ae43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/sentinel/data-connectors/box-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: "Box (using Azure Function) connector for Microsoft Sentinel"
3-
description: "Learn how to install the connector Box (using Azure Function) to connect your data source to Microsoft Sentinel."
2+
title: "Box (using Azure Functions) connector for Microsoft Sentinel"
3+
description: "Learn how to install the connector Box (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-
# Box (using Azure Function) connector for Microsoft Sentinel
11+
# Box (using Azure Functions) connector for Microsoft Sentinel
1212

1313
The Box data connector provides the capability to ingest [Box enterprise's events](https://developer.box.com/guides/events/#admin-events) into Microsoft Sentinel using the Box REST API. Refer to [Box documentation](https://developer.box.com/guides/events/enterprise-events/for-enterprise/) for more information.
1414

@@ -17,7 +17,7 @@ The Box data connector provides the capability to ingest [Box enterprise's event
1717
| Connector attribute | Description |
1818
| --- | --- |
1919
| **Application settings** | AzureSentinelWorkspaceId<br/>AzureSentinelSharedKey<br/>BOX_CONFIG_JSON<br/>logAnalyticsUri (optional) |
20-
| **Azure function app code** | https://aka.ms/sentinel-BoxDataConnector-functionapp |
20+
| **Azure functions app code** | https://aka.ms/sentinel-BoxDataConnector-functionapp |
2121
| **Log Analytics table(s)** | BoxEvents_CL<br/> |
2222
| **Data collection rules support** | Not currently supported |
2323
| **Supported by** | [Microsoft Corporation](https://support.microsoft.com) |
@@ -35,7 +35,7 @@ BoxEvents
3535

3636
## Prerequisites
3737

38-
To integrate with Box (using Azure Function) make sure you have:
38+
To integrate with Box (using Azure Functions) make sure you have:
3939

4040
- **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/).
4141
- **Box API Credentials**: Box config JSON file is required for Box REST API JWT authentication. [See the documentation to learn more about JWT authentication](https://developer.box.com/guides/authentication/jwt/).

0 commit comments

Comments
 (0)