You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/data-connectors/google-cloud-platform-dns-using-azure-function.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
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."
4
4
author: cwatson-cat
5
5
ms.topic: how-to
6
6
ms.date: 02/23/2023
7
7
ms.service: microsoft-sentinel
8
8
ms.author: cwatson
9
9
---
10
10
11
-
# Google Cloud Platform DNS (using Azure Function) connector for Microsoft Sentinel
11
+
# Google Cloud Platform DNS (using Azure Functions) connector for Microsoft Sentinel
12
12
13
13
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.
14
14
15
15
## Connector attributes
16
16
17
17
| Connector attribute | Description |
18
18
| --- | --- |
19
-
|**Azure function app code**|https://aka.ms/sentinel-GCPDNSDataConnector-functionapp|
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:
38
38
39
39
-**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/).
40
40
-**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