Skip to content

Commit 84e9693

Browse files
authored
Update enable-api-analysis-linting.md
Removed preview portal flag
1 parent d6d2a12 commit 84e9693

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To enable the function app to access the API center, configure a managed identit
9292

9393
Now that the managed identity is enabled, assign it the Azure API Center Compliance Manager role to access the API center.
9494

95-
1. In the Azure portal, navigate to your API center and select **Access control (IAM)**.
95+
1. In the [Azure portal](https://portal.azure.com), navigate to your API center and select **Access control (IAM)**.
9696
1. Select **+ Add > Add role assignment**.
9797
1. Select **Job function roles** and then select **Azure API Center Compliance Manager**. Select **Next**.
9898
1. On the **Members** page, in **Assign access to**, select **Managed identity > + Select members**.
@@ -160,9 +160,8 @@ Now create an event subscription in your API center to trigger the function app
160160
161161
#### [Portal](#tab/portal)
162162
163-
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.
164-
1. Navigate to your API center and select **Events**.
165-
1. Select **Azure Function**.
163+
1. In the [Azure portal](https://portal.azure.com), navigate to your API center and select **Events**.
164+
1. On the **Get started** tab, select **Azure Function**.
166165
1. On the **Create Event Subscription** page, do the following:
167166
1. Enter a descriptive **Name** for the event subscription, and select **Event Grid Schema**.
168167
1. In **Topic details**, enter a **System topic name** of your choice.
@@ -247,7 +246,6 @@ To test the event subscription, try uploading or updating an API definition file
247246
248247
To confirm that the event subscription was triggered:
249248
250-
1. Sign in to the Azure portal at [https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview](https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview).
251249
1. Navigate to your API center, and select **Events** in the left menu.
252250
1. Select the **Event Subscriptions** tab and select the event subscription for your function app.
253251
1. Review the metrics to confirm that the event subscription was triggered and that linting was invoked successfully.
@@ -269,8 +267,7 @@ In the portal, you can also view a summary of analysis reports for all API defin
269267
270268
To view the analysis report for an API definition in your API center:
271269
272-
1. Sign in to the Azure portal at [https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview](https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview).
273-
1. Navigate to the API version in your API center where you added or updated an API definition.
270+
1. In the portal, navigate to the API version in your API center where you added or updated an API definition.
274271
1. Select **Definitions**, and then select the API definition file that you uploaded or updated.
275272
1. Select the **Analysis** tab.
276273
:::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.":::
@@ -283,8 +280,8 @@ The **API Analysis Report** opens, and it displays the API definition and errors
283280
284281
To view a summary of analysis reports for all API definitions in your API center:
285282
286-
1. Sign in to the Azure portal at [https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview](https://portal.azure.com/?Microsoft_Azure_ApiManagement=apicenterpreview).
287-
1. In the left-hand menu, under **Governance**, select **API Analysis**. The summary appears.
283+
1. In the portal, navigate to your API center.
284+
2. In the left-hand menu, under **Governance**, select **API Analysis**. The summary appears.
288285
289286
:::image type="content" source="media/enable-api-analysis-linting/api-analysis-summary.png" alt-text="Screenshot of the API analysis summary in the portal.":::
290287

0 commit comments

Comments
 (0)