Skip to content

Commit a23a6cd

Browse files
committed
wip
1 parent 1f38dd4 commit a23a6cd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

articles/azure-web-pubsub/quickstart-use-client-sdk.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,15 @@ dotnet add package Azure.Messaging.WebPubSub.Client --prerelease
7878
A client uses a Client Access URL to connect and authenticate with the service, which follows a pattern of `wss://<service_name>.webpubsub.azure.com/client/hubs/<hub_name>?access_token=<token>`.
7979

8080
1. In the Azure portal, go to your Web PubSub service resource page.
81-
1. Select **Key** from the menu.
82-
1. From the **Client URL Generator** section:
83-
1.
84-
1. A client can have a few ways to obtain the Client Access URL. For this quick start, you can copy and paste one from Azure portal shown as the following diagram.
81+
1. Select **Keys** from the menu.
82+
1. In the **Client URL Generator** section:
83+
1. Select **Send To Groups**
84+
1. Select **Allow Sending To Specific Groups**.
85+
1. Enter *group1* in the **Group Name** field and select **Add**.
86+
1. Select **Join/Leave Groups**.
87+
1. Select **Allow Joining/Leaving Specific Groups**.
88+
1. Enter *group1* in the **Group Name** field and select **Add**.
89+
1. Copy the **Client Access URL**.
8590

8691
:::image type="content" source="media/howto-websocket-connect/generate-client-url.png" alt-text="Screenshot of the Web PubSub Client URL Generator.":::
8792

0 commit comments

Comments
 (0)