Skip to content

Commit 275f62d

Browse files
Merge pull request #303549 from PatAltimore/patricka-event-grid-websocket
Add Event Grid host name requirement
2 parents d5f0d43 + 84e06f9 commit 275f62d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,9 @@ mqttSettings:
13011301

13021302
By default, WebSockets isn't enabled. To use MQTT over WebSockets, set the `protocol` field to `WebSockets`.
13031303

1304+
> [!IMPORTANT]
1305+
> When using MQTT over WebSockets, Event Grid requires `/mqtt` appended to the end of the host name value. For example, `my-event-grid.eventgrid.azure.net:443/mqtt` or `my-event-grid/mqtt`.
1306+
13041307
# [Operations experience](#tab/portal)
13051308

13061309
In the operations experience data flow endpoint settings page, select the **Advanced** tab then use the **Protocol** field to specify the protocol.

0 commit comments

Comments
 (0)