Skip to content

Commit f270a3d

Browse files
Merge pull request #275967 from dlepow/apiclink
[APIC] Links to APIM content
2 parents 8aacdf5 + 95ac309 commit f270a3d

File tree

4 files changed

+35
-13
lines changed

4 files changed

+35
-13
lines changed

articles/api-center/TOC.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,9 @@
7474
href: /azure/templates/microsoft.apicenter/allversions
7575
- name: Azure built-in roles
7676
href: ../role-based-access-control/built-in-roles.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#integration
77+
- name: Resources
78+
items:
79+
- name: Samples
80+
href: /samples/browse/?terms=%22azure%20api%20center%22
81+
- name: Azure updates
82+
href: https://azure.microsoft.com/updates/?query=%22API%20Center%22

articles/api-center/index.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ landingContent:
2828
url: key-concepts.md
2929
- text: Frequently asked questions
3030
url: frequently-asked-questions.yml
31-
# Card
31+
- linkListType: learn
32+
links:
33+
- text: Introduction to Azure API Center
34+
url: /training/modules/introduction-to-azure-api-center/
35+
# Card
3236
- title: Manage your API inventory
3337
linkLists:
3438
- linkListType: quickstart
@@ -51,7 +55,7 @@ landingContent:
5155
url: import-api-management-apis.md
5256
- text: Build and register APIs - VS Code extension
5357
url: use-vscode-extension.md
54-
# Card
58+
# Card
5559
- title: Govern APIs
5660
linkLists:
5761
- linkListType: how-to-guide
@@ -69,3 +73,10 @@ landingContent:
6973
links:
7074
- text: Self-host Azure API Center portal
7175
url: enable-api-center-portal.md
76+
# Card
77+
- title: Related service
78+
linkLists:
79+
- linkListType: concept
80+
links:
81+
- text: Azure API Management
82+
url: ../api-management/api-management-key-concepts.md

articles/api-center/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure API Center enables tracking all of your APIs in a centralized location for
1717
With an API center, stakeholders throughout your organization - including API program managers, IT administrators, application developers, and API developers - can discover, reuse, and govern APIs.
1818

1919
> [!NOTE]
20-
> Azure API Center is a solution for design-time API governance and centralized API discovery. Azure also offers the API Management service, a solution for runtime API governance and observability using an API gateway. [Learn more](frequently-asked-questions.yml#what-s-the-difference-between-azure-api-management-and-azure-api-center) about the difference.
20+
> Azure API Center is a solution for design-time API governance and centralized API discovery. Azure also offers the API Management service, a solution for runtime API governance and observability using an API gateway. [Learn more](frequently-asked-questions.yml#what-s-the-difference-between-azure-api-management-and-azure-api-center) about the differences and how Azure API Center and API Management can work together.
2121
2222
## Benefits
2323

@@ -51,6 +51,8 @@ Azure API Center is currently available in the following Azure regions:
5151
* East US
5252
* UK South
5353
* West Europe
54+
55+
API Center is offered in a Free plan and a Standard plan. [Learn more](../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#api-center-limits).
5456

5557
## Azure API Center and the API ecosystem
5658

@@ -66,7 +68,7 @@ Contoso's API ecosystem includes the following:
6668

6769
* **API deployment environments** - Contoso deploys a portion of their APIs to Azure App Service. Another subset of their APIs is deployed to an Azure Function app.
6870

69-
* **Azure API Management** - Contoso uses Azure API Management to manage, publish, and secure their APIs. They use separate instances for Development, Test, and Production, each with a distinct name: APIM-DEV, APIM-TEST and APIM-PROD.
71+
* **Azure API Management** - Contoso uses the Azure [API Management](../api-management/api-management-key-concepts.md) service to manage, publish, and secure their APIs. They use separate instances for Development, Test, and Production, each with a distinct name: APIM-DEV, APIM-TEST and APIM-PROD.
7072

7173
* **Azure API Center** - Contoso has adopted Azure API Center as their centralized hub for API discovery, governance, and consumption. API Center serves as a structured and organized API hub that provides comprehensive information about all organizational APIs, maintaining related information including versions and associated deployments.
7274

articles/api-management/api-management-key-concepts.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: api-management
88
ms.topic: overview
9-
ms.date: 03/28/2024
9+
ms.date: 05/21/2024
1010
ms.author: danlep
1111
ms.custom: mvc
1212
---
@@ -117,18 +117,21 @@ API Management is offered in a variety of pricing tiers to meet the needs of dif
117117

118118
API Management integrates with many complementary Azure services to create enterprise solutions, including:
119119

120-
* [Azure Key Vault](../key-vault/general/overview.md) for secure safekeeping and management of [client certificates](api-management-howto-mutual-certificates.md) and [secrets​](api-management-howto-properties.md)
121-
* [Azure Monitor](api-management-howto-use-azure-monitor.md) for logging, reporting, and alerting on management operations, systems events, and API requests​
122-
* [Application Insights](api-management-howto-app-insights.md) for live metrics, end-to-end tracing, and troubleshooting
123-
* [Virtual networks](virtual-network-concepts.md), [private endpoints](private-endpoint.md), and [Application Gateway](api-management-howto-integrate-internal-vnet-appgateway.md) for network-level protection​
124-
* [Azure Defender for APIs](protect-with-defender-for-apis.md) and [Azure DDoS Protection](protect-with-ddos-protection.md) for runtime protection against malicious attacks​
125-
* Microsoft Entra ID for [developer authentication](api-management-howto-aad.md) and [request authorization](api-management-howto-protect-backend-with-aad.md)
126-
* [Event Hubs](api-management-howto-log-event-hubs.md) for streaming events​
127-
* Several Azure compute offerings commonly used to build and host APIs on Azure, including [Functions](import-function-app-as-api.md), [Logic Apps](import-logic-app-as-api.md), [Web Apps](import-app-service-as-api.md), [Service Fabric](how-to-configure-service-fabric-backend.yml), and others including Azure OpenAI service.​
120+
* **[Azure API Center](../api-center/overview.md)** to build a complete inventory of APIs​ in the organization - regardless of their type, lifecycle stage, or deployment location​ - for API discovery, reuse, and governance
121+
* **[Copilot for Azure](../copilot/overview.md)** to help author API Management policies or explain already configured policies​
122+
* **[Azure Key Vault](../key-vault/general/overview.md)** for secure safekeeping and management of [client certificates](api-management-howto-mutual-certificates.md) and [secrets​](api-management-howto-properties.md)
123+
* **[Azure Monitor](api-management-howto-use-azure-monitor.md)** for logging, reporting, and alerting on management operations, systems events, and API requests​
124+
* **[Application Insights](api-management-howto-app-insights.md)** for live metrics, end-to-end tracing, and troubleshooting
125+
* **[Virtual networks](virtual-network-concepts.md)**, **[private endpoints](private-endpoint.md)**, **[Application Gateway](api-management-howto-integrate-internal-vnet-appgateway.md)**, and **[Azure Front Door](front-door-api-management.md)** for network-level protection​
126+
* **[Azure Defender for APIs](protect-with-defender-for-apis.md)** and **[Azure DDoS Protection](protect-with-ddos-protection.md)** for runtime protection against malicious attacks​
127+
* **Microsoft Entra ID** for [developer authentication](api-management-howto-aad.md) and [request authorization](api-management-howto-protect-backend-with-aad.md)
128+
* **[Event Hubs](api-management-howto-log-event-hubs.md)** for streaming events​
129+
* Several Azure compute offerings commonly used to build and host APIs on Azure, including **[Functions](import-function-app-as-api.md)**, **[Logic Apps](import-logic-app-as-api.md)**, **[Web Apps](import-app-service-as-api.md)**, **[Service Fabric](how-to-configure-service-fabric-backend.yml)**, and others including **[Azure OpenAI](azure-openai-api-from-specification.md)** service.​
128130

129131
**More information**:
130132
* [Basic enterprise integration](/azure/architecture/reference-architectures/enterprise-integration/basic-enterprise-integration?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
131133
* [Landing zone accelerator](/azure/cloud-adoption-framework/scenarios/app-platform/api-management/landing-zone-accelerator?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
134+
* [Import APIs to API Center from API Management](../api-center/import-api-management-apis.md?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
132135

133136
## Key concepts
134137

0 commit comments

Comments
 (0)