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 your APIs in a centralized location, optionally enable the read-only [API Center portal](enable-api-center-portal-vscode-extension.md) in Visual Studio Code.
24
+
> If you want enterprise app developers to discover your APIs in a centralized location, optionally enable the read-only [API Center portal](enable-api-center-portal-vs-code-extension.md) in Visual Studio Code.
Copy file name to clipboardExpand all lines: articles/api-center/enable-api-center-portal-vs-code-extension.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Enable platform API Center portal - Azure API Center - VS Code extension
2
+
title: Enable API Center portal - Azure API Center - VS Code extension
3
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
@@ -47,18 +47,19 @@ The following sections provide steps for API center administrators to enable ent
47
47
Enterprise developers must sign in with a Microsoft account to see the API Center portal for your API center. If needed, [add or invite developers](/entra/external-id/b2b-quickstart-add-guest-users-portal) to your Microsoft Entra tenant.
## Steps for enterprise developers to access the API Center portal
52
53
53
-
Developers can follow these steps to connect and sign in to view a API Center portal using the Visual Studio Code extension. Settings to connect to the API center need to be provided by the API center administrator.
54
+
Developers can follow these steps to connect and sign in to view an API Center portal using the Visual Studio Code extension. Settings to connect to the API center need to be provided by the API center administrator.
54
55
55
56
### Connect to an API center
56
57
57
58
1. Install the pre-release version of the [Azure API Center extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=apidev.azure-api-center) for Visual Studio Code.
58
59
59
60
1. In Visual Studio Code, in the Activity Bar on the left, select API Center.
60
61
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.":::
62
+
:::image type="content" source="media/enable-api-center-portal-vs-code-extension/api-center-activity-bar.png" alt-text="Screenshot of the API Center icon in the Activity Bar.":::
62
63
63
64
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**.
64
65
1. Answer the prompts to input the following information:
@@ -74,11 +75,11 @@ Developers can follow these steps to connect and sign in to view a API Center po
74
75
75
76
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.
76
77
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." :::
78
+
:::image type="content" source="media/enable-api-center-portal-vs-code-extension/api-center-pane-initial.png" alt-text="Screenshot of API Center portal in VS Code extension." :::
78
79
79
80
1. After signing in, select **APIs** to list the APIs in the API center. Expand an API to explore its versions and definitions.
80
81
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." :::
82
+
:::image type="content" source="media/enable-api-center-portal-vs-code-extension/api-center-pane-apis.png" alt-text="Screenshot of API Center portal with APIs in VS Code extension." :::
82
83
83
84
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
@@ -29,7 +29,7 @@ sections:
29
29
answer: |
30
30
Azure API Center is a stand-alone Azure service that's complementary to Azure API Management and API management services from other providers. API Center provides a unified API inventory for all APIs in the organization, including APIs that don't run in API gateways (such as those that are still in design) and those that are managed with different API management solutions.
31
31
32
-
For APIs that are managed using an API management solution, Azure API Center can store metadata such as the runtime environment and deployment details. You can also link Azure API Management services as API sources for you inventory.
32
+
For APIs that are managed using an API management solution, Azure API Center can store metadata such as the runtime environment and deployment details. You can also link Azure API Management services as API sources for your inventory.
33
33
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.
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). You can also enable the portal using the [Azure API Center Visual Studio Code extension](enable-api-center-portal-vscode-extension.md).
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-vs-code-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