Skip to content

Commit 566be9d

Browse files
authored
Acrolinx
1 parent 8d1519b commit 566be9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this tutorial, you learn how to use the Synapse Apache Spark diagnostic emitt
1818

1919
## Collect logs and metrics to Azure Event Hubs
2020

21-
### Step 1: Create an Azure Event Hub instance
21+
### Step 1: Create an Azure Event Hubs instance
2222

2323
To collect diagnostic logs and metrics to Azure Event Hubs, you can use existing Azure Event Hubs instance.
2424
Or if you don't have one, you can [create an event hub](../../event-hubs/event-hubs-create.md).
@@ -35,7 +35,7 @@ spark.synapse.diagnostic.emitter.MyDestination1.secret <connection-string>
3535
```
3636

3737
Fill in the following parameters in the configuration file: `<connection-string>`.
38-
For more description of the parameters, you can refer to [Azure EventHub configurations](#available-configurations)
38+
For more description of the parameters, you can refer to [Azure Event Hubs configurations](#available-configurations)
3939

4040
### Step 3: Upload the Apache Spark configuration file to Apache Spark pool
4141

@@ -50,7 +50,7 @@ For more description of the parameters, you can refer to [Azure EventHub configu
5050
| `spark.synapse.diagnostic.emitters` | Required. The comma-separated destination names of diagnostic emitters. |
5151
| `spark.synapse.diagnostic.emitter.<destination>.type` | Required. Built-in destination type. To enable Azure Event Hubs destination, the value should be `AzureEventHub`. |
5252
| `spark.synapse.diagnostic.emitter.<destination>.categories` | Optional. The comma-separated selected log categories. Available values include `DriverLog`, `ExecutorLog`, `EventLog`, `Metrics`. If not set, the default value is **all** categories. |
53-
| `spark.synapse.diagnostic.emitter.<destination>.secret` | Optional. The Azure Eventhub instance connection string. This field should match this pattern `Endpoint=sb://<FQDN>/;SharedAccessKeyName=<KeyName>;SharedAccessKey=<KeyValue>;EntityPath=<PathName>` |
53+
| `spark.synapse.diagnostic.emitter.<destination>.secret` | Optional. The Azure Event Hubs instance connection string. This field should match this pattern `Endpoint=sb://<FQDN>/;SharedAccessKeyName=<KeyName>;SharedAccessKey=<KeyValue>;EntityPath=<PathName>` |
5454
| `spark.synapse.diagnostic.emitter.<destination>.secret.keyVault` | Required if `.secret` is not specified. The [Azure Key vault](../../key-vault/general/overview.md) name where the secret (connection string) is stored. |
5555
| `spark.synapse.diagnostic.emitter.<destination>.secret.keyVault.secretName` | Required if `.secret.keyVault` is specified. The Azure Key vault secret name where the secret (connection string) is stored. |
5656
| `spark.synapse.diagnostic.emitter.<destination>.secret.keyVault.linkedService` | Optional. The Azure Key vault linked service name. When enabled in Synapse pipeline, this is necessary to obtain the secret from AKV. (Please make sure MSI has read permission on the AKV). |

0 commit comments

Comments
 (0)