Skip to content

Commit fa42b24

Browse files
author
gitName
committed
PR review
1 parent 7ec6fc4 commit fa42b24

9 files changed

+15
-14
lines changed

articles/api-center/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
- name: Enable API Center portal
7272
href: set-up-api-center-portal.md
7373
- name: Enable API Center portal - VS Code extension
74-
href: enable-api-center-portal-vscode-extension.md
74+
href: enable-api-center-portal-vs-code-extension.md
7575
- name: Self-host Azure API Center portal
7676
href: self-host-api-center-portal.md
7777
- name: Discover and consume APIs - VS Code extension

articles/api-center/build-register-apis-vscode-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ After generating the OpenAPI specification file and checking for accuracy, you c
7070
* [Azure API Center - key concepts](key-concepts.md)
7171
* [Discover and consume APIs with the Azure API Center extension for Visual Studio Code](discover-apis-vscode-extension.md)
7272
* [Govern APIs with the Azure API Center extension for Visual Studio Code](govern-apis-vscode-extension.md)
73-
* [Enable and view API Center portal in Visual Studio Code](enable-api-center-portal-vscode-extension.md)
73+
* [Enable and view API Center portal in Visual Studio Code](enable-api-center-portal-vs-code-extension.md)
7474
* [Overview of GitHub Copilot for Azure](/azure/developer/github-copilot-azure/introduction)
7575

articles/api-center/design-api-github-copilot-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ After the API is registered, you can perform various tasks using the extension.
7878
* [Build and register APIs with the Azure API Center extension for Visual Studio Code](build-register-apis-vscode-extension.md)
7979
* [Discover and consume APIs with the Azure API Center extension for Visual Studio Code](discover-apis-vscode-extension.md)
8080
* [Govern APIs with the Azure API Center extension for Visual Studio Code](govern-apis-vscode-extension.md)
81-
* [Enable and view API Center portal in Visual Studio Code](enable-api-center-portal-vscode-extension.md)
81+
* [Enable and view API Center portal in Visual Studio Code](enable-api-center-portal-vs-code-extension.md)
8282
* [Overview of GitHub Copilot for Azure](/azure/developer/github-copilot-azure/introduction)
8383

articles/api-center/discover-apis-vscode-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ API developers in your organization can discover and consume APIs in your [API c
2121
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).
2222

2323
> [!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.
2525
2626
[!INCLUDE [vscode-extension-basic-prerequisites](includes/vscode-extension-basic-prerequisites.md)]
2727

@@ -108,5 +108,5 @@ You can also export a specification using the Command Palette:
108108
* [Azure API Center - key concepts](key-concepts.md)
109109
* [Build and register APIs with the Azure API Center extension for Visual Studio Code](build-register-apis-vscode-extension.md)
110110
* [Govern APIs with the Azure API Center extension for Visual Studio Code](govern-apis-vscode-extension.md)
111-
* [Enable and view API Center portal in Visual Studio Code](enable-api-center-portal-vscode-extension.md)
111+
* [Enable and view API Center portal in Visual Studio Code](enable-api-center-portal-vs-code-extension.md)
112112

articles/api-center/enable-api-center-portal-vscode-extension.md renamed to articles/api-center/enable-api-center-portal-vs-code-extension.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
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
33
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.
44
author: dlepow
55
ms.service: azure-api-center
@@ -47,18 +47,19 @@ The following sections provide steps for API center administrators to enable ent
4747
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.
4848

4949
[!INCLUDE [api-center-portal-user-sign-in](includes/api-center-portal-user-sign-in.md)]
50+
5051
### For API center administrators
5152
## Steps for enterprise developers to access the API Center portal
5253

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.
5455

5556
### Connect to an API center
5657

5758
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.
5859

5960
1. In Visual Studio Code, in the Activity Bar on the left, select API Center.
6061

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.":::
6263

6364
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**.
6465
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
7475

7576
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.
7677

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." :::
7879

7980
1. After signing in, select **APIs** to list the APIs in the API center. Expand an API to explore its versions and definitions.
8081

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." :::
8283

8384
1. Repeat the preceding steps to connect to more API centers, if access is configured.
8485

articles/api-center/frequently-asked-questions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sections:
2929
answer: |
3030
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.
3131
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.
3333
3434
- question: Does Azure API Center provide a developer portal?
3535
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.

articles/api-center/govern-apis-vscode-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ Visual Studio Code opens a diff view between the two API specifications. Any bre
5757
* [Azure API Center - key concepts](key-concepts.md)
5858
* [Build and register APIs with the Azure API Center extension for Visual Studio Code](build-register-apis-vscode-extension.md)
5959
* [Discover and consume APIs with the Azure API Center extension for Visual Studio Code](discover-apis-vscode-extension.md)
60-
* [Enable and view API Center portal in Visual Studio Code](enable-api-center-portal-vscode-extension.md)
60+
* [Enable and view API Center portal in Visual Studio Code](enable-api-center-portal-vs-code-extension.md)
6161

articles/api-center/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Create and use an API center for the following:
4747

4848
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.
4949

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).
5151

5252
For more about the entities you can manage and the capabilities in Azure API Center, see [Key concepts](key-concepts.md).
5353

articles/api-center/set-up-api-center-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ To make only specific APIs visible, go to the **API visibility** tab in the API
6060

6161
## Related content
6262

63-
* [Enable and view Azure API Center portal in Visual Studio Code](enable-api-center-portal-vscode-extension.md)
63+
* [Enable and view Azure API Center portal in Visual Studio Code](enable-api-center-portal-vs-code-extension.md)

0 commit comments

Comments
 (0)