Skip to content

Commit 58ae593

Browse files
authored
Merge pull request #76813 from mikebudzynski/apim-external-cache
APIM: external cache in all tiers
2 parents c6a8129 + 8b67ae7 commit 58ae593

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

articles/api-management/api-management-features.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,14 @@ Each API Management [pricing tier](https://aka.ms/apimpricing) offers a distinct
3030
| Built-in cache | No | Yes | Yes | Yes | Yes |
3131
| Built-in analytics | No | Yes | Yes | Yes | Yes |
3232
| [SSL settings](api-management-howto-manage-protocols-ciphers.md) | No | Yes | Yes | Yes | Yes |
33-
| [External cache](https://aka.ms/apimbyoc) | Yes | No<sup>3</sup> | No<sup>3</sup> | No<sup>3</sup> | No<sup>3</sup> |
34-
| [Client certificate authentication](api-management-howto-mutual-certificates-for-clients.md) | No<sup>4</sup> | Yes | Yes | Yes | Yes |
33+
| [External cache](https://aka.ms/apimbyoc) | Yes | Yes | Yes | Yes | Yes |
34+
| [Client certificate authentication](api-management-howto-mutual-certificates-for-clients.md) | No<sup>3</sup> | Yes | Yes | Yes | Yes |
3535
| [Backup and restore](api-management-howto-disaster-recovery-backup-restore.md) | No | Yes | Yes | Yes | Yes |
3636
| [Management over Git](api-management-configuration-repository-git.md) | No | Yes | Yes | Yes | Yes |
3737
| Direct management API | No | Yes | Yes | Yes | Yes |
38-
| Azure Monitor logs and metrics | No<sup>5</sup> | Yes | Yes | Yes | Yes |
38+
| Azure Monitor logs and metrics | No<sup>4</sup> | Yes | Yes | Yes | Yes |
3939

40-
<sup>1</sup> Enables the use of Azure AD (and Azure AD B2C) as an identity provider for user signin on the developer portal.<br/>
40+
<sup>1</sup> Enables the use of Azure AD (and Azure AD B2C) as an identity provider for user sign in on the developer portal.<br/>
4141
<sup>2</sup> Including related functionality e.g. users, groups, issues, applications and email templates and notifications.<br/>
42-
<sup>3</sup> External cache support for this tier is coming soon.<br/>
43-
<sup>4</sup> Client certificate authentication will be added to the Consumption tier prior to its General Availability.<br/>
44-
<sup>5</sup> Full Azure Monitor support will be added to the Consumption tier.
42+
<sup>3</sup> Client certificate authentication will be added to the Consumption tier prior to its General Availability.<br/>
43+
<sup>4</sup> Full Azure Monitor support will be added to the Consumption tier.

articles/api-management/api-management-howto-cache-external.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: mobile
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 11/27/2018
16+
ms.date: 05/15/2019
1717
ms.author: apimpm
1818

1919
---
@@ -38,11 +38,6 @@ What you'll learn:
3838
> [!div class="checklist"]
3939
> * Add an external cache in API Management
4040
41-
## Availability
42-
43-
> [!NOTE]
44-
> This feature is currently available only in the **Consumption** tier of Azure API Management.
45-
4641
## Prerequisites
4742

4843
To complete this tutorial, you need to:
@@ -91,6 +86,7 @@ Follow the steps below to add an external Azure Cache for Redis in Azure API Man
9186
Once the external cache is configured in Azure API Management, it can be used through caching policies. See [Add caching to improve performance in Azure API Management](api-management-howto-cache.md) for detailed steps.
9287

9388
## <a name="next-steps"> </a>Next steps
89+
9490
* For more information about caching policies, see [Caching policies][Caching policies] in the [API Management policy reference][API Management policy reference].
9591
* For information on caching items by key using policy expressions, see [Custom caching in Azure API Management](api-management-sample-cache-by-key.md).
9692

0 commit comments

Comments
 (0)