You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/quickstarts-livetry.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,7 @@ Before getting started, here’s a quick refresher on core Azure Web PubSub conc
42
42
43
43
In this scenario, you’ll simulate server-side broadcasting using the `sendToGroup` REST API. This demonstrates how the service routes a message from your backend to all clients in a specified group.
44
44
45
-
### Watch the video walkthrough
46
-
[!!!!MISSING!!!!]
47
-
48
-
### Steps (recap from video)
45
+
### Steps
49
46
1. In the Azure portal, navigate to your Azure Web PubSub resource.
50
47
2. Open the **LiveTry** blade.
51
48
3. Click **+ Add Client** to simulate multiple connections.
@@ -65,10 +62,7 @@ Try repeating the steps with multiple clients to visualize message broadcasting
65
62
66
63
In this scenario, you’ll simulate a client sending a message to other clients in the same group—similar to a user posting a message in a chat room.
67
64
68
-
### Watch the video walkthrough
69
-
[!!!!MISSING!!!!]
70
-
71
-
### Steps (recap from video)
65
+
### Steps
72
66
1. In **LiveTry**, add two or more clients and specify the same value for the `Initial Groups` field.
73
67
2. For the client that will send the message, select **Allow client to send to all groups**.
74
68
3. Switch to that client’s panel, specify the group name, enter a message, and click **Invoke**.
@@ -91,4 +85,4 @@ This scenario showcases **client-to-group messaging**, which is ideal in applica
91
85
92
86
- Learn more about [key concepts](./key-concepts.md) in Azure Web PubSub
93
87
- Follow the [Quickstart guide](./quickstarts-pubsub-among-clients.md) to build a local sample
94
-
- Explore guides under "How-to guides" for common tasks when developing with Azure Web PubSub
88
+
- Explore guides under "How-to guides" for common tasks when developing with Azure Web PubSub
0 commit comments