Skip to content

Commit ffdb751

Browse files
Merge pull request #202114 from vicancy/patch-10
Update try-live-demo.md
2 parents 849f02c + 39b6bfa commit ffdb751

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/azure-web-pubsub/includes/try-live-demo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Azure portal provides a simple client URL Generator to generate a temp URL for q
2222
With this live demo, you could join or leave a group and send messages to the group members easily:
2323

2424
> [!div class="nextstepaction"]
25-
> [Open the demo](https://azure.github.io/azure-webpubsub/demos/clientpubsub.html)
25+
> [Open the demo](https://aka.ms/awps/quicktry)
2626
2727
> [!NOTE]
2828
> **Client Access URL** is a convenience tool provided in the portal to simplify your getting-started experience, you can also use this Client Access URL to do some quick connect test. To write your own application, we provide SDKs in 4 languages to help you generate the URL.
2929
3030
- Try different groups to join and different groups to send messages to, and see what messages are received. For example:
31-
- Make two clients joining into the same group. You will see that the message could broadcast to the group members.
32-
- Make two clients joining into different groups. You will see that the client cannot receive message if it is not group member.
31+
- Make two clients join the same group. You'll see that the message could broadcast to the group members.
32+
- Make two clients join different groups. You'll see that the client can't receive message if it is not group member.
3333
- You can also try to uncheck `Roles` when generating the `Client Access URL` to see what will happen when join a group or send messages to a group. For example:
34-
- Uncheck the `Send to Groups` permission. You will see that the client cannot send messages to the group.
35-
- Uncheck the `Join/Leave Groups` permission. You will see that the client cannot join a group.
34+
- Uncheck the `Send to Groups` permission. You'll see that the client can't send messages to the group.
35+
- Uncheck the `Join/Leave Groups` permission. You'll see that the client can't join a group.

articles/azure-web-pubsub/quickstart-live-demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 11/08/2021
1010

1111
# Quickstart: Connect to the Azure Web PubSub instance from the browser
1212

13-
This quickstart shows you how to get started easily with a [Pub/Sub live demo](https://azure.github.io/azure-webpubsub/demos/clientpubsub.html).
13+
This quickstart shows you how to get started easily with a [Pub/Sub live demo](https://aka.ms/awps/quicktry).
1414

1515
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
1616

0 commit comments

Comments
 (0)