Skip to content

Commit f63d81a

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

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: mqttSettings
101+
endpointType: mqtt
102102
authentication:
103103
method: serviceAccountToken
104104
serviceAccountTokenSettings:
@@ -117,7 +117,7 @@ kind: DataflowEndpoint
117117
metadata:
118118
name: eventgrid
119119
spec:
120-
endpointType: mqttSettings
120+
endpointType: mqtt
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: mqttSettings
137+
endpointType: mqtt
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: mqttSettings
200+
endpointType: mqtt
201201
mqttSettings:
202202
sharedSubscription:
203203
groupMinimumShareNumber: 3

0 commit comments

Comments
 (0)