Skip to content

Commit dafc698

Browse files
authored
Revise scaling guidance for Azure SignalR Service
Updated the date and added information about potential downtime when scaling Azure SignalR Service between different pricing tiers.
1 parent eea394f commit dafc698

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

articles/azure-signalr/signalr-howto-scale-signalr.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to scale an Azure SignalR Service instance to add or redu
44
author: vicancy
55
ms.service: azure-signalr-service
66
ms.topic: how-to
7-
ms.date: 07/18/2022
7+
ms.date: 02/10/2026
88
ms.author: lianwei
99
ms.custom: devx-track-azurecli
1010
---
@@ -19,8 +19,16 @@ The scale settings take a few minutes to apply. In rare cases, it may take aroun
1919
For information about the pricing and capacities of individual SignalR Service, see [Azure SignalR Service Pricing Details](https://azure.microsoft.com/pricing/details/signalr-service/).
2020

2121
> [!NOTE]
22-
> Changing SignalR Service from **Free** tier to **Standard** or **Premium** tier or vice versa, the public service IP will be changed and it usually takes 30-60 minutes to propagate the change to DNS servers across the entire internet.
23-
> Your service might be unreachable before DNS gets updated. Generally it’s not recommended to change your pricing tier too often.
22+
> Scaling Azure SignalR Service between different pricing tiers may result in service downtime.
23+
> The downtime behavior varies by tier combination and is summarized in the table below.
24+
>
25+
> | Scale Scenario | Downtime Expected |
26+
> | -- | -- |
27+
> | Free ↔ Standard / Premium | Yes |
28+
> | Standard_S1 ↔ Premium_P1 | No |
29+
> | Premium_P1 ↔ Premium_P2 | Yes |
30+
>
31+
> For scale scenarios where downtime is expected, the downtime occurs because the **public service IP address changes** during the scaling operation. This IP change typically takes **30–60 minutes** to propagate across DNS servers globally, during which the service may be temporarily unreachable. Generally it’s not recommended to change your pricing tier too often.
2432
2533

2634
## Scale Up on Azure portal

0 commit comments

Comments
 (0)