Skip to content

Commit 3af1941

Browse files
committed
Minor updates
1 parent 8a39428 commit 3af1941

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

articles/iot-operations/discover-manage-assets/howto-use-mqtt-connector.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ To connect to an external MQTT broker:
100100

101101
To connect to the built-in MQTT broker:
102102

103-
1. On the **Basic** page, add a name for the endpoint, a dummy server URL, and any value for the authentication credentials.
103+
1. On the **Basic** page, add a name for the endpoint, `mqtt://aio-broker:18883` as the server URL, and **Anonymous** for the authentication credentials.
104104

105105
> [!TIP]
106106
> The built-in MQTT broker configuration doesn't require authentication values and has a known URL. The values you enter are ignored.
@@ -158,8 +158,10 @@ To use the `Username password` authentication mode, complete the following steps
158158

159159
[!INCLUDE [connector-certificate-user](../includes/connector-certificate-user.md)]
160160

161-
## Discover and create assets
161+
> [!NOTE]
162+
> Currently, the connector doesn't support intermediate certificates when it connects to external MQTT brokers.
162163
164+
## Discover and create assets
163165

164166
When you send a message to a topic that matches the topic filter on the asset discovery configuration for a device, the connector for MQTT detects the new topic and creates a _detected asset_ custom resource. For example, if you specify the topic filter as `A/B/+`, and you send a message to the topic `A/B/asset1`, the connector for MQTT detects the new topic and creates a _discovered asset_ that you can view in the operations experience web UI:
165167

0 commit comments

Comments
 (0)