Skip to content

Commit 799af76

Browse files
committed
tom's review comments
1 parent 8f80d3c commit 799af76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/api-management/api-management-howto-autoscale.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: danlep
1414

1515
# Automatically scale an Azure API Management instance
1616

17-
Azure API Management service instance can scale automatically based on a set of rules. This behavior can be enabled and configured through Azure Monitor and is supported only in **Standard** and **Premium** tiers of the Azure API Management service.
17+
Azure API Management service instance can scale automatically based on a set of rules. This behavior can be enabled and configured through [Azure Monitor autoscale](../azure-monitor/autoscale/autoscale-overview.md#supported-services-for-autoscale) and is supported only in **Standard** and **Premium** tiers of the Azure API Management service.
1818

1919
The article walks through the process of configuring autoscale and suggests optimal configuration of autoscale rules.
2020

@@ -39,8 +39,8 @@ Certain limitations and consequences of scaling decisions need to be considered
3939
+ The pricing tier of your API Management instance determines the [maximum number of units](upgrade-and-scale.md#upgrade-and-scale) you may scale to. The **Standard tier** can be scaled to 4 units. You can add any number of units to the **Premium** tier.
4040
+ The scaling process will take at least 20 minutes.
4141
+ If the service is locked by another operation, the scaling request will fail and retry automatically.
42-
+ If your service instance is deployed in multiple regions (locations), only units in the **Primary location** can be scaled. Units in other locations can't be scaled.
43-
+ If your service instance is configured with [availability zones](zone-redundancy.md) in the **Primary location**, be aware of the number of zones when configuring autoscaling. The counts (API Management units) in autoscale rules and limits must be a multiple of the number of zones.
42+
+ If your service instance is deployed in multiple regions (locations), only units in the **Primary location** can be autoscaled with Azure Monitor autoscale. Units in other locations can only be scaled manually.
43+
+ If your service instance is configured with [availability zones](zone-redundancy.md) in the **Primary location**, be aware of the number of zones when configuring autoscaling. The number of API Management units in autoscale rules and limits must be a multiple of the number of zones.
4444

4545
## Enable and configure autoscale for Azure API Management service
4646

articles/api-management/zone-redundancy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Configuring API Management for zone redundancy is currently supported in the fol
5454
* If your API Management instance is deployed in a [virtual network](api-management-using-with-vnet.md), ensure that you set up a virtual network, subnet, and public IP address in any new location where you plan to enable zone redundancy.
5555

5656
> [!NOTE]
57-
> If you've configured [autoscaling](api-management-howto-autoscale.md) for your API Management instance in the primary location, you might need to adjust your autoscale settings after enabling zone redundancy. The counts (API Management units) in autoscale rules and limits must be a multiple of the number of zones.
57+
> If you've configured [autoscaling](api-management-howto-autoscale.md) for your API Management instance in the primary location, you might need to adjust your autoscale settings after enabling zone redundancy. The number of API Management units in autoscale rules and limits must be a multiple of the number of zones.
5858
5959
## Enable zone redundancy - portal
6060

0 commit comments

Comments
 (0)