Skip to content

Commit d9a8d72

Browse files
Merge pull request #307130 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-20 17:00 UTC
2 parents 47dace5 + 94eb4fa commit d9a8d72

42 files changed

Lines changed: 233 additions & 407 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3209,6 +3209,11 @@
32093209
"redirect_url": "/azure/api-management/monitor-api-management",
32103210
"redirect_document_id": false
32113211
},
3212+
{
3213+
"source_path_from_root": "/articles/api-management/api-management-key-concepts-experiment.md",
3214+
"redirect_url": "/azure/api-management/api-management-key-concepts",
3215+
"redirect_document_id": false
3216+
},
32123217
{
32133218
"source_path_from_root": "/articles/vpn-gateway/vpn-gateway-cross-premises-options.md",
32143219
"redirect_url": "/previous-versions/azure/vpn-gateway/vpn-gateway-about-vpn-gateway-settings",

articles/api-center/.openpublishing.redirection.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@
44
"source_path_from_root": "/articles/api-center/use-vscode-extension.md",
55
"redirect_url": "/azure/api-center/build-register-apis-vscode-extension",
66
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/api-center/add-metadata-properties.md",
10+
"redirect_url": "tutorials/add-metadata-properties",
11+
"redirect_document_id": true
12+
},
13+
{
14+
"source_path_from_root": "/articles/api-center/configure-environments-deployments.md",
15+
"redirect_url": "tutorials/configure-environments-deployments",
16+
"redirect_document_id": true
17+
},
18+
{
19+
"source_path_from_root": "/articles/api-center/register-apis.md",
20+
"redirect_url": "tutorials/register-apis",
21+
"redirect_document_id": true
722
}
8-
923
]
1024
}

articles/api-center/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
- name: Tutorials
2929
items:
3030
- name: 1 - Define custom metadata
31-
href: add-metadata-properties.md
31+
href: ./tutorials/add-metadata-properties.md
3232
- name: 2 - Add APIs to the inventory
33-
href: register-apis.md
33+
href: ./tutorials/register-apis.md
3434
- name: 3 - Add environments and deployments
35-
href: configure-environments-deployments.md
35+
href: ./tutorials/configure-environments-deployments.md
3636
expanded: true
3737
- name: API inventory
3838
items:

articles/api-center/authorize-api-access.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ You can configure settings to authorize access to APIs in your [API center](over
2626

2727
* An API center in your Azure subscription. If you haven't created one already, see [Quickstart: Create your API center](set-up-api-center.md).
2828

29-
* Register at least one API in your API center. For more information, see [Tutorial: Register APIs in your API inventory](register-apis.md).
29+
* Register at least one API in your API center. For more information, see [Tutorial: Register APIs in your API inventory](./tutorials/register-apis.md).
3030

31-
* Configure an environment and a deployment for the API. For more information, see [Tutorial: Add environments and deployments for APIs](configure-environments-deployments.md).
31+
* Configure an environment and a deployment for the API. For more information, see [Tutorial: Add environments and deployments for APIs](./tutorials/configure-environments-deployments.md).
3232

3333
* Set up the API Center portal. For more information, see [Set up API Center portal](set-up-api-center-portal.md).
3434

articles/api-center/enable-api-analysis-linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Now create an event subscription in your API center to trigger the function app
293293
294294
To test the event subscription, try uploading or updating an API definition file associated with an API version in your API center. For example, upload an OpenAPI or AsyncAPI document. After the event subscription is triggered, the function app invokes the API linting engine to analyze the API definition.
295295
296-
* For detailed steps to add an API, API version, and API definition to your API center, see [Tutorial: Register APIs in your API center](register-apis.md).
296+
* For detailed steps to add an API, API version, and API definition to your API center, see [Tutorial: Register APIs in your API center](./tutorials/register-apis.md).
297297
* To create an API by uploading an API definition file using the Azure CLI, see [Register API from a specification file](manage-apis-azure-cli.md#register-api-from-a-specification-file---single-step).
298298
299299
To confirm that the event subscription was triggered:

articles/api-center/export-to-copilot-studio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ prerequisites:
2626
2727
dependencies:
2828
- An API center instance. You can [create one](set-up-api-center.md) in the Azure portal.
29-
- An API registered in the API center inventory. The API must have a version associated with a [deployment](configure-environments-deployments.md), and it must have an API definition in OpenAPI 2.0 format.
29+
- An API registered in the API center inventory. The API must have a version associated with a [deployment](./tutorials/configure-environments-deployments.md), and it must have an API definition in OpenAPI 2.0 format.
3030
- A Power Platform [environment](/power-apps/powerapps-overview#power-apps-for-admins).
3131
- A Microsoft Copilot Studio [license](/microsoft-copilot-studio/requirements-licensing-subscriptions).
3232

articles/api-center/includes/quickstart-next-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ ms.custom: Include file
1616
Now you can start adding information to the inventory in your API center. To help you organize your APIs and other information, begin by defining custom metadata in your API center.
1717

1818
> [!div class="nextstepaction"]
19-
> [Define custom metadata](../add-metadata-properties.md)
19+
> [Define custom metadata](.././tutorials/add-metadata-properties.md)

articles/api-center/includes/synchronized-properties-api-source.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ ms.date: 01/08/2025
1010
ms.author: danlep
1111
ms.custom: Include file
1212
---
13-
You can add or update metadata properties and documentation to the synchronized APIs in your API center to help stakeholders discover, understand, and consume the APIs. Learn more about Azure API Center's [built-in and custom metadata properties](../add-metadata-properties.md).
13+
You can add or update metadata properties and documentation to the synchronized APIs in your API center to help stakeholders discover, understand, and consume the APIs. Learn more about Azure API Center's [built-in and custom metadata properties](.././tutorials/add-metadata-properties.md).
1414

1515
The following table shows entity properties that can be modified in Azure API Center and properties that are set based on their values in the API source.
1616

1717
| Entity | Properties configurable in API Center | Properties determined in integrated API source |
1818
|--------------|-----------------------------------------|-----------------|
19-
| API | summary<br/>lifecycleStage<br/>termsOfService<br/>license<br/>externalDocumentation<br/>customProperties | title<br/>description<br/>kind |
20-
| API version | lifecycleStage | title<br/>definitions (if synchronized) |
21-
| Environment | title<br/>description<br/>kind</br>server.managementPortalUri<br/>onboarding<br/>customProperties | server.type
22-
| Deployment | title<br/>description<br/>server<br/>state<br/>customProperties | server.runtimeUri |
19+
| API | summary<br />lifecycleStage<br />termsOfService<br />license<br />externalDocumentation<br />customProperties | title<br />description<br />kind |
20+
| API version | lifecycleStage | title<br />definitions (if synchronized) |
21+
| Environment | title<br />description<br />kind</br>server.managementPortalUri<br />onboarding<br />customProperties | server.type
22+
| Deployment | title<br />description<br />server<br />state<br />customProperties | server.runtimeUri |
2323

2424
> [!NOTE]
2525
> Resource and system IDs for entities synchronized to Azure API Center are automatically generated and can't be changed.

articles/api-center/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ landingContent:
4242
- linkListType: tutorial
4343
links:
4444
- text: 1 - Customize metadata properties
45-
url: add-metadata-properties.md
45+
url: ././tutorials/add-metadata-properties.md
4646
- text: 2 - Add APIs to the inventory
47-
url: register-apis.md
47+
url: ././tutorials/register-apis.md
4848
- text: 3 - Add environments and deployments
49-
url: configure-environments-deployments.md
49+
url: ././tutorials/configure-environments-deployments.md
5050
- linkListType: how-to-guide
5151
links:
5252
- text: Manage inventory - Azure CLI

articles/api-center/metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The following tables list built-in metadata provided for Azure API Center entiti
4949

5050
## Custom metadata
5151

52-
Define custom metadata using the [Azure portal](add-metadata-properties.md), the Azure API Center [REST API](/rest/api/resource-manager/apicenter/metadata-schemas), or the [Azure CLI](/cli/azure/apic/metadata) to help organize and filter APIs, environments, and deployments in your API center. Azure API Center supports custom metadata of the following types.
52+
Define custom metadata using the [Azure portal](././tutorials/add-metadata-properties.md), the Azure API Center [REST API](/rest/api/resource-manager/apicenter/metadata-schemas), or the [Azure CLI](/cli/azure/apic/metadata) to help organize and filter APIs, environments, and deployments in your API center. Azure API Center supports custom metadata of the following types.
5353

5454
Type | Description | Example name |
5555
|--------|----------|-------------|
@@ -87,4 +87,4 @@ Use built-in and custom metadata to organize your APIs, environments, and deploy
8787

8888
* [What is Azure API Center?](overview.md)
8989
* [API Center - key concepts](key-concepts.md)
90-
* [Tutorial: Define custom metadata](add-metadata-properties.md)
90+
* [Tutorial: Define custom metadata](././tutorials/add-metadata-properties.md)

0 commit comments

Comments
 (0)