Skip to content

Commit 6b3964c

Browse files
author
Venkat Yalla
authored
address review comments
1 parent 4875911 commit 6b3964c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-fabric-rti.md renamed to articles/iot-operations/connect-to-cloud/howto-configure-fabric-real-time-intelligence.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ To send data to Microsoft Fabric Real-Time Intelligence from Azure IoT Operation
2828
> 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.
2929
3030
## 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 need:
31+
Retrieve the [Kafka-compatible connection details for the Custom Endpoint](/fabric/real-time-intelligence/event-streams/add-source-custom-app#kafka). You need:
3232

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":::
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.":::
3434

3535
#### Hostname
3636
The bootstrap server address is used for the hostname property in Dataflow endpoint.
@@ -39,13 +39,12 @@ The bootstrap server address is used for the hostname property in Dataflow endpo
3939
The event hub name is used as the Kafka topic and is of the form *es_xxxxxxx*.
4040

4141
#### Custom Endpoint connection string
42-
The connection string looks like:
43-
> *Endpoint=sb://eventstream-xxxxxxxx.servicebus.windows.net/;SharedAccessKeyName=key_xxxxxxxx;SharedAccessKey=xxxxxxxx;EntityPath=es_xxxxxxx*
42+
The connection string string for the primary key.
4443

4544

4645
## Create a Microsoft Fabric Real-Time Intelligence dataflow endpoint
4746

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.
47+
To configure a dataflow endpoint for Microsoft Fabric Real-Time Intelligence, you need to use Simple Authentication and Security Layer (SASL) based authentication.
4948

5049
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.
5150

-14.9 KB
Loading

0 commit comments

Comments
 (0)