Skip to content

Commit f2798b3

Browse files
Merge pull request #230555 from YashikaTyagii/patch-64
(AzureCXP) fixes MicrosoftDocs/azure-docs#106446
2 parents 6ab4000 + 6b37dd3 commit f2798b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

1313
The [Imperva Cloud WAF](https://www.imperva.com/resources/resource-library/datasheets/imperva-cloud-waf/) data connector provides the capability to integrate and ingest Web Application Firewall events into Microsoft Sentinel through the REST API. Refer to Log integration [documentation](https://docs.imperva.com/bundle/cloud-application-security/page/settings/log-integration.htm#Download) 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 [Imperva Cloud WAF](https://www.imperva.com/resources/resource-library/datas
1717
| Connector attribute | Description |
1818
| --- | --- |
1919
| **Application settings** | ImpervaAPIID<br/>ImpervaAPIKey<br/>ImpervaLogServerURI<br/>WorkspaceID<br/>WorkspaceKey<br/>logAnalyticsUri (optional) |
20-
| **Azure function app code** | https://aka.ms/sentinel-impervawafcloud-functionapp |
20+
| **Azure functions app code** | https://aka.ms/sentinel-impervawafcloud-functionapp |
2121
| **Log Analytics table(s)** | ImpervaWAFCloud_CL<br/> |
2222
| **Data collection rules support** | Not currently supported |
2323
| **Supported by** | [Microsoft Corporation](https://support.microsoft.com) |
@@ -35,7 +35,7 @@ ImpervaWAFCloud
3535

3636
## Prerequisites
3737

38-
To integrate with Imperva Cloud WAF (using Azure Function) make sure you have:
38+
To integrate with Imperva Cloud WAF (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
- **REST API Credentials/permissions**: **ImpervaAPIID**, **ImpervaAPIKey**, **ImpervaLogServerURI** are required for the API. [See the documentation to learn more about Setup Log Integration process](https://docs.imperva.com/bundle/cloud-application-security/page/settings/log-integration.htm#Setuplogintegration). Check all [requirements and follow the instructions](https://docs.imperva.com/bundle/cloud-application-security/page/settings/log-integration.htm#Setuplogintegration) for obtaining credentials. Please note that this connector uses CEF log event format. [More information](https://docs.imperva.com/bundle/cloud-application-security/page/more/log-file-structure.htm#Logfilestructure) about log format.

0 commit comments

Comments
 (0)