Skip to content

Commit 4682b25

Browse files
committed
add preview feature flag
1 parent 99e4c2c commit 4682b25

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Perform API linting and analysis - Azure API Center
33
description: Configure linting of API definitions in your API center to analyze compliance of APIs with the organization's API style guide.
44
ms.service: api-center
55
ms.topic: how-to
6-
ms.date: 02/29/2024
6+
ms.date: 03/11/2024
77
ms.author: danlep
88
author: dlepow
99
ms.custom:
@@ -162,7 +162,8 @@ Now create an event subscription in your API center to trigger the function app
162162
163163
#### [Portal](#tab/portal)
164164
165-
1. In the Azure portal, navigate to your API center and select **Events**.
165+
1. Sign in to the Azure portal at [https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview](https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview). Currently for this scenario, you must access your API center in the portal at this feature flag.
166+
1. Navigate to your API center and select **Events**.
166167
1. Select **Azure Function**.
167168
1. On the **Create Event Subscription** page, do the following:
168169
1. Enter a descriptive **Name** for the event subscription, and select **Event Grid Schema**.
@@ -247,7 +248,8 @@ To test the event subscription, try uploading or updating an API definition file
247248
248249
To confirm that the event subscription was triggered:
249250
250-
1. In the portal, in your API center, select **Events** in the left menu.
251+
1. Sign in to the Azure portal at [https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview](https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview).
252+
1. Navigate to your API center, and select **Events** in the left menu.
251253
1. Select the **Event Subscriptions** tab and select the event subscription for your function app.
252254
1. Review the metrics to confirm that the event subscription was triggered and that linting was invoked successfully.
253255
@@ -262,7 +264,8 @@ After analyzing the API definition, the linting engine generates a report based
262264
263265
To view the API analysis report in your API center:
264266
265-
1. In the portal, go to the API version in your API center where you added or updated an API definition.
267+
1. Sign in to the Azure portal at [https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview](https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview).
268+
1. Navigate to the API version in your API center where you added or updated an API definition.
266269
1. Select **Definitions**, and then select the API definition file that you uploaded or updated.
267270
1. Select the **Analysis** tab.
268271
:::image type="content" source="media/enable-api-analysis-linting/analyze-api-definition.png" alt-text="Screenshot of Analysis tab for API definition in the portal.":::
@@ -277,4 +280,5 @@ Learn more about Event Grid:
277280
278281
* [System topics in Azure Event Grid](../event-grid/system-topics.md)
279282
* [Event Grid push delivery - concepts](../event-grid/concepts.md)
283+
* [Event Grid schema for API Center](../event-grid/event-schema-api-center.md)
280284

0 commit comments

Comments
 (0)