Skip to content

Commit 5c29eb1

Browse files
authored
Merge pull request #281044 from dlepow/devproxy
[APIC] ToC and link to Dev Proxy content
2 parents 7d684aa + ad96fff commit 5c29eb1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/api-center/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
href: register-apis.md
3333
- name: 3 - Add environments and deployments
3434
href: configure-environments-deployments.md
35-
- name: 4 - Discover shadow APIs
36-
href: discover-shadow-apis-dev-proxy.md
3735
- name: API inventory
3836
items:
3937
- name: Manage inventory - Azure CLI
@@ -48,6 +46,8 @@
4846
href: metadata.md
4947
- name: Analyze APIs using linting rules
5048
href: enable-api-analysis-linting.md
49+
- name: Discover shadow APIs with Dev Proxy
50+
href: discover-shadow-apis-dev-proxy.md
5151
- name: API discovery and consumption
5252
items:
5353
- name: Self-host Azure API Center portal

articles/api-center/discover-shadow-apis-dev-proxy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Tutorial - Discover shadow APIs using Dev Proxy
3-
description: In this tutorial, you learn how to discover shadow APIs in your apps using Dev Proxy and onboard them to API Center.
2+
title: Discover shadow APIs using Dev Proxy
3+
description: Learn how to discover shadow APIs in your apps using Dev Proxy and onboard them to API Center.
44
author: waldekmastykarz
55
ms.service: api-center
6-
ms.topic: tutorial
6+
ms.topic: how-to
77
ms.date: 07/15/2024
88
ms.author: wmastyka
99
---
1010

11-
# Tutorial - Discover shadow APIs using Dev Proxy
11+
# Discover shadow APIs using Dev Proxy
1212

1313
Using Azure API Center you catalog APIs used in your organization. This allows you to tell which APIs you use, where the API is in its lifecycle, and who to contact if there are issues. In short, having an up-to-date catalog of APIs helps you improve the governance-, compliance-, and security posture.
1414

articles/api-center/overview.md

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

3838
* **Real-world API representation** - Add real-world information about each API including versions and definitions such as OpenAPI definitions. List API deployments and associate them with runtime environments, for example, representing Azure API Management or other API management solutions.
3939

40-
* **API governance** - Organize and filter APIs and related resources using built-in and custom metadata, to help with API governance and discovery by API consumers. Set up linting and analysis to enforce API definition quality.
40+
* **API governance** - Organize and filter APIs and related resources using built-in and custom metadata, to help with API governance and discovery by API consumers. Set up [linting and analysis](enable-api-analysis-linting.md) to enforce API definition quality. 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.
4141

4242
* **API discovery and reuse** - Enable developers and API program managers to discover APIs via the Azure portal, an API Center portal, and developer tools including a [Visual Studio Code extension](use-vscode-extension.md)​.
4343

0 commit comments

Comments
 (0)