Skip to content

Commit 9128506

Browse files
committed
Learn Editor: Update howto-configure-dataflow-endpoint.md
1 parent e2e7b6c commit 9128506

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ kind: DataflowEndpoint
9898
metadata:
9999
name: mq
100100
spec:
101-
endpointType: mqtt
101+
endpointType: mqttSettings
102102
authentication:
103103
method: serviceAccountToken
104104
serviceAccountTokenSettings:
@@ -117,7 +117,7 @@ kind: DataflowEndpoint
117117
metadata:
118118
name: eventgrid
119119
spec:
120-
endpointType: mqtt
120+
endpointType: mqttSettings
121121
authentication:
122122
method: systemAssignedManagedIdentity
123123
systemAssignedManagedIdentitySettings:
@@ -134,7 +134,7 @@ For other MQTT brokers, you can configure the endpoint, TLS, authentication, and
134134

135135
```yaml
136136
spec:
137-
endpointType: mqtt
137+
endpointType: mqttSettings
138138
authentication:
139139
...
140140
mqttSettings:
@@ -197,7 +197,7 @@ You can also configure shared subscriptions, QoS, MQTT version, client ID prefix
197197

198198
```yaml
199199
spec:
200-
endpointType: mqtt
200+
endpointType: mqttSettings
201201
mqttSettings:
202202
sharedSubscription:
203203
groupMinimumShareNumber: 3

0 commit comments

Comments
 (0)