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-api-analysis-linting.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ To enable the function app to access the API center, configure a managed identit
92
92
93
93
Now that the managed identity is enabled, assign it the Azure API Center Compliance Manager role to access the API center.
94
94
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)**.
96
96
1. Select **+ Add > Add role assignment**.
97
97
1. Select **Job function roles** and then select **Azure API Center Compliance Manager**. Select **Next**.
98
98
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
160
160
161
161
#### [Portal](#tab/portal)
162
162
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**.
166
165
1. On the **Create Event Subscription** page, do the following:
167
166
1. Enter a descriptive **Name** for the event subscription, and select **Event Grid Schema**.
168
167
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
247
246
248
247
To confirm that the event subscription was triggered:
249
248
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).
251
249
1. Navigate to your API center, and select **Events** in the left menu.
252
250
1. Select the **Event Subscriptions** tab and select the event subscription for your function app.
253
251
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
269
267
270
268
To view the analysis report for an API definition in your API center:
271
269
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.
274
271
1. Select **Definitions**, and then select the API definition file that you uploaded or updated.
275
272
1. Select the **Analysis** tab.
276
273
:::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
283
280
284
281
To view a summary of analysis reports for all API definitions in your API center:
285
282
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.
288
285
289
286
:::image type="content" source="media/enable-api-analysis-linting/api-analysis-summary.png" alt-text="Screenshot of the API analysis summary in the portal.":::
0 commit comments