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/discover-apis-vscode-extension.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ API developers in your organization can discover and consume APIs in your [API c
21
21
API developers can also take advantage of features in the extension to [register APIs](build-register-apis-vscode-extension.md) in the API center and ensure [API governance](govern-apis-vscode-extension.md).
22
22
23
23
> [!TIP]
24
-
> If you want enterprise app developers to discover APIs in a centralized location, optionally enable a [platform API catalog](enable-platform-api-catalog-vscode-extension.md) for your API center in Visual Studio Code. The platform API catalog is a read-only view of the API inventory.
24
+
> If you want enterprise app developers to discover APIs in a centralized location, optionally enable the read-only [API Center portal](enable-api-center-portal-vscode-extension.md) for your API center in Visual Studio Code.
Copy file name to clipboardExpand all lines: articles/api-center/enable-api-center-portal-vscode-extension.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Enable platform API Center portal - Azure API Center - VS Code extension
3
-
description: Enable enterprise developers to view the enterprise's platform API catalog including API definitions using the Visual Studio Code Extension for Azure API Center.
3
+
description: Enable enterprise developers to view the enterprise's API Center portal including API definitions using the Visual Studio Code Extension for Azure API Center.
4
4
author: dlepow
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
@@ -10,9 +10,11 @@ ms.custom:
10
10
# Customer intent: As an API program manager, I want to enable an API catalog so that app developers in my organization can discover and consume the APIs in my organization's API center without needing to manage the API inventory itself.
11
11
---
12
12
13
-
# Enable and view Azure API Center portal
13
+
# Enable and view Azure API Center portal - VS Code extension
14
14
15
-
This article shows how to provide enterprise developers access to the Azure API Center portal in the Visual Studio Code extension for [Azure API Center](overview.md). Using the platform API catalog, developers can discover APIs in your Azure API center, view API definitions, and optionally generate API clients when they don't have access to manage the API center itself or add APIs to the inventory. Access to the API Center portal is managed using Microsoft Entra ID and Azure role-based access control.
This article shows how to provide enterprise developers access to the Azure API Center portal in the Visual Studio Code extension for [Azure API Center](overview.md). Using the portal, developers can discover APIs in your Azure API center, view API definitions, and optionally generate API clients when they don't have access to manage the API center itself or add APIs to the inventory. Access to the API Center portal is managed using Microsoft Entra ID and Azure role-based access control.
16
18
17
19
> [!TIP]
18
20
> The Visual Studio Code extension provides more features for API developers who have permissions to manage an Azure API center. For example, API developers can register APIs in the API center directly or using CI/CD pipelines. [Learn more](build-register-apis-vscode-extension.md)
@@ -37,6 +39,7 @@ The following Visual Studio Code extension is optional:
37
39
The following sections provide steps for API center administrators to enable enterprise developers to access the API Center portal.
### Enable sign-in to API Center portal by Microsoft Entra users and groups
@@ -55,7 +58,7 @@ Developers can follow these steps to connect and sign in to view a API Center po
55
58
56
59
1. In Visual Studio Code, in the Activity Bar on the left, select API Center.
57
60
58
-
:::image type="content" source="media/enable-platform-api-catalog-vscode-extension/api-center-activity-bar.png" alt-text="Screenshot of the API Center icon in the Activity Bar.":::
61
+
:::image type="content" source="media/enable-api-center-portal-vscode-extension/api-center-activity-bar.png" alt-text="Screenshot of the API Center icon in the Activity Bar.":::
59
62
60
63
1. Use the **Ctrl+Shift+P** keyboard shortcut to open the Command Palette. Type **Azure API Center: Connect to an API Center** and hit **Enter**.
61
64
1. Answer the prompts to input the following information:
@@ -71,11 +74,11 @@ Developers can follow these steps to connect and sign in to view a API Center po
71
74
72
75
1. To view the APIs in the API center, under the API center name, select **Sign in to Azure**. Sign-in is allowed with a Microsoft account that is assigned the **Azure API Center Data Reader** role in the API center.
73
76
74
-
:::image type="content" source="media/enable-platform-api-catalog-vscode-extension/api-center-pane-initial.png" alt-text="Screenshot of API Center portal in VS Code extension." :::
77
+
:::image type="content" source="media/enable-api-center-portal-vscode-extension/api-center-pane-initial.png" alt-text="Screenshot of API Center portal in VS Code extension." :::
75
78
76
79
1. After signing in, select **APIs** to list the APIs in the API center. Expand an API to explore its versions and definitions.
77
80
78
-
:::image type="content" source="media/enable-platform-api-catalog-vscode-extension/api-center-pane-apis.png" alt-text="Screenshot of API Center portal with APIs in VS Code extension." :::
81
+
:::image type="content" source="media/enable-api-center-portal-vscode-extension/api-center-pane-apis.png" alt-text="Screenshot of API Center portal with APIs in VS Code extension." :::
79
82
80
83
1. Repeat the preceding steps to connect to more API centers, if access is configured.
Copy file name to clipboardExpand all lines: articles/api-center/frequently-asked-questions.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ sections:
34
34
- question: Does Azure API Center provide a developer portal?
35
35
answer: Yes, you enable the [API Center portal](set-up-api-center-portal.md), where developers can discover and filter APIs in your API center and view API details.
36
36
37
-
In the Azure API Center extension for Visual Studio Code, you can also provide an [API catalog](enable-platform-api-catalog-vscode-extension.md) view for app developers in your organization to discover APIs in your API center.
37
+
You can also enable the API Center portal in the [Azure API Center extension for Visual Studio Code](enable-platform-api-catalog-vscode-extension.md) view for app developers in your organization to discover APIs in your API center.
38
38
39
39
- question: Does Azure API Center support availability zones?
40
40
answer: Yes. The Azure API Center service runs in a multitenant environment on availability zone-enabled components. No further configuration is required to enable availability zones for the service.
Copy file name to clipboardExpand all lines: articles/api-center/includes/api-center-portal-app-registration.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: dlepow
6
6
7
7
ms.service: azure-api-center
8
8
ms.topic: include
9
-
ms.date: 03/04/2025
9
+
ms.date: 03/20/2025
10
10
ms.author: danlep
11
11
ms.custom: Include file
12
12
---
@@ -24,5 +24,5 @@ First configure an app registration in your Microsoft Entra ID tenant. The app r
24
24
1. In **Redirect URI**, select **Single-page application (SPA)** and set the URI.
25
25
Enter the URI of your API Center portal deployment, in the following form: `https://<service-name>.portal.<location>.azure-api-center.ms`. Replace `<service name>` and `<location>` with the name of your API center and the location where it's deployed, Example: `https://myapicenter.portal.eastus.azure-api-center.ms`.
26
26
1. Select **Register**.
27
-
1.Turn into**Authentication** page, click**Add a platform** and select the **Mobile and desktop applications**, add following three Redirect URIs into this section: `https://vscode.dev/redirect`, `http://localhost`, and `ms-appx-web://Microsoft.AAD.BrokerPlugin/<application-client-id>`. Replace `<application-client-id>` with this AAD App.
28
-
1.On the **Overview** page, copy the **Application (client) ID**. You set this value when you publish the portal.
27
+
1.On the**Manage** > **Authentication** page, Select**Add a platform** and select **Mobile and desktop applications**.
28
+
1.Configure the following three custom redirect URIs: `https://vscode.dev/redirect`, `http://localhost`, and `ms-appx-web://Microsoft.AAD.BrokerPlugin/<application-client-id>`. Replace `<application-client-id>` with the application (client) ID of this app. You can find this value on the **Overview** page.
Copy file name to clipboardExpand all lines: articles/api-center/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Create and use an API center for the following:
47
47
48
48
API developers can shift-left API design conformance checks into Visual Studio Code with integrated linting support and breaking change detection. Integrate with tools such as Dev Proxy to ensure that apps don't use unregistered [shadow APIs](discover-shadow-apis-dev-proxy.md) or APIs that don't meet organizational standards.
49
49
50
-
***API discovery and reuse** - Enable enterprise developers and API program managers to discover APIs via an [API Center portal](set-up-api-center-portal.md) or an [API platform catalog](enable-platform-api-catalog-vscode-extension.md) that's accessed using the Azure API Center Visual Studio Code extension.
50
+
***API discovery and reuse** - Enable enterprise developers and API program managers to discover APIs via an [API Center portal](set-up-api-center-portal.md). You can also enable the portal using the [Azure API Center Visual Studio Code extension](enable-api-center-portal-vscode-extension.md).
51
51
52
52
For more about the entities you can manage and the capabilities in Azure API Center, see [Key concepts](key-concepts.md).
0 commit comments