Skip to content

Commit bfa5ac3

Browse files
authored
resolve comments
1 parent ae9d253 commit bfa5ac3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

articles/azure-web-pubsub/howto-generate-client-access-url.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
title: How to generate client access URL for the clients
3-
description: How to generate client access URL for the clients
2+
title: How to generate client access URL for Azure Web PubSub clients
3+
description: How to generate client access URL for Azure Web PubSub clients.
44
author: vicancy
5-
65
ms.author: lianwei
76
ms.date: 04/25/2023
87
ms.service: azure-web-pubsub
@@ -20,7 +19,7 @@ A client, be it a browser 💻, a mobile app 📱, or an IoT device 💡, uses a
2019
## Copy from the Azure portal
2120
In the Keys tab in Azure portal, there's a Client URL Generator tool to quickly generate a Client Access URL for you, as shown in the following diagram. Values input here aren't stored.
2221

23-
![The diagram shows how to get client access url.](./media/howto-websocket-connect/generate-client-url.png)
22+
:::image type="content" source="./media/howto-websocket-connect/generate-client-url.png" alt-text="Screenshot of the Web PubSub Client URL Generator.":::
2423

2524
## Generate from service SDK
2625
The same Client Access URL can be generated by using the Web PubSub server SDK.

articles/azure-web-pubsub/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
href: howto-websocket-connect.md
5050
- name: Create reliable Websocket clients
5151
href: howto-develop-reliable-clients.md
52-
- name: Generate Client Access URL
52+
- name: Generate client access URL
5353
href: howto-generate-client-access-url.md
5454
- name: Configure event handler
5555
href: howto-develop-eventhandler.md

0 commit comments

Comments
 (0)