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/overview.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Azure API Center enables tracking all of your APIs in a centralized location for
17
17
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.
18
18
19
19
> [!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.
21
21
22
22
## Benefits
23
23
@@ -51,6 +51,8 @@ Azure API Center is currently available in the following Azure regions:
51
51
* East US
52
52
* UK South
53
53
* 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).
54
56
55
57
## Azure API Center and the API ecosystem
56
58
@@ -66,7 +68,7 @@ Contoso's API ecosystem includes the following:
66
68
67
69
***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.
68
70
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.
70
72
71
73
***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.
Copy file name to clipboardExpand all lines: articles/api-management/api-management-key-concepts.md
+12-9Lines changed: 12 additions & 9 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: api-management
8
8
ms.topic: overview
9
-
ms.date: 03/28/2024
9
+
ms.date: 05/21/2024
10
10
ms.author: danlep
11
11
ms.custom: mvc
12
12
---
@@ -117,18 +117,21 @@ API Management is offered in a variety of pricing tiers to meet the needs of dif
117
117
118
118
API Management integrates with many complementary Azure services to create enterprise solutions, including:
119
119
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.
*[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)
0 commit comments