Skip to content

Commit b7a5683

Browse files
committed
Did I fix all the tab groups yet
1 parent fef88d6 commit b7a5683

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,15 +671,15 @@ The consumer group ID is used to identify the consumer group that the dataflow u
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

674-
# Kubernetes(#tab/kubernetes)
674+
# [Kubernetes](#tab/kubernetes)
675675

676676
```yaml
677677
spec:
678678
kafkaSettings:
679679
consumerGroupId: <ID>
680680
```
681681

682-
# Bicep(#tab/bicep)
682+
# [Bicep](#tab/bicep)
683683

684684
```bicep
685685
kafkaSettings: {
@@ -883,6 +883,8 @@ kafkaSettings: {
883883
}
884884
```
885885

886+
---
887+
886888
The following sections describe how MQTT properties are translated to Kafka user headers and vice versa when the setting is enabled.
887889

888890
#### Kafka endpoint is a destination

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -770,7 +770,7 @@ You can set the Quality of Service (QoS) level for the MQTT messages to either 1
770770

771771
In the operations experience dataflow endpoint settings page, select the **Advanced** tab then use the **Quality of service (QoS)** field to specify the QoS level.
772772

773-
# Kubernetes(#tab/kubernetes)
773+
# [Kubernetes](#tab/kubernetes)
774774

775775
```yaml
776776
mqttSettings:

0 commit comments

Comments
 (0)