Skip to content

Commit 98c8673

Browse files
authored
Refine language and improve clarity in scaling article
1 parent a05d9d2 commit 98c8673

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: lianwei
99
ms.custom: devx-track-azurecli
1010
---
1111
# How to scale an Azure SignalR Service instance?
12-
This article shows you how to scale your instance of Azure SignalR Service. There are two scenarios for scaling, scale up and scale out.
12+
This article shows you how to scale your instance of Azure SignalR Service. There are two scenarios for scaling. Scale up and scale out.
1313

1414
* [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.
1515
* [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. There are limited unit options to select for the scaling: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20, 30, 40, 50, 60, 70, 80, 90 and 100 units for a single SignalR Service instance. If you want to scale beyond 100 units, the [Premium_P2](#enhanced-large-instance-support-with-premium_p2-sku) SKU offers expanded capabilities.
@@ -20,10 +20,10 @@ For information about the pricing and capacities of individual SignalR Service,
2020

2121
> [!NOTE]
2222
> 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.
23+
> The downtime behavior varies by tier combination and is summarized in the table.
2424
>
2525
> | Scale Scenario | Downtime Expected |
26-
> | -- | -- |
26+
> |--|--|
2727
> | Free ↔ Standard / Premium | Yes |
2828
> | Standard_S1 ↔ Premium_P1 | No |
2929
> | Premium_P1 ↔ Premium_P2 | No |
@@ -91,7 +91,7 @@ az signalr update \
9191
--unit-count 50
9292
```
9393

94-
Make a note of the actual name generated for the new resource group. You'll use that resource group name when you want to delete all group resources.
94+
Make a note of the actual name generated for the new resource group. Use that resource group name when you want to delete all group resources.
9595

9696
[!INCLUDE [cli-script-clean-up](../../includes/cli-script-clean-up.md)]
9797

@@ -107,10 +107,10 @@ The new Premium_P2 SKU is designed to facilitate extensive scalability for high-
107107

108108
You can scale up the SKU to Premium_P2 using Azure portal or Azure CLI.
109109

110-
The Premium_P2 tier uses a different architecture internally to manage a large amount of underlying resources. Thus, it's expected that scaling operations of this tier might take longer compared to those in smaller SKUs.
110+
The Premium_P2 tier uses a different architecture internally to manage a large amount of underlying resources. Thus, it's expected that scaling operations of this tier might take longer compared to those tiers in smaller SKUs.
111111

112112
> [!NOTE]
113-
> Be aware that there is a default quota limit capping the number of SignalR units at **150** per subscription per region. This is a soft limit and can be increased upon request. To do so, simply submit a support ticket to request an adjustment to this quota.
113+
> There is a default quota limit capping the number of SignalR units at **150** per subscription per region. This is a soft limit and can be increased upon request. To do so, simply submit a support ticket to request an adjustment to this quota.
114114
115115
## Next steps
116116

0 commit comments

Comments
 (0)