Skip to content

Commit 6ca7108

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#106446
(AzureCXP) fixes MicrosoftDocs/azure-docs#106446 Performed changes to fix the document changed from "Azure Function" to "Azure Functions"
1 parent c958314 commit 6ca7108

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

1313
The Google Cloud Platform DNS data connector provides the capability to ingest [Cloud DNS query logs](https://cloud.google.com/dns/docs/monitoring#using_logging) and [Cloud DNS audit logs](https://cloud.google.com/dns/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-GCPDNSDataConnector-functionapp |
19+
| **Azure functions app code** | https://aka.ms/sentinel-GCPDNSDataConnector-functionapp |
2020
| **Log Analytics table(s)** | GCP_DNS_CL<br/> |
2121
| **Data collection rules support** | Not currently supported |
2222
| **Supported by** | [Microsoft Corporation](https://support.microsoft.com/) |
@@ -34,7 +34,7 @@ GCP_DNS_CL
3434

3535
## Prerequisites
3636

37-
To integrate with Google Cloud Platform DNS (using Azure Function) make sure you have:
37+
To integrate with Google Cloud Platform DNS (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 (with "logging.logEntries.list" permission) is required for GCP Logging API. Also json file with service account key is required. See the documentation to learn more about [permissions](https://cloud.google.com/logging/docs/access-control#permissions_and_roles), [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)