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
Gather the following values and add to the Apache Spark configuration.
108
+
109
+
- **<EMITTER_NAME>**: The name for the emmiter.
110
+
- **<CERTIFICATE_NAME>**: The certificate name that you generated in the key vault.
111
+
- **<LINKED_SERVICE_NAME>**: The Azure Key vault linked service name.
112
+
- **<EVENT_HUB_HOST_NAME>**: The Event Hub host name, you can find it in Event Hubs Namespace -> Overview -> Host name.
113
+
- **<SERVICE_PRINCIPAL_TENANT_ID>**: The service principal tenant id, you can find it in App registrations -> your app name -> Overview -> Directory (tenant) ID
114
+
- **<SERVICE_PRINCIPAL_CLIENT_ID>**: The service principal client id, you can find it in registrations -> your app name -> Overview -> Application(client) ID
115
+
- **<EVENT_HUB_ENTITY_PATH>**: The Event Hub entity path, you can find it in Event Hubs Namespace -> Overview -> Host name.
114
116
115
117
## Step 8. Submit an Apache Spark application and view the logs and metrics
0 commit comments