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/api-management/upgrade-and-scale.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,20 @@ title: Upgrade and scale an Azure API Management instance | Microsoft Docs
4
4
description: This topic describes how to upgrade and scale an Azure API Management instance.
5
5
services: api-management
6
6
documentationcenter: ''
7
-
author: vladvino
7
+
author: mikebudzynski
8
8
manager: anneta
9
9
editor: ''
10
10
11
11
ms.service: api-management
12
12
ms.workload: integration
13
13
ms.topic: article
14
-
ms.date: 06/18/2018
14
+
ms.date: 08/18/2018
15
15
ms.author: apimpm
16
16
---
17
17
18
-
# Upgrade and scale an API Management instance
18
+
# Upgrade and scale an Azure API Management instance
19
19
20
-
Customers can scale an API Management (APIM) instance by adding and removing units. A **unit** is composed of dedicated Azure resources and has a certain load-bearing capacity expressed as a number of API calls per month. This number does not represent a call limit, but rather a maximum throughput value to allow for rough capacity planning. Actual throughput and latency vary broadly depending on factors such as number and rate of concurrent connections, the kind and number of configured policies, request and response sizes, and backend latency.
20
+
Customers can scale an Azure API Management (APIM) instance by adding and removing units. A **unit** is composed of dedicated Azure resources and has a certain load-bearing capacity expressed as a number of API calls per month. This number does not represent a call limit, but rather a maximum throughput value to allow for rough capacity planning. Actual throughput and latency vary broadly depending on factors such as number and rate of concurrent connections, the kind and number of configured policies, request and response sizes, and backend latency.
21
21
22
22
Capacity and price of each unit depends on the **tier** in which the unit exists. You can choose between four tiers: **Developer**, **Basic**, **Standard**, **Premium**. If you need to increase capacity for a service within a tier, you should add a unit. If the tier that is currently selected in your APIM instance does not allow adding more units, you need to upgrade to a higher-level tier.
23
23
@@ -44,7 +44,7 @@ You can choose between four tiers: **Developer**, **Basic**, **Standard** and *
44
44
45
45
**Basic**, **Standard** and **Premium** are production tiers that have SLA and can be scaled. The **Basic** tier is the cheapest tier which has SLA and it can be scaled upto 2 units, **Standard** tier can be scaled to up to four units. You can add any number of units to the **Premium** tier.
46
46
47
-
The **Premium** tier enables you to distribute a single API management instance across any number of desired Azure regions. When you initially create an API Management service, the instance contains only one unit and resides in a single Azure region. The initial region is designated as the **primary** region. Additional regions can be easily added. When adding a region, you specify the number of units you want to allocate. For example, you can have one unit in the **primary** region and five units in some other region. You can tailor the number of units to the traffic you have in each region. For more information, see [How to deploy an Azure API Management service instance to multiple Azure regions](api-management-howto-deploy-multi-region.md).
47
+
The **Premium** tier enables you to distribute a single Azure API Management instance across any number of desired Azure regions. When you initially create an Azure API Management service, the instance contains only one unit and resides in a single Azure region. The initial region is designated as the **primary** region. Additional regions can be easily added. When adding a region, you specify the number of units you want to allocate. For example, you can have one unit in the **primary** region and five units in some other region. You can tailor the number of units to the traffic you have in each region. For more information, see [How to deploy an Azure API Management service instance to multiple Azure regions](api-management-howto-deploy-multi-region.md).
48
48
49
49
You can upgrade and downgrade to and from any tier. Note that upgrading or downgrading can remove some features - for example, VNETs or multi-region deployment, when downgrading to Standard or Basic from the Premium tier.
50
50
@@ -60,8 +60,9 @@ You can upgrade and downgrade to and from any tier. Note that upgrading or downg
60
60
3. Pick the desired tier.
61
61
4. Specify the number of **units** you want to add. You can either use the slider or type the number of units.
62
62
If you choose the **Premium** tier, you first need to select a region.
63
-
5. Press **Save**
63
+
5. Press **Save**.
64
64
65
65
## Next steps
66
66
67
-
[How to deploy an Azure API Management service instance to multiple Azure regions](api-management-howto-deploy-multi-region.md)
67
+
*[How to deploy an Azure API Management service instance to multiple Azure regions](api-management-howto-deploy-multi-region.md)
68
+
*[How to automatically scale an Azure API Management service instance](api-management-howto-autoscale.md)
0 commit comments