You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-signalr/signalr-howto-scale-signalr.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to scale an Azure SignalR Service instance to add or redu
4
4
author: sffamily
5
5
ms.service: signalr
6
6
ms.topic: conceptual
7
-
ms.date: 11/21/2019
7
+
ms.date: 12/11/2019
8
8
ms.author: zhshang
9
9
---
10
10
# How to scale an Azure SignalR Service instance?
@@ -13,12 +13,12 @@ This article shows you how to scale your instance of Azure SignalR Service. Ther
13
13
*[Scale up](https://en.wikipedia.org/wiki/Scalability#Horizontal_and_vertical_scaling): Get more units, connections, messages, and more. You scale up by changing the pricing tier from Free to Standard.
14
14
*[Scale out](https://en.wikipedia.org/wiki/Scalability#Horizontal_and_vertical_scaling): Increase the number of SignalR units. You can scale out to as many as 100 units.
15
15
16
-
The scale settings take a few minutes to apply. They don't require you to change your code or redeploy your server application.
16
+
The scale settings take a few minutes to apply. In rare cases, it may take around 30 minutes to apply. They don't require you to change your code or redeploy your server application.
17
17
18
18
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/).
19
19
20
20
> [!NOTE]
21
-
> Changing SignalR Service from **Free** tier to **Standard** tier or vice versa, the public service IP will be changed and it usually takes 3-60 minutes to propagate the change to DNS servers across the entire internet.
21
+
> Changing SignalR Service from **Free** tier to **Standard** 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.
22
22
> Your service might be unreachable before DNS gets updated. Generally it’s not recommended to change your pricing tier too often.
23
23
24
24
@@ -28,15 +28,15 @@ For information about the pricing and capacities of individual SignalR Service,
28
28
29
29
2. In your SignalR Service page, from the left menu, select **Scale**.
30
30
31
-
3. Choose your pricing tier, and then click **Select**. You need to set the unit count for **Standard** Tier.
31
+
3. Choose your pricing tier, and then click **Select**. Set the unit count for **Standard** Tier.
32
32
33
33

34
34
35
35
4. Click **Save**.
36
36
37
37
## Scale using Azure CLI
38
38
39
-
This script creates a new SignalR Service resource of **Free** Tier and a new resource group, and scale it up to **Standard** Tier.
39
+
This script creates a new SignalR Service resource of **Free** Tier and a new resource group, and scales it up to **Standard** Tier.
40
40
41
41
```azurecli-interactive
42
42
#!/bin/bash
@@ -82,7 +82,7 @@ For a table of service limits, quotas, and constraints in each tier, see [Signal
82
82
83
83
In this guide, you learned about how to scale single SignalR Service instance.
84
84
85
-
Multiple endpoints are also supported for scaling, sharding and cross-region scenarios.
85
+
Multiple endpoints are also supported for scaling, sharding, and cross-region scenarios.
86
86
87
87
> [!div class="nextstepaction"]
88
88
> [scale SignalR Service with multiple instances](./signalr-howto-scale-multi-instances.md)
0 commit comments