Skip to content

Commit 07775c9

Browse files
author
Venkat Yalla
authored
final2
1 parent cdb19a6 commit 07775c9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-fabric-rti.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To send data to Microsoft Fabric Real-Time Intelligence from Azure IoT Operation
1818

1919
## Prerequisites
2020

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
2222
- A [configured dataflow profile](howto-configure-dataflow-profile.md)
2323
- [Create a Fabric workspace](/fabric/get-started/create-workspaces). The default *my workspace* isn't supported.
2424
- [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
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 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:
3232

3333
:::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.
3737

3838
#### 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*.
4040

4141
#### Custom Endpoint connection string
4242
The connection string looks like:
@@ -45,16 +45,16 @@ The connection string looks like:
4545

4646
## Create a Microsoft Fabric Real-Time Intelligence dataflow endpoint
4747

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.
4949

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.
5151

5252
# [Portal](#tab/portal)
5353

5454
1. In the IoT Operations portal, select the **Dataflow endpoints** tab.
5555
1. Under **Create new dataflow endpoint**, select **Microsoft Fabric Real-Time Intelligence** > **New**.
5656

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

5959
1. Enter the following settings for the endpoint:
6060

@@ -64,25 +64,25 @@ Azure Key Vault is the recommended way to sync the connection string to the Kube
6464
| Host | The hostname of the Event Stream Custom Endpoint in the format `*.servicebus.windows.net:9093`. Use the bootstrap server address noted previously. |
6565
| Authentication method | *SASL* is the currently the only supported authentication method. |
6666
| 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. |
6969
| 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. |
7070

7171
1. Select **Apply** to provision the endpoint.
7272

7373
# [Bicep](#tab/bicep)
7474

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).
7676

7777
# [Kubernetes](#tab/kubernetes)
7878

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).
8080

8181
---
8282

8383
## Advanced settings
8484

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).
8686

8787
## Next steps
8888

0 commit comments

Comments
 (0)