Skip to content

Commit 81429c9

Browse files
Merge pull request #265935 from dlepow/apicvid
[APIC] Add video links
2 parents 9cfe05b + 533701d commit 81429c9

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

articles/api-center/enable-api-center-portal.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ ms.custom:
1414

1515
This article shows how to enable your *API Center portal*, an automatically generated website that developers and other stakeholders in your organization can use to discover the APIs in your [API center](overview.md). The portal is hosted by Azure at a unique URL and restricts user access based on Azure role-based access control.
1616

17+
> [!VIDEO https://www.youtube.com/embed/7Z45FdCLFbA]
18+
1719
[!INCLUDE [api-center-preview-feedback](includes/api-center-preview-feedback.md)]
1820

21+
22+
23+
1924
## Prerequisites
2025

2126
* An API center in your Azure subscription. If you haven't created one already, see [Quickstart: Create your API center](set-up-api-center.md).

articles/api-center/import-api-management-apis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ When you add an API from an API Management instance to your API center:
2323

2424
After adding an API from API Management, you can add metadata and documentation in your API center to help stakeholders discover, understand, and consume the API.
2525

26+
> [!VIDEO https://www.youtube.com/embed/SuGkhuBUV5k]
27+
2628
[!INCLUDE [api-center-preview-feedback](includes/api-center-preview-feedback.md)]
2729

2830
## Prerequisites
@@ -221,7 +223,6 @@ Use a wildcard (`*`) to specify all APIs from the API Management instance.
221223
1. Use the `az apic service import-from-apim` command to import the APIs. Substitute the names of your API center and resource group, and use `*` to specify all APIs from the API Management instance.
222224
223225
```azurecli
224-
225226
#! /bin/bash
226227
apiIDs="$apimID/apis/*"
227228

articles/api-center/manage-apis-azure-cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: danlep
1414

1515
This article shows how to use [`az apic api`](/cli/azure/apic/api) commands in the Azure CLI to add and configure APIs in your [API center](overview.md) inventory. Use commands in the Azure CLI to script operations to manage your API inventory and other aspects of your API center.
1616

17+
> [!VIDEO https://www.youtube.com/embed/Dvar8Dg25s0]
18+
1719
[!INCLUDE [api-center-preview-feedback](includes/api-center-preview-feedback.md)]
1820

1921
## Prerequisites

articles/api-center/use-vscode-extension.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ To discover, try, and consume APIs in your [API center](overview.md), you can us
2020

2121
* **Consume APIs** - Generate API SDK clients for your favorite language including JavaScript, TypeScript, .NET, Python, and Java, using the Microsoft Kiota engine that generates SDKs for Microsoft Graph, GitHub, and more.
2222

23+
> [!VIDEO https://www.youtube.com/embed/62X0NALedCc]
24+
2325
> [!NOTE]
2426
> The API Center extension for Visual Studio Code is in preview. Learn more about the [extension preview](https://marketplace.visualstudio.com/items?itemName=apidev.azure-api-center).
2527

0 commit comments

Comments
 (0)