Skip to content

Commit ae9d253

Browse files
committed
fix build warnings
1 parent 3ac1ec9 commit ae9d253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The same Client Access URL can be generated by using the Web PubSub server SDK.
5353

5454
# [C#](#tab/csharp)
5555

56-
1. Follow [Getting started with server SDK](./reference-server-sdk-csharp#getting-started) to create a `WebPubSubServiceClient` object `service`
56+
1. Follow [Getting started with server SDK](./reference-server-sdk-csharp.md#getting-started) to create a `WebPubSubServiceClient` object `service`
5757

5858
2. Generate Client Access URL by calling `WebPubSubServiceClient.GetClientAccessUri`:
5959
* Configure user ID
@@ -147,7 +147,7 @@ In real-world code, we usually have a server side to host the logic generating t
147147
You can enable Azure AD in your service and use the Azure AD token to invoke [Generate Client Token rest API](/rest/api/webpubsub/dataplane/web-pub-sub/generate-client-token) to get the token for the client to use.
148148

149149
1. Follow [Authorize from application](./howto-authorize-from-application.md) to enable Azure AD.
150-
2. Follow [Get Azure AD token](./howto-authorize-from-application#use-postman-to-get-the-azure-ad-token) to get the Azure AD token with Postman.
150+
2. Follow [Get Azure AD token](./howto-authorize-from-application.md#use-postman-to-get-the-azure-ad-token) to get the Azure AD token with Postman.
151151
3. Use the Azure AD token to invoke `:generateToken` with Postman:
152152
1. For the URI, enter `https://{Endpoint}/api/hubs/{hub}/:generateToken?api-version=2022-11-01`
153153
2. On the **Auth** tab, select **Bearer Token** and paste the Azure AD token fetched in the previous step

0 commit comments

Comments
 (0)