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
Copy file name to clipboardExpand all lines: articles/synapse-analytics/spark/how-to-use-certsp-emit-log-to-eventhub.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,24 @@ ms.date: 03/24/2025
10
10
11
11
# How to use certificate and Service Principal emit log to eventhub
12
12
13
-
This document provides a step-by-step guide for setting up Azure services, particularly focusing on integrating Azure Synapse with Event Hubs and Key Vault.
13
+
(Summry)
14
14
15
15
## Prerequisites
16
16
17
17
- An Azure subscription. If you don't have one, [create a free account](https://azure.microsoft.com/free/) before you begin.
- If you are new to Azure Event Hubs, read through [Event Hubs overview](/azure/event-hubs/event-hubs-about) and [Event Hubs features](/azure/event-hubs/event-hubs-features).
-To complete this tutorial's steps, you need to have access to a resource group for which you're assigned the Owner role. Generate a certificate in the Key Vault in this resource group.
> To complete this tutorial's steps, you need to have access to a resource group for which you're assigned the Owner role.
26
+
>
23
27
24
28
## Step 1. Create an App Registration (Service Principal)
25
29
26
-
1. Sign in to the [Azure portal](https://portal.azure.com/) and go to [App registrations](https://ms.portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade).
30
+
1. Sign in to the [Azure portal](https://portal.azure.com/) and go to [App registrations](/entra/identity-platform/quickstart-register-app#register-an-application).
27
31
2. Create a new app registration (Service Principal) for your Synapse workspace.
28
32
29
33
:::image type="content" source="media\how-to-use-certsp-emit-log-to-eventhub\create-a-new-app-registration.png" alt-text="Screenshot showing create a new app registration.":::
@@ -41,16 +45,17 @@ This document provides a step-by-step guide for setting up Azure services, parti
41
45
1. Go to the app created in Step 1 -> **Manage** -> **Manifest**.
42
46
2. Append the certificate details to the manifest file to establish trust.
:::image type="content" source="\media\how-to-use-certsp-emit-log-to-eventhub\trust-the-certificate.png" alt-text="Screenshot showing trust the certificate in the application.":::
56
+
```
57
+
58
+
:::image type="content" source="media\how-to-use-certsp-emit-log-to-eventhub\trust-the-certificate.png" alt-text="Screenshot showing trust the certificate in the application.":::
54
59
55
60
## Step 4. Assign Azure Event Hubs Data Sender Role
0 commit comments