Skip to content

Commit a362099

Browse files
authored
Merge pull request #98639 from sffamily/update-scale
minor update of the expected time range.
2 parents 5e4712c + 1e543e5 commit a362099

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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: sffamily
55
ms.service: signalr
66
ms.topic: conceptual
7-
ms.date: 11/21/2019
7+
ms.date: 12/11/2019
88
ms.author: zhshang
99
---
1010
# 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
1313
* [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.
1414
* [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.
1515

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.
1717

1818
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/).
1919

2020
> [!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.
2222
> Your service might be unreachable before DNS gets updated. Generally it’s not recommended to change your pricing tier too often.
2323
2424

@@ -28,15 +28,15 @@ For information about the pricing and capacities of individual SignalR Service,
2828

2929
2. In your SignalR Service page, from the left menu, select **Scale**.
3030

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.
3232

3333
![Scale on Portal](./media/signalr-howto-scale/signalr-howto-scale.png)
3434

3535
4. Click **Save**.
3636

3737
## Scale using Azure CLI
3838

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.
4040

4141
```azurecli-interactive
4242
#!/bin/bash
@@ -82,7 +82,7 @@ For a table of service limits, quotas, and constraints in each tier, see [Signal
8282

8383
In this guide, you learned about how to scale single SignalR Service instance.
8484

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.
8686

8787
> [!div class="nextstepaction"]
8888
> [scale SignalR Service with multiple instances](./signalr-howto-scale-multi-instances.md)

0 commit comments

Comments
 (0)