Skip to content

Commit b2ec033

Browse files
Merge pull request #230552 from YashikaTyagii/patch-61
(AzureCXP) fixes MicrosoftDocs/azure-docs#106446
2 parents 06fb899 + 54ad05f commit b2ec033

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/sentinel/data-connectors/google-cloud-platform-iam-using-azure-function.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
2-
title: "Google Cloud Platform IAM (using Azure Function) connector for Microsoft Sentinel"
3-
description: "Learn how to install the connector Google Cloud Platform IAM (using Azure Function) to connect your data source to Microsoft Sentinel."
2+
title: "Google Cloud Platform IAM (using Azure Functions) connector for Microsoft Sentinel"
3+
description: "Learn how to install the connector Google Cloud Platform IAM (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-
# Google Cloud Platform IAM (using Azure Function) connector for Microsoft Sentinel
11+
# Google Cloud Platform IAM (using Azure Functions) connector for Microsoft Sentinel
1212

1313
The Google Cloud Platform Identity and Access Management (IAM) data connector provides the capability to ingest [GCP IAM logs](https://cloud.google.com/iam/docs/audit-logging) into Microsoft Sentinel using the GCP Logging API. Refer to [GCP Logging API documentation](https://cloud.google.com/logging/docs/api) for more information.
1414

1515
## Connector attributes
1616

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

3535
## Prerequisites
3636

37-
To integrate with Google Cloud Platform IAM (using Azure Function) make sure you have:
37+
To integrate with Google Cloud Platform IAM (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
- **GCP service account**: GCP service account with permissions to read logs is required for GCP Logging API. Also json file with service account key is required. See the documentation to learn more about [required permissions](https://cloud.google.com/iam/docs/audit-logging#audit_log_permissions), [creating service account](https://cloud.google.com/iam/docs/creating-managing-service-accounts) and [creating service account key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys).

0 commit comments

Comments
 (0)