Skip to content

Commit 706caa2

Browse files
authored
fix urls
1 parent e821de8 commit 706caa2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/azure-web-pubsub/howto-troubleshoot-common-issues.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Troubleshooting guide for Azure Web PubSub Service"
3-
description: Learn how to troubleshoot common issues
3+
description: Learn how to troubleshoot common issues for Web PubSub
44
author: JialinXin
55
ms.service: signalr
66
ms.topic: how-to
@@ -11,7 +11,7 @@ ms.devlang: csharp
1111

1212
# Troubleshooting guide for common issues
1313

14-
This article provides troubleshooting guidance for some of the common issues that customers might encounter. Listed errors are available to check when you turn on `LiveTrace` tool or collect from diagnostics following [Capture resource logs](https://learn.microsoft.com/azure/azure-web-pubsub/howto-troubleshoot-resource-logs).
14+
This article provides troubleshooting guidance for some of the common issues that customers might encounter. Listed errors are available to check when you turn on `LiveTrace` tool or collect from diagnostics following [Capture resource logs](./howto-troubleshoot-resource-logs).
1515

1616
## 404 from HttpHandlerUnexpectedResponse
1717

@@ -68,11 +68,11 @@ Besides, you can update to convenience server SDK, which automatically handles `
6868

6969
### Root cause
7070

71-
This error indicates the `Abuse Protection` request get a `401` response from the registered upstream URL. For me information, see [`Abuse Protection`](https://learn.microsoft.com/azure/azure-web-pubsub/howto-develop-eventhandler#upstream-and-validation).
71+
This error indicates the `Abuse Protection` request get a `401` response from the registered upstream URL. For me information, see [`Abuse Protection`](./howto-develop-eventhandler#upstream-and-validation).
7272

7373
### Troubleshooting guide
7474

75-
- Check if there's any authentication enabled in upstream side, for example, the `App Keys` for a `WebPubSubTrigger` Azure Function is set correctly, see [example](https://learn.microsoft.com/azure/azure-web-pubsub/quickstart-serverless?#configure-the-web-pubsub-service-event-handler).
75+
- Check if there's any authentication enabled in upstream side, for example, the `App Keys` for a `WebPubSubTrigger` Azure Function is set correctly, see [example](./quickstart-serverless?#configure-the-web-pubsub-service-event-handler).
7676
- Check upstream side logs to investigate how is the `Abuse Protection` request processed.
7777

7878
## Client connection drops
@@ -86,7 +86,7 @@ You can check the metric `Connection Close Count` from Azure portal.
8686
| Reason | Root cause |
8787
|--|--|
8888
| Normal | Close by clients |
89-
| ClosedByAppServer | Close by server triggered Rest API call like [`CloseConnection`](https://learn.microsoft.com/rest/api/webpubsub/dataplane/web-pub-sub/close-connection?tabs=HTTP) |
89+
| ClosedByAppServer | Close by server triggered Rest API call like [`CloseConnection`](/rest/api/webpubsub/dataplane/web-pub-sub/close-connection?tabs=HTTP) |
9090
| ServiceReload | Close by service due to regular maintenance or backend auto scales |
9191
| PingTimeout | Close by service due to client status unhealthy that service doesn't receive any regular pings |
9292
| SlowClient | Close by service due to clients are not able to receive buffered messages fast enough |
@@ -97,7 +97,7 @@ You can check the metric `Connection Close Count` from Azure portal.
9797

9898
## ConnectionCountLimitReached
9999

100-
Web PubSub different tiers have a hard limit on concurrent connection. This error indicates your traffic is beyond the supported connection count. See [Web PubSub pricing](https://azure.microsoft.com/en-us/pricing/details/web-pubsub/) for details.
100+
Web PubSub different tiers have a hard limit on concurrent connection. This error indicates your traffic is beyond the supported connection count. See [Web PubSub pricing](https://azure.microsoft.com/pricing/details/web-pubsub/) for details.
101101

102102
### Solution
103103

0 commit comments

Comments
 (0)