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
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)
39
39
40
40
### Step 3: Upload the Apache Spark configuration file to Apache Spark pool
41
41
@@ -50,7 +50,7 @@ For more description of the parameters, you can refer to [Azure EventHub configu
50
50
|`spark.synapse.diagnostic.emitters`| Required. The comma-separated destination names of diagnostic emitters. |
51
51
|`spark.synapse.diagnostic.emitter.<destination>.type`| Required. Built-in destination type. To enable Azure Event Hubs destination, the value should be `AzureEventHub`. |
52
52
|`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>`|
54
54
|`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. |
55
55
|`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. |
56
56
|`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