Skip to content

Commit e9ae4f2

Browse files
committed
apic
1 parent 9b962f7 commit e9ae4f2

File tree

1 file changed

+17
-41
lines changed

1 file changed

+17
-41
lines changed

articles/api-center/overview.md

Lines changed: 17 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,60 @@
11
---
2-
title: Azure API Center (preview) - Overview
2+
title: Azure API Center - Overview
33
description: Introduction to key scenarios and capabilities of Azure API Center. API Center inventories an organization's APIs for discovery, reuse, and governance at scale.
44
author: dlepow
55

66
ms.service: api-center
77
ms.topic: overview
8-
ms.date: 05/02/2024
8+
ms.date: 04/15/2024
99
ms.author: danlep
1010
ms.custom: references_regions
1111
---
1212

13-
# What is Azure API Center (preview)?
13+
# What is Azure API Center?
1414

15-
API Center enables tracking all of your APIs in a centralized location for discovery, reuse, and governance. Use API Center to develop and maintain a structured and organized inventory of your organization's APIs - regardless of their type, lifecycle stage, or deployment location - along with related information such as version details, API definition files, and common metadata.
15+
Azure API Center enables tracking all of your APIs in a centralized location for discovery, reuse, and governance. Use an API center to develop and maintain a structured and organized inventory of your organization's APIs - regardless of their type, lifecycle stage, or deployment location - along with related information such as version details, API definition files, and common metadata.
1616

17-
With API Center, stakeholders throughout your organization - including API program managers, IT administrators, application developers, and API developers - can discover, reuse, and govern APIs.
18-
19-
[!INCLUDE [api-center-preview-feedback](includes/api-center-preview-feedback.md)]
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.
2018

2119
> [!NOTE]
22-
> API Center is a solution for organizations to catalog and manage their API inventory. Azure also offers the API Management service, a solution to manage, secure, and publish your organization's API backends through an API gateway. [Learn more](#q-whats-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 difference.
2321
2422
## Benefits
2523

2624
* **Create and maintain an organizational inventory​** - Organizations can build a **complete inventory of APIs** available in their organization. Foster communication and let API program managers and developers collaborate for increased API reuse, quality, security, compliance, and developer productivity.​
2725

2826
* **Govern your organization's APIs** - With more complete visibility into the APIs being produced and used within an organization, API program managers and IT administrators can govern this inventory to ensure it meets organizational standards by **defining custom metadata** and **analyzing API definitions** to enforce conformance to API style guidelines.​
2927

30-
* **Easy API discovery** - Organizations want to promote API reuse to maximize developer productivity and ensure developers are using the right APIs. API Center helps program managers and developers discover the API inventory and filter using built-in and custom metadata properties. ​
28+
* **Easy API discovery** - Organizations want to promote API reuse to maximize developer productivity and ensure developers are using the right APIs. Azure API Center helps program managers and developers discover the API inventory and filter using built-in and custom metadata. ​
3129

3230
* **Accelerate API consumption** - Maximize developer productivity when consuming APIs and ensure they are consumed in a secure manner consistent with organizational standards.
3331

3432
## Key capabilities
3533

36-
In preview, create and use an API center in the Azure portal for the following:
34+
Create and use an API center for the following:
3735

3836
* **API inventory management** - Register all of your organization's APIs for inclusion in a centralized inventory.
3937

40-
* **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.
38+
* **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.
4139

42-
* **API governance** - Organize and filter APIs and related resources using built-in and custom metadata properties, 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 to enforce API definition quality.
4341

4442
* **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) integrated with GitHub Copilot​.
4543

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

4846
## Available regions
49-
50-
API Center is currently available in the following Azure regions:
47+
Azure API Center is currently available in the following Azure regions:
5148

5249
* Australia East
5350
* Central India
5451
* East US
5552
* UK South
5653
* West Europe
5754

58-
## API Center and the API ecosystem
55+
## Azure API Center and the API ecosystem
5956

60-
API Center can serve a key role in an organization's API ecosystem. Consider the hypothetical Contoso organization, which has adopted an API-first strategy, emphasizing the importance of APIs in their software development and integration.
57+
Azure API Center can serve a key role in an organization's API ecosystem. Consider the hypothetical Contoso organization, which has adopted an API-first strategy, emphasizing the importance of APIs in their software development and integration.
6158

6259
Contoso's API developers, app developers, API program managers, and API managers collaborate through Azure API Center to develop and use the organization's API inventory. See the following diagram and explanation.
6360

@@ -69,33 +66,12 @@ Contoso's API ecosystem includes the following:
6966

7067
* **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.
7168

72-
* **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.
73-
74-
* **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.
75-
76-
## Frequently asked questions
77-
78-
### Q: What's the difference between Azure API Management and Azure API Center?
79-
80-
A: [Azure API Management](../api-management/api-management-key-concepts.md) is a fully managed Azure service that helps organizations to securely expose their APIs to external and internal customers. It provides a set of tools and services for creating, publishing, and managing APIs, as well as enforcing security, scaling, and monitoring API usage.
81-
82-
On the other hand, Azure API Center helps organizations create a catalog of APIs that are available within the organization. Azure API Center provides basic information about the APIs, such as their name, description, and version, but additional information can be added to these APIs using custom metadata. Azure API Center helps different stakeholders like API managers or API developers to discover and reuse existing APIs within the organization.
83-
84-
While both services provide tools for governing APIs, they serve different purposes. Azure API Management is a platform for creating, publishing, and managing APIs, while API Center provides a centralized location for discovering and reusing existing APIs within an organization.
85-
86-
87-
### Q: How do I use API Center with my API Management solution?
88-
89-
A: 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.
90-
91-
For APIs that are managed using an API management solution, API Center can store metadata such as the runtime environment and deployment details.
92-
93-
### Q: Is my data encrypted in API Center?
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.
9470

95-
A: Yes, all data in API Center is encrypted at rest.
71+
* **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.
9672

9773
## Next steps
9874

9975
> [!div class="nextstepaction"]
100-
> [Set up your API center](set-up-api-center.md)
76+
> [Set up your API center - portal](set-up-api-center.md)
10177

0 commit comments

Comments
 (0)