Skip to content

Commit 3256d49

Browse files
Merge pull request #230580 from YashikaTyagii/patch-87
(AzureCXP) fixes MicrosoftDocs/azure-docs#106446
2 parents c159f49 + e05dc56 commit 3256d49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sentinel/data-connectors/snowflake-using-azure-function.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ ms.service: microsoft-sentinel
88
ms.author: cwatson
99
---
1010

11-
# Snowflake (using Azure Function) connector for Microsoft Sentinel
11+
# Snowflake (using Azure Functions) connector for Microsoft Sentinel
1212

1313
The Snowflake data connector provides the capability to ingest Snowflake [login logs](https://docs.snowflake.com/en/sql-reference/account-usage/login_history.html) and [query logs](https://docs.snowflake.com/en/sql-reference/account-usage/query_history.html) into Microsoft Sentinel using the Snowflake Python Connector. Refer to [Snowflake documentation](https://docs.snowflake.com/en/user-guide/python-connector.html) for more information.
1414

1515
## Connector attributes
1616

1717
| Connector attribute | Description |
1818
| --- | --- |
19-
| **Azure function app code** | https://aka.ms/sentinel-SnowflakeDataConnector-functionapp |
19+
| **Azure functions app code** | https://aka.ms/sentinel-SnowflakeDataConnector-functionapp |
2020
| **Log Analytics table(s)** | Snowflake_CL<br/> |
2121
| **Data collection rules support** | Not currently supported |
2222
| **Supported by** | [Microsoft Corporation](https://support.microsoft.com) |
@@ -34,7 +34,7 @@ Snowflake_CL
3434

3535
## Prerequisites
3636

37-
To integrate with Snowflake (using Azure Function) make sure you have:
37+
To integrate with Snowflake (using Azure Functions) make sure you have:
3838

3939
- **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/).
4040
- **Snowflake Credentials**: **Snowflake Account Identifier**, **Snowflake User** and **Snowflake Password** are required for connection. See the documentation to learn more about [Snowflake Account Identifier](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#). Instructions on how to create user for this connector you can find below.

0 commit comments

Comments
 (0)