Skip to content

Commit 1d41461

Browse files
authored
Merge pull request #298402 from v-lanjunli/section
add section
2 parents 5e2d9e2 + c2c92d8 commit 1d41461

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

articles/synapse-analytics/spark/azure-synapse-diagnostic-emitters-azure-eventhub.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,8 @@ Here's a sample log record in JSON format:
9292
## Synapse workspace with data exfiltration protection enabled
9393

9494
Azure Synapse Analytics workspaces support enabling data exfiltration protection for workspaces. With exfiltration protection, the logs and metrics can't be sent out to the destination endpoints directly. You can create corresponding [managed private endpoints](../../synapse-analytics/security/synapse-workspace-managed-private-endpoints.md) for different destination endpoints or [create IP firewall rules](../../synapse-analytics/security/synapse-workspace-ip-firewall.md) in this scenario.
95+
96+
## Collect Apache Spark applications logs and metrics by certificate and service principal
97+
98+
The Apache Spark diagnostic emitter extension now supports accessing Azure Event Hub by obtaining a token through service principal authentication with certificate credentials. For more information, see [Collect Apache Spark Application Logs and Metrics to Azure Event Hubs Using Certificate-Based Service Principal Authentication](./how-to-use-certificate-with-service-principalp-emit-log-event-hubs.md) article.
99+

articles/synapse-analytics/spark/how-to-use-certificate-with-service-principalp-emit-log-event-hubs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to use certificate and Service Principal emit log to Azure Event Hubs
2+
title: Collect Apache Spark Application Logs and Metrics to Azure Event Hubs Using Certificate-Based Service Principal Authentication
33
description: Learn to setting up Azure services, particularly focusing on integrating Azure Synapse with Azure Event Hubs and Key Vault.
44
author: jejiang
55
ms.author: jejiang
@@ -8,7 +8,7 @@ ms.topic: tutorial
88
ms.date: 03/24/2025
99
---
1010

11-
# How to use certificate and service principal emit log to Azure Event Hubs
11+
# Collect Apache Spark Application Logs and Metrics to Azure Event Hubs Using Certificate-Based Service Principal Authentication
1212

1313
The Apache Spark diagnostic emitter extension is a library that allows Spark applications to send logs, event logs, and metrics to destinations like Azure Event Hubs, Azure Log Analytics, and Azure Storage.
1414

articles/synapse-analytics/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ items:
816816
href: ./spark/azure-synapse-diagnostic-emitters-azure-storage.md
817817
- name: Collect Apache Spark applications logs and metrics with Azure Event Hubs
818818
href: ./spark/azure-synapse-diagnostic-emitters-azure-eventhub.md
819-
- name: Collect Apache Spark applications logs and metrics by certificate and service principal
819+
- name: Collect Apache Spark Application Logs and Metrics to Azure Event Hubs Using Certificate-Based Service Principal Authentication
820820
href: ./spark/how-to-use-certificate-with-service-principalp-emit-log-event-hubs.md
821821
- name: Manage Apache Spark configuration
822822
href: ./spark/apache-spark-azure-create-spark-configuration.md

0 commit comments

Comments
 (0)