Skip to content

Commit 71b742d

Browse files
committed
Adding method: field suggestion
1 parent 6e6a7bb commit 71b742d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ resource remoteMqttBrokerDataflowEndpoint 'Microsoft.IoTOperations/instances/dat
286286
mqttSettings: {
287287
host: eventGridHostName
288288
authentication: {
289-
// See available authentication methods below
289+
// See available authentication methods section for method types
290+
// method: <METHOD_TYPE>
290291
}
291292
tls: {
292293
mode: 'Enabled'
@@ -317,7 +318,8 @@ spec:
317318
mqttSettings:
318319
host: <NAMESPACE>.<REGION>-1.ts.eventgrid.azure.net:8883
319320
authentication:
320-
# See available authentication methods below
321+
# See available authentication methods section for method types
322+
# method: <METHOD_TYPE>
321323
tls:
322324
mode: Enabled
323325
```
@@ -381,7 +383,8 @@ For other MQTT brokers, you can configure the endpoint, TLS, authentication, and
381383
```bicep
382384
mqttSettings: {
383385
authentication: {
384-
// See available authentication methods below
386+
// See available authentication methods section for method types
387+
// method: <METHOD_TYPE>
385388
}
386389
host: '<HOST>:<PORT>'
387390
tls: {
@@ -399,7 +402,8 @@ spec:
399402
mqttSettings:
400403
host: <HOST>:<PORT>
401404
authentication:
402-
# See available authentication methods below
405+
# See available authentication methods section for method types
406+
# method: <METHOD_TYPE>
403407
tls:
404408
mode: Enabled # or Disabled
405409
trustedCaCertificateConfigMapRef: <TRUSTED_CA_CERT_CONFIGMAP>

0 commit comments

Comments
 (0)