Skip to content

Commit eea8276

Browse files
authored
Merge pull request #249606 from bjqian/main
Add breaking issues and remove duplicated blade for Web PubSub
2 parents bbe3665 + b048a19 commit eea8276

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/azure-web-pubsub/howto-enable-geo-replication.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,11 @@ Specifically, if your application typically broadcasts to larger groups (size >1
111111
To ensure effective failover management, it is recommended to set each replica's unit size to handle all traffic. Alternatively, you could enable [autoscaling](howto-scale-autoscale.md) to manage this.
112112

113113
For more performance evaluation, refer to [Performance](concept-performance.md).
114+
115+
## Breaking issues
116+
* **Using replica and event handler together**
117+
118+
If you use the Web PubSub event handler with Web PubSub C# server SDK or an Azure Function that utilizes the Web PubSub extension, you may encounter issues with the abuse protection once replicas are enabled. To address this, you can either **disable the abuse protection** or **upgrade to the latest SDK/extension versions**.
119+
120+
For a detailed explanation and potential solutions, please refer to this [issue](https://github.com/Azure/azure-webpubsub/issues/598).
121+

articles/azure-web-pubsub/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,6 @@
130130
href: howto-troubleshoot-common-issues.md
131131
- name: Move across regions
132132
href: howto-move-across-regions.md
133-
- name: Scale
134-
items:
135-
- name: Autoscale
136-
href: howto-scale-autoscale.md
137133
- name: Socket.IO
138134
expanded: false
139135
items:

0 commit comments

Comments
 (0)