Skip to content

Commit bad97e0

Browse files
Merge pull request #289204 from bjqian/main
Add clarification about inherited configuration of SignalR and Web PubSub replication
2 parents 09a4643 + fd37a65 commit bad97e0

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

articles/azure-signalr/howto-enable-geo-replication.md

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

194194
For more performance evaluation, refer to [Performance](signalr-concept-performance.md).
195+
196+
## Non-Inherited and Inherited Configurations
197+
Replicas inherit most configurations from the primary resource; however, some settings must be configured directly on the replicas. Below is the list of those configurations:
198+
199+
1. **SKU**: Each replica has its own SKU name and unit size. The autoscaling rules for replicas must be configured separately based on their individual metrics.
200+
2. **Shared private endpoints**: While shared private endpoints are automatically replicated to replicas, separate approvals are required on target private link resources. To add or remove shared private endpoints, manage them on the primary resource. **Do not** enable the replica until its shared private endpoint has been approved.
201+
3. **Log Destination Settings**. If not configured on the replicas, only logs from the primary resource will be transferred.
202+
4. **Alerts**.
203+
204+
All other configurations are inherited from the primary resource. For example, access keys, identity, application firewall, custom domains, private endpoints, and access control.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,14 @@ To ensure effective failover management, it is recommended to set each replica's
200200

201201
For more performance evaluation, refer to [Performance](concept-performance.md).
202202

203+
## Non-Inherited and Inherited Configurations
204+
Replicas inherit most configurations from the primary resource; however, some settings must be configured directly on the replicas. Below is the list of those configurations:
205+
206+
1. **SKU**: Each replica has its own SKU name and unit size. The autoscaling rules for replicas must be configured separately based on their individual metrics.
207+
2. **Shared private endpoints**: While shared private endpoints are automatically replicated to replicas, separate approvals are required on target private link resources. To add or remove shared private endpoints, manage them on the primary resource. **Do not** enable the replica until its shared private endpoint has been approved.
208+
3. **Log Destination Settings**. If not configured on the replicas, only logs from the primary resource will be transferred.
209+
4. **Alerts**.
210+
211+
All other configurations are inherited from the primary resource. For example, access keys, identity, application firewall, custom domains, private endpoints, and access control.
212+
203213

0 commit comments

Comments
 (0)