Skip to content

Commit f32aba7

Browse files
authored
Reorgnized MQTT how-to guide section
1 parent d88e690 commit f32aba7

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

articles/azure-web-pubsub/quickstarts-pubsub-among-mqtt-clients.md renamed to articles/azure-web-pubsub/howto-mqtt-pubsub-among-mqtt-clients.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: PubSub among MQTT clients
33
titleSuffix: Azure Web PubSub
4-
description: A quickstarts guide that shows to how to subscribe to messages on a topic and send messages to a topic without the involvement of a typical application server
4+
description: A how-to guide that shows to how to subscribe to messages on a topic and send messages to a topic without the involvement of a typical application server
55
author: Y-Sindo
66
ms.author: zityang
77
ms.service: azure-web-pubsub
8-
ms.topic: quickstart
9-
ms.date: 06/14/2024
10-
ms.custom: mode-api
8+
ms.topic: how-to
9+
ms.date: 10/17/2024
1110
---
1211
# Publish/subscribe among MQTT clients
1312
:::image type="content" source="media/quickstarts-pubsub-among-clients/among-clients.gif" alt-text="GIF of pub/sub among clients without an application server.":::
@@ -240,13 +239,8 @@ client.publish("group1", "Hello World!")
240239
```
241240
---
242241

243-
## Next steps
244242
By using the client SDK, you now know how to
245243
> [!div class="checklist"]
246244
> * **connect** to your Web PubSub resource
247245
> * **subscribe** to topics
248-
> * **publish** messages to topics
249-
250-
Next, you learn how to **push messages in real-time** from an application server to your clients.
251-
> [!div class="nextstepaction"]
252-
> [Push message from application server](quickstarts-push-messages-from-server.md)
246+
> * **publish** messages to topics

articles/azure-web-pubsub/overview-mqtt.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ For a more comprehensive MQTT broker solution on Azure, we recommend exploring [
3737
- Broadcast messages to MQTT web clients
3838
- Receive notifications for lifetime events of MQTT web client
3939

40-
Each data exchange pattern has a how-to guide. Refer to them to get started.
41-
4240
## How MQTT is adapted into Web PubSub's system
4341

4442
> [!NOTE]

articles/azure-web-pubsub/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
href: howto-develop-create-instance.md
2121
- name: PubSub among clients
2222
href: quickstarts-pubsub-among-clients.md
23-
- name: PubSub among MQTT clients
24-
href: quickstarts-pubsub-among-mqtt-clients.md
2523
- name: Push message from server
2624
href: quickstarts-push-messages-from-server.md
2725
- name: Event notifications from clients
@@ -158,6 +156,8 @@
158156
items:
159157
- name: Connect MQTT WebSocket clients
160158
href: howto-connect-mqtt-websocket-client.md
159+
- name: PubSub among MQTT clients
160+
href: howto-mqtt-pubsub-among-mqtt-clients.md
161161
- name: Reference
162162
items:
163163
- name: MQTT event handler protocol

0 commit comments

Comments
 (0)