Skip to content

Commit 8b7f07f

Browse files
Merge pull request #312594 from dlepow/apicfree
[APIC] Standard tier entitlement
2 parents 80deaab + d06c960 commit 8b7f07f

4 files changed

Lines changed: 37 additions & 9 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Include file
3+
description: Include file
4+
services: api-center
5+
author: dlepow
6+
ms.author: danlep
7+
ms.service: azure-api-center
8+
ms.topic: include
9+
ms.date: 03/04/2026
10+
11+
ms.custom: Include file
12+
---
13+
14+
> [!NOTE]
15+
> API Center Standard can now be used at no additional cost when you link it to an API Management instance in the Standard, Standard v2, Premium, or Premium v2 tier. For more information, see [API Center plans and features](/azure/api-center/overview#api-center-plans-and-features).

articles/api-center/overview.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ ms.custom: references_regions
1414

1515
Azure API Center enables you to track all your APIs in a centralized location for discovery, reuse, and governance. Use an API center to develop and maintain a structured and organized inventory of your organization's APIs - regardless of their type, lifecycle stage, or deployment location - along with related information such as version details, API definition files, and common metadata.
1616

17-
> [!TIP]
18-
> You can get started quickly with Azure API Center by taking advantage of the Free plan, which has no time constraints. Compare the [Free plan and Standard plan limits](/azure/azure-resource-manager/management/azure-subscription-service-limits?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#azure-api-center-limits).
19-
2017
By using an API center, stakeholders throughout your organization, including API program managers, IT administrators, application developers, and API developers can design, discover, reuse, and govern APIs.
2118

2219
> [!NOTE]
@@ -54,12 +51,24 @@ Create and use an API center for the following capabilities:
5451

5552
For more information about the entities you can manage and the capabilities in Azure API Center, see [Key concepts](key-concepts.md).
5653

57-
## Tiers and SKUs
54+
## API Center plans and features
5855

59-
Azure API Center is offered in a [Free plan and Standard plan](../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#azure-api-center-limits).
56+
Azure API Center is offered in a Free plan and Standard plan, which are designed to meet different needs as summarized in the following table. For feature availability and limits, see [Azure API Center limits](/azure/azure-resource-manager/management/azure-subscription-service-limits?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#azure-api-center-limits).
6057

61-
> [!NOTE]
62-
> Azure API Center is also included free with Azure API Management Premium and Standard tiers.
58+
| Capability | Free plan | Standard plan |
59+
|---------|-----------|---------------|
60+
| **Use cases** | Evaluation and small-scale use | Enterprise and production workloads |
61+
| **Inventory and governance features** | Limited<sup>1</sup> | Expanded for enterprise use cases |
62+
| **Upgrade path** | Upgradable to Standard | N/A |
63+
| **Time constraints** | None | None |
64+
65+
<sup>1</sup> For details, see [Azure API Center limits](/azure/azure-resource-manager/management/azure-subscription-service-limits?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#azure-api-center-limits).
66+
67+
### Standard plan benefit when API Center linked to API Management
68+
69+
Customers who [link](synchronize-api-management-apis.md) an API Management Standard, Standard v2, Premium, or Premium v2 tier instance to their API center can use or upgrade to the API Center Standard plan at no additional cost. This benefit continues as long as at least one eligible API Management instance remains linked.
70+
71+
For more information, see [Azure API Management pricing](https://azure.microsoft.com/pricing/details/api-management/).
6372

6473
## Available regions
6574

articles/api-center/synchronize-api-management-apis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ ms.custom: devx-track-azurecli
1212

1313
# Synchronize APIs from an API Management instance
1414

15-
This article shows how to integrate an API Management instance so that the instance's APIs are continuously kept up to date in your [API center](overview.md) inventory.
15+
This article shows how to integrate (link) an API Management instance so that the instance's APIs are continuously kept up to date in your [API center](overview.md) inventory.
1616

1717
> [!TIP]
1818
> This article explains how to integrate an API Management instance from your API center. Alternatively, quickly set up integration directly from an API Management instance. In the left menu of your instance, under **APIs**, select **API Center**, and select a target API center in your subscription to synchronize APIs to.
1919
20+
[!INCLUDE [free-standard-plan-linked-api-management](includes/free-standard-plan-linked-api-management.md)]
21+
2022
## About integrating an API Management instance
2123

2224
Although you can use the Azure CLI to [import](import-api-management-apis.md) APIs on demand from Azure API Management to Azure API Center, integrating (linking) an API Management instance enables continuous synchronization so that the API inventory stays up to date. Azure API Center can also synchronize APIs from sources including [Amazon API Gateway](synchronize-aws-gateway-apis.md).

articles/api-management/tutorials/link-api-center.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ ms.date: 10/20/2025
1313

1414
# Tutorial: Create or link an API Center to API Management
1515

16-
This tutorial shows how to integrate an Azure API Management instance with an Azure API Center. When linked, the API Management instance's APIs — and optional API definitions — are continuously synchronized into the API Center inventory. API Center is a central catalog and governance hub for APIs and related artifacts, and API Management customers use it to discover and reuse APIs, share definitions across teams, and apply consistent governance and lifecycle policies.
16+
This tutorial shows how to integrate (link) an Azure API Management instance with an Azure API Center. When linked, the API Management instance's APIs — and optional API definitions — are continuously synchronized into the API Center inventory. API Center is a central catalog and governance hub for APIs and related artifacts, and API Management customers use it to discover and reuse APIs, share definitions across teams, and apply consistent governance and lifecycle policies.
1717

1818
> [!NOTE]
1919
>
2020
> Only one API Center can be linked to a single API Management instance.
2121
22+
[!INCLUDE [free-standard-plan-linked-api-management](../../api-center/includes/free-standard-plan-linked-api-management.md)]
23+
2224
In this tutorial, you:
2325

2426
> [!div class="checklist"]

0 commit comments

Comments
 (0)