Skip to content

Commit 0d03fa2

Browse files
committed
update doc
1 parent be954f4 commit 0d03fa2

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,3 @@ Here is 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 cannot 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-
## Support emit log to Event Hub with a service principal and certificate
97-
98-
Azure Synapse Analytics workspaces support use service principal and certificate emit log to eventhub, you can refer to [How to use certificate and Service Principal emit log to eventhub](#how-to-use-certsp-emit-log-to-eventhub.md).
99-
100-

articles/synapse-analytics/spark/how-to-use-certsp-emit-log-to-eventhub.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ This document provides a step-by-step guide for setting up Azure services, parti
101101
```
102102
### Description
103103
104-
- EventHub.hostName : Event Hubs Namespace - Overview - Host name
105-
- EventHub.tenantId: App registrations - your app name - Overview - Directory (tenant) ID
106-
- EventHub.clientId: App registrations - your app name - Overview - Application(client) ID
107-
- EventHub.entityPath: Event Hubs Instance - Settings - Shared access policies - Find "EntityPath" in Connection string
104+
- **EventHub.hostName**: Event Hubs Namespace -> Overview -> Host name
105+
- **EventHub.tenantId**: App registrations -> your app name -> Overview -> Directory (tenant) ID
106+
- **EventHub.clientId**: App registrations -> your app name -> Overview -> Application(client) ID
107+
- **EventHub.entityPath**: Event Hubs Instance -> Settings -> Shared access policies -> Find "EntityPath" in Connection string
108108
109109
## Step 8. Run the Log-Sending Code
110110

0 commit comments

Comments
 (0)