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-center/enable-managed-api-analysis-linting.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Managed API linting and analysis - Azure API Center
3
3
description: Enable managed linting of API definitions in your API center to analyze compliance of APIs with the organization's API style guide.
4
4
ms.service: azure-api-center
5
5
ms.topic: how-to
6
-
ms.date: 08/23/2024
6
+
ms.date: 11/01/2024
7
7
ms.author: danlep
8
8
author: dlepow
9
9
ms.custom:
@@ -30,9 +30,7 @@ In this scenario:
30
30
* Currently, only OpenAPI specification documents in JSON or YAML format are analyzed.
31
31
* 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).
32
32
* 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 linted per 4 hours:
34
-
* Free tier: 10
35
-
* Standard tier: 100
33
+
* 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 maximum number of API definitions analyzed. Analysis can take a few minutes to up to 24 hours to complete.
Copy file name to clipboardExpand all lines: articles/api-center/includes/api-center-service-limits.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: dlepow
7
7
8
8
ms.service: azure-api-center
9
9
ms.topic: include
10
-
ms.date: 10/18/2024
10
+
ms.date: 11/07/2024
11
11
ms.author: danlep
12
12
ms.custom: Include file
13
13
---
@@ -20,14 +20,16 @@ ms.custom: Include file
20
20
| Maximum number of deployments per API | 10 | 10 |
21
21
| Maximum number of environments | 20 | 20 |
22
22
| Maximum number of workspaces | 1 (Default) | 1 (Default) |
23
-
| Maximum number of custom metadata properties per entity<sup>4</sup> | 10 | 20 |
23
+
| Maximum number of custom metadata properties per entity<sup>3</sup> | 10 | 20 |
24
24
| Maximum number of child properties in custom metadata property of type "object" | 10 |10 |
25
25
| Maximum requests per minute (data plane) | 3,000 | 6,000 |
26
-
| Maximum number of API definitions [linted](../enable-managed-api-analysis-linting.md) per 4 hours | 10 | 100 |
26
+
| Maximum number of APIs accessed through data plane API | 5 | 10,000 |
27
+
| Maximum number of API definitions [analyzed](../enable-managed-api-analysis-linting.md)| 10 | 2,000<sup>4</sup> |
27
28
| Maximum number of linked API sources<sup>5</sup> | 1 | 3 |
29
+
| Maximum number of APIs synchronized from a linked API source | 200 | 2,000<sup>4</sup> |
28
30
29
-
<sup>1</sup> Free plan provided for 90 days, then service is soft-deleted.<br/>
31
+
<sup>1</sup> Free plan provided for 90 days, then service is soft-deleted. Use of full service features including API analysis and access through the data plane API is limited.<br/>
30
32
<sup>2</sup> To increase a limit in the Standard plan, contact [support](https://azure.microsoft.com/support/options/).<br/>
31
-
<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/>
32
-
<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>3</sup> Custom metadata properties assigned to APIs, deployments, and environments.<br/>
34
+
<sup>4</sup> Process can take a few minutes to up to 24 hours to complete.<br/>
35
+
<sup>5</sup> Sources such as linked API Management instances.
Copy file name to clipboardExpand all lines: articles/api-center/synchronize-api-management-apis.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ When you link an API Management instance as an API source, the following happens
27
27
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.
28
28
29
29
> [!NOTE]
30
-
> * API updates in API Management can take a few minutes to synchronize to your API center.
31
30
> * 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).
31
+
> * API updates in API Management can take a few minutes to up to 24 hours to synchronize to your API center.
0 commit comments