Skip to content

Commit c7ba326

Browse files
committed
Fix blocking issues
1 parent ec0d5f1 commit c7ba326

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

articles/iot-operations/connect-to-cloud/howto-configure-dataflow-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For example, you can use the default MQTT broker data flow endpoint. You can use
6565

6666
# [Operations experience](#tab/portal)
6767

68-
:::image type="content" source="media/howto-configure-dataflow-endpoint/create-dataflow-mq-mq.png" alt-text="Screenshot using operations experience to create a data flow from MQTT to MQTT.":::
68+
:::image type="content" source="media/howto-configure-dataflow-endpoint/create-dataflow-mq-mq.png" alt-text="Screenshot using operations experience to create a data flow from MQTT to MQTT." lightbox="media/howto-configure-dataflow-endpoint/create-dataflow-mq-mq.png":::
6969

7070
# [Azure CLI](#tab/cli)
7171

@@ -165,7 +165,7 @@ Similarly, you can create multiple data flows that use the same MQTT endpoint fo
165165
166166
# [Operations experience](#tab/portal)
167167
168-
:::image type="content" source="media/howto-configure-dataflow-endpoint/create-dataflow-mq-kafka.png" alt-text="Screenshot using operations experience to create a data flow from MQTT to Kafka.":::
168+
:::image type="content" source="media/howto-configure-dataflow-endpoint/create-dataflow-mq-kafka.png" alt-text="Screenshot of operations experience showing Kafka dataflow." lightbox="media/howto-configure-dataflow-endpoint/create-dataflow-mq-kafka.png":::
169169
170170
# [Azure CLI](#tab/cli)
171171

articles/iot-operations/connect-to-cloud/howto-configure-kafka-endpoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Once the Azure Event Hubs namespace and event hub are configured, you can create
5959
1. In the [operations experience](https://iotoperations.azure.com/), select the **Data flow endpoints** tab.
6060
1. Under **Create new data flow endpoint**, select **Azure Event Hubs** > **New**.
6161

62-
:::image type="content" source="media/howto-configure-kafka-endpoint/create-event-hubs-endpoint.png" alt-text="Screenshot using operations experience to create an Azure Event Hubs data flow endpoint.":::
62+
:::image type="content" source="media/howto-configure-kafka-endpoint/create-event-hubs-endpoint.png" alt-text="Screenshot using operations experience to create an Azure Event Hubs data flow endpoint." lightbox="media/howto-configure-kafka-endpoint/create-event-hubs-endpoint.png":::
6363

6464
1. Enter the following settings for the endpoint:
6565

@@ -339,7 +339,7 @@ To configure a data flow endpoint for non-Event-Hub Kafka brokers, set the host,
339339
1. In the [operations experience](https://iotoperations.azure.com/), select the **Data flow endpoints** tab.
340340
1. Under **Create new data flow endpoint**, select **Custom Kafka Broker** > **New**.
341341
342-
:::image type="content" source="media/howto-configure-kafka-endpoint/create-kafka-endpoint.png" alt-text="Screenshot using operations experience to create a Kafka data flow endpoint.":::
342+
:::image type="content" source="media/howto-configure-kafka-endpoint/create-kafka-endpoint.png" alt-text="Screenshot using operations experience to create a Kafka data flow endpoint." lightbox="media/howto-configure-kafka-endpoint/create-kafka-endpoint.png":::
343343
344344
1. Enter the following settings for the endpoint:
345345
@@ -826,7 +826,7 @@ You can set advanced settings for the Kafka data flow endpoint such as TLS, trus
826826

827827
In the operations experience, select the **Advanced** tab for the data flow endpoint.
828828

829-
:::image type="content" source="media/howto-configure-kafka-endpoint/kafka-advanced.png" alt-text="Screenshot using operations experience to set Kafka data flow endpoint advanced settings.":::
829+
:::image type="content" source="media/howto-configure-kafka-endpoint/kafka-advanced.png" alt-text="Screenshot using operations experience to set Kafka data flow endpoint advanced settings." lightbox="media/howto-configure-kafka-endpoint/kafka-advanced.png":::
830830

831831
# [Azure CLI](#tab/cli)
832832

0 commit comments

Comments
 (0)