Skip to content

Commit fef88d6

Browse files
committed
Fix even more tab groups
1 parent ed6df1f commit fef88d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ kubectl create configmap client-ca-configmap --from-file root_ca.crt -n azure-io
667667

668668
The consumer group ID is used to identify the consumer group that the dataflow uses to read messages from the Kafka topic. The consumer group ID must be unique within the Kafka broker.
669669

670-
# Portal(#tab/portal)
670+
# [Portal](#tab/portal)
671671

672672
In the operations experience dataflow endpoint settings page, select the **Advanced** tab then use the **Consumer group ID** field to specify the consumer group ID.
673673

@@ -864,7 +864,7 @@ kafkaSettings: {
864864

865865
By default, the copy MQTT properties setting is enabled. These user properties include values such as `subject` that stores the name of the asset sending the message.
866866

867-
# Portal(#tab/portal)
867+
# [Portal](#tab/portal)
868868

869869
In the operations experience dataflow endpoint settings page, select the **Advanced** tab then use checkbox next to **Copy MQTT properties** field to enable or disable copying MQTT properties.
870870

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ The TLS mode can be set to `Enabled` or `Disabled`. If the mode is set to `Enabl
703703

704704
Configure the trusted CA certificate for the MQTT endpoint to establish a secure connection to the MQTT broker. This setting is important if the MQTT broker uses a self-signed certificate or a certificate signed by a custom CA that isn't trusted by default.
705705

706-
# Portal(#tab/portal)
706+
# [Portal](#tab/portal)
707707

708708
In the operations experience dataflow endpoint settings page, select the **Advanced** tab then use the **Trusted CA certificate config map** field to specify the ConfigMap containing the trusted CA certificate.
709709

@@ -824,7 +824,7 @@ The *retain* setting only takes effect if the dataflow uses MQTT endpoint as bot
824824

825825
You can set the session expiry interval for the dataflow MQTT client. The session expiry interval is the maximum time that an MQTT session is maintained if the dataflow client disconnects. The default is 3600 seconds. To configure the session expiry interval:
826826

827-
# Portal(#tab/portal)
827+
# [Portal](#tab/portal)
828828

829829
In the operations experience dataflow endpoint settings page, select the **Advanced** tab then use the **Session expiry** field to specify the session expiry interval.
830830

0 commit comments

Comments
 (0)