Skip to content

Commit fe3ad31

Browse files
author
gitName
committed
review comments
1 parent 51cf2ce commit fe3ad31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-azurecli
1515
This article explains how to enable API analysis in [Azure API Center](overview.md) by manually setting up a linting engine and triggers. These capabilities analyze your API definitions for adherence to organizational style rules, generating both individual and summary reports. API analysis helps identify and correct common errors and inconsistencies in your API definitions.
1616

1717
> [!NOTE]
18-
> In preview, Azure API Center [automatically configures](enable-managed-api-analysis-linting.md) a default linting engine and dependencies for API analysis. If you enable analysis manually as described in this article, you override these built-in features.
18+
> In preview, Azure API Center [automatically configures](enable-managed-api-analysis-linting.md) a default linting engine and dependencies for API analysis. If you enable self-managed analysis as described in this article, you override these built-in features.
1919
2020
> [!VIDEO https://www.youtube.com/embed/m0XATQaVhxA]
2121

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ With API analysis:
2222

2323

2424
> [!IMPORTANT]
25-
> If you prefer, you can [manually enable](enable-api-analysis-linting.md) linting and analysis using a custom Azure function, overriding the built-in capabilities. **Disable any function used for manual linting before using managed API analysis.**
25+
> If you prefer, you can enable [self-managed](enable-api-analysis-linting.md) linting and analysis using a custom Azure function, overriding the built-in capabilities. **Disable any function used for self-managed linting before using managed API analysis.**
2626
2727
## Limitations
2828

29-
* Currently, only OpenAPI specification documents in JSON or YAML format are analyzed.
29+
* Currently, only OpenAPI and AsyncAPI specification documents in JSON or YAML format are analyzed.
3030
* Currently, you configure a single ruleset, and it's applied to all OpenAPI definitions in 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 maximum number of API definitions analyzed. Analysis can take a few minutes to up to 24 hours to complete.
3232

0 commit comments

Comments
 (0)