Skip to content

Commit ffc86d2

Browse files
author
gitName
committed
review comments
1 parent a0ef498 commit ffc86d2

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

articles/api-center/enable-managed-api-analysis-linting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ In this scenario:
3030
* Currently, only OpenAPI specification documents in JSON or YAML format are analyzed.
3131
* By default, you enable analysis with the [`spectral:oas` ruleset](https://docs.stoplight.io/docs/spectral/4dec24461f3af-open-api-rules). To learn more about the built-in rules, see the [Spectral GitHub repo](https://github.com/stoplightio/spectral/blob/develop/docs/reference/openapi-rules.md).
3232
* Currently, you configure a single ruleset, and it's applied to all OpenAPI definitions in your API center.
33-
* The following are limits for maximum number of API definitions analyzed:
34-
* Free tier: 10
35-
* Standard tier: 200 per 24 hours
33+
* The following are limits for maximum number of API definitions analyzed. Analysis can take a few minutes to up to 24 hours to complete.
34+
* Free plan: 10
35+
* Standard plan: 2,000
3636

3737
## Prerequisites
3838

articles/api-center/includes/api-center-service-limits.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ ms.custom: Include file
2323
| Maximum number of custom metadata properties per entity<sup>4</sup> | 10 | 20 |
2424
| Maximum number of child properties in custom metadata property of type "object" | 10 |10 |
2525
| Maximum requests per minute (data plane) | 3,000 | 6,000 |
26-
| Maximum number of API definitions [analyzed](../enable-managed-api-analysis-linting.md) | 10 | 200 per 24 hours |
27-
| Maximum number of linked API sources<sup>5</sup> | 1 | 3 |
26+
| Maximum number of API definitions [analyzed](../enable-managed-api-analysis-linting.md)<sup>5</sup> | 10 | 2,000 |
27+
| Maximum number of linked API sources<sup>6</sup> | 1 | 3 |
2828

2929
<sup>1</sup> Free plan provided for 90 days, then service is soft-deleted.<br/>
3030
<sup>2</sup> To increase a limit in the Standard plan, contact [support](https://azure.microsoft.com/support/options/).<br/>
3131
<sup>3</sup> In the Free plan, use of full service features including API analysis and access through the data plane API is limited to 5 APIs.<br/>
3232
<sup>4</sup> Custom metadata properties assigned to APIs, deployments, and environments.<br/>
33-
<sup>5</sup> Sources such as linked API Management instances. In the Free plan, synchronization from a linked API source is limited to 200 APIs and 5 API definitions.
33+
<sup>5</sup> Analysis can take a few minutes to up to 24 hours to complete.<br/>
34+
<sup>6</sup> Sources such as linked API Management instances. In the Free plan, synchronization from a linked API source is limited to 200 APIs and 5 API definitions.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you link an API Management instance as an API source, the following happens
2727
API Management APIs automatically synchronize to the API center whenever existing APIs' settings change (for example, new versions are added), new APIs are created, or APIs are deleted. This synchronization is one-way from API Management to your Azure API center, meaning API updates in the API center aren't synchronized back to the API Management instance.
2828

2929
> [!NOTE]
30-
> * API updates in API Management can take a few minutes to synchronize to your API center.
30+
> * API updates in API Management can take a few minutes to up to 24 hours to synchronize to your API center.
3131
> * There are [limits](../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#api-center-limits) for the number of linked API Management instances (API sources).
3232
3333
### Entities synchronized from API Management

0 commit comments

Comments
 (0)