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/iot-operations/connect-to-cloud/howto-configure-fabric-rti.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To send data to Microsoft Fabric Real-Time Intelligence from Azure IoT Operation
18
18
19
19
## Prerequisites
20
20
21
-
- An instance of [Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md)
21
+
- An [Azure IoT Operations](../deploy-iot-ops/howto-deploy-iot-operations.md) instance
22
22
- A [configured dataflow profile](howto-configure-dataflow-profile.md)
23
23
-[Create a Fabric workspace](/fabric/get-started/create-workspaces). The default *my workspace* isn't supported.
24
24
-[Create an Event Stream](/fabric/real-time-intelligence/event-streams/create-manage-an-eventstream#create-an-eventstream)
@@ -28,15 +28,15 @@ To send data to Microsoft Fabric Real-Time Intelligence from Azure IoT Operation
28
28
> Event Stream supports multiple input sources including Azure Event Hubs. If you have an existing dataflow to Azure Event Hubs, you can bring that into Fabric as shown in the [Quickstart](../get-started-end-to-end-sample/quickstart-get-insights.md#ingest-data-into-real-time-intelligence). This article shows you how to flow real-time data directly into Microsoft Fabric without any other hops in between.
29
29
30
30
## Retrieve Custom Endpoint connection details
31
-
Note the [Kafka-compatible connection details for the Custom Endpoint](/fabric/real-time-intelligence/event-streams/add-source-custom-app#kafka). You will need:
31
+
Note the [Kafka-compatible connection details for the Custom Endpoint](/fabric/real-time-intelligence/event-streams/add-source-custom-app#kafka). You need:
32
32
33
33
:::image type="content" source="media/howto-configure-fabric-rti/event-stream-kafka.png" alt-text="Screenshot in Micrsoft Fabric that has the Custom Endpoint connection details":::
34
34
35
35
#### Hostname
36
36
The bootstrap server address is used for the hostname property in Dataflow endpoint.
37
37
38
38
#### Topic name
39
-
The Event Hub name is used as the Kafka topic and is of the form *es_xxxxxxx*.
39
+
The event hub name is used as the Kafka topic and is of the form *es_xxxxxxx*.
40
40
41
41
#### Custom Endpoint connection string
42
42
The connection string looks like:
@@ -45,16 +45,16 @@ The connection string looks like:
45
45
46
46
## Create a Microsoft Fabric Real-Time Intelligence dataflow endpoint
47
47
48
-
To configure a dataflow endpoint for Microsoft Fabric Real-Time Intelligence, you will need to use SASL connection string based authentication. Managed identity support will be added in the future.
48
+
To configure a dataflow endpoint for Microsoft Fabric Real-Time Intelligence, you need to use Simple Authentication and Security Layer (SASL) based authentication. Managed identity support will be added in the future.
49
49
50
-
Azure Key Vault is the recommended way to sync the connection string to the Kubernetes cluster so that it can referenced in the dataflow. [Secure settings](../deploy-iot-ops/howto-enable-secure-settings.md) must be enabled to configure this endpoint using the operations experience Portal.
50
+
Azure Key Vault is the recommended way to sync the connection string to the Kubernetes cluster so that it can be referenced in the dataflow. [Secure settings](../deploy-iot-ops/howto-enable-secure-settings.md) must be enabled to configure this endpoint using the operations experience Portal.
51
51
52
52
# [Portal](#tab/portal)
53
53
54
54
1. In the IoT Operations portal, select the **Dataflow endpoints** tab.
55
55
1. Under **Create new dataflow endpoint**, select **Microsoft Fabric Real-Time Intelligence** > **New**.
56
56
57
-
:::image type="content" source="media/howto-configure-fabric-rti/event-stream-sasl.png" alt-text="Screenshot using operations experience to create a new Fabric RTI dataflow endpoint.":::
57
+
:::image type="content" source="media/howto-configure-fabric-rti/event-stream-sasl.png" alt-text="Screenshot using operations experience to create a new Fabric Real-Time Intelligence dataflow endpoint.":::
58
58
59
59
1. Enter the following settings for the endpoint:
60
60
@@ -64,25 +64,25 @@ Azure Key Vault is the recommended way to sync the connection string to the Kube
64
64
| Host | The hostname of the Event Stream Custom Endpoint in the format `*.servicebus.windows.net:9093`. Use the bootstrap server address noted previously. |
65
65
| Authentication method |*SASL* is the currently the only supported authentication method. |
66
66
| SASL type | Choose *Plain*|
67
-
| Synced secret name | Name of secret that will synced to the Kubernetes cluster. You can choose any name. |
68
-
| Username reference of token secret | Create a new or choose an existing Key Vault reference. The secret value must be the literal string *$ConnectionString*. It is not an environment variable. |
67
+
| Synced secret name | Name of secret that will be synced to the Kubernetes cluster. You can choose any name. |
68
+
| Username reference of token secret | Create a new or choose an existing Key Vault reference. The secret value must be the literal string *$ConnectionString*. It isn't an environment variable. |
69
69
| Password reference of token secret | Create a new or choose an existing Key Vault reference. The secret value must be the Custom Endpoint connection string noted earlier. |
70
70
71
71
1. Select **Apply** to provision the endpoint.
72
72
73
73
# [Bicep](#tab/bicep)
74
74
75
-
Identical to [SASL instructions for the Event Hubs endpoint](./howto-configure-kafka-endpoint?tabs=bicep#sasl).
75
+
Identical to [SASL instructions for the Event Hubs endpoint](howto-configure-kafka-endpoint?tabs=bicep#sasl).
76
76
77
77
# [Kubernetes](#tab/kubernetes)
78
78
79
-
Identical to [SASL instructions for the Event Hubs endpoint](../connect-to-cloud/howto-configure-kafka-endpoint?tabs=kubernetes#sasl).
79
+
Identical to [SASL instructions for the Event Hubs endpoint](connect-to-cloud/howto-configure-kafka-endpoint?tabs=kubernetes#sasl).
80
80
81
81
---
82
82
83
83
## Advanced settings
84
84
85
-
The advanced settings for this endpoint are identical to the [advanced settings for Azure Event Hubs endpoints](../connect-to-cloud/howto-configure-kafka-endpoint#advanced-settings).
85
+
The advanced settings for this endpoint are identical to the [advanced settings for Azure Event Hubs endpoints](connect-to-cloud/howto-configure-kafka-endpoint#advanced-settings).
0 commit comments