Skip to content

Commit 677072c

Browse files
committed
link into tab group
1 parent 97371db commit 677072c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ If the deployment process doesn't publish the `apicenter-analyer` function to th
241241

242242
### Configure event subscription with the Azure CLI
243243

244-
After the function is successfully published to the function app in the Azure portal, you can [configure an event subscription](#configure-event-subscription-programatically) by using PowerShell or a bash shell. Then browse to your API center in the Azure portal, and confirm the new event subscription under **Events** > **Event Subscriptions**.
244+
After the function is successfully published to the function app in the Azure portal, you can [configure an event subscription](/azure/api-center/enable-api-analysis-linting?tabs=cli#configure-event-subscription-with-the-azure-cli) by using PowerShell or a bash shell. Then browse to your API center in the Azure portal, and confirm the new event subscription under **Events** > **Event Subscriptions**.
245245

246246
You can now upload an API definition file to your API center to [trigger the event subscription](#trigger-event-in-your-api-center) and run the linting engine.
247247

@@ -421,8 +421,6 @@ Now create an event subscription in your API center to trigger the function app
421421
422422
#### [Azure CLI](#tab/cli)
423423
424-
<a name="configure-event-subscription-programatically"></a>
425-
426424
1. Get the resource ID of your API center. Substitute `<apic-name>` and `<resource-group-name>` with your API center name and the name of the resource group for your API center.
427425
428426
```azurecli

0 commit comments

Comments
 (0)