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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
2
title: Scale an instance of Azure SignalR Service
3
-
description: Learn how to scale an Azure SignalR Service instance to add capacity.
3
+
description: Learn how to scale an Azure SignalR Service instance to add or reduce capacity, through Azure Portal or Azure CLI.
4
4
author: sffamily
5
5
ms.service: signalr
6
6
ms.topic: conceptual
7
-
ms.date: 03/27/2019
7
+
ms.date: 11/21/2019
8
8
ms.author: zhshang
9
9
---
10
10
# How to scale an Azure SignalR Service instance?
@@ -15,20 +15,20 @@ This article shows you how to scale your instance of Azure SignalR Service. Ther
15
15
16
16
The scale settings take a few minutes to apply. They don't require you to change your code or redeploy your server application.
17
17
18
-
For information about the pricing and capacities of individual SignalR Service, see [Azure SignalR Service Pricing Details](https://azure.microsoft.com/en-us/pricing/details/signalr-service/).
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
-
> If change SignalR Service from the **Free** tier to **Standard** or vice versa, the public service IP will change 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 3-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
25
25
## Scale on Azure Portal
26
26
27
-
1. In your browser, open the [Azure portal][portal].
27
+
1. In your browser, open the [Azure portal](https://portal.azure.com).
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**. Select Unit count for **Standard** Tier.
31
+
3. Choose your pricing tier, and then click **Select**. You need to set the unit count for **Standard** Tier.
32
32
33
33

34
34
@@ -74,7 +74,7 @@ Make a note of the actual name generated for the new resource group. You will us
74
74
75
75
## Compare pricing tiers
76
76
77
-
For detailed information, such as messages and connections for each pricing tier, see [SignalR Service Pricing Details](https://azure.microsoft.com/en-us/pricing/details/signalr-service/).
77
+
For detailed information, such as included messages and connections for each pricing tier, see [SignalR Service Pricing Details](https://azure.microsoft.com/pricing/details/signalr-service/).
78
78
79
79
For a table of service limits, quotas, and constraints in each tier, see [SignalR Service limits](../azure-subscription-service-limits.md#azure-signalr-service-limits).
0 commit comments