Skip to content

Commit 27066d7

Browse files
Merge pull request #289319 from dlepow/apicdemo
[APIC] Update tutorial definition file
2 parents d8095c9 + 6320190 commit 27066d7

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

articles/api-center/configure-environments-deployments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Here you add a deployment by associating one of your APIs with the environment y
7373

7474
1. In the left menu, under **Assets**, select **APIs**.
7575

76-
1. Select an API, for example, the *Demo Conference API*.
76+
1. Select an API, for example, the *Conference API*.
7777

78-
1. On the **Demo Conference API** page, under **Details**, select **Deployments** > **+ Add deployment**.
78+
1. On the **Conference API** page, under **Details**, select **Deployments** > **+ Add deployment**.
7979

8080
1. In the **Add deployment** page, add the following information. If you previously defined the custom *Line of business* metadata or other metadata assigned to environments, you'll see them at the bottom of the page.
8181

@@ -85,7 +85,7 @@ Here you add a deployment by associating one of your APIs with the environment y
8585
|**Identification**|After you enter the preceding title, Azure API Center generates this identifier, which you can override.| Azure resource name for the deployment.|
8686
| **Description** | Optionally enter a description. | Description of the deployment. |
8787
| **Environment** | Make a selection from the dropdown, such as *My Testing*, or optionally select **Create new**.| New or existing environment where the API version is deployed. |
88-
| **Definition** | Select or add a definition file for a version of the Demo Conference API. | API definition file. |
88+
| **Definition** | Select or add a definition file for a version of the Conference API. | API definition file. |
8989
| **Runtime URL** | Enter a base URL, for example, `https://api.contoso.com`. | Base runtime URL for the API in the environment. |
9090
| **Line of business** | If you added this custom metadata, optionally make a selection from the dropdown, such as **IT**. | Custom metadata that identifies the business unit that manages APIs in the environment. |
9191

447 Bytes
Loading
35.3 KB
Loading
2.17 KB
Loading
1.58 KB
Loading

articles/api-center/register-apis.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this tutorial, you learn how to use the portal to:
2727
* One or more APIs that you want to register in your API center. Here are two examples, with links to their OpenAPI definitions:
2828

2929
* [Swagger Petstore API](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)
30-
* [Azure Demo Conference API](https://conferenceapi.azurewebsites.net?format=json)
30+
* [Conference API](https://bigconference.azurewebsites.net)
3131

3232
* Complete the previous tutorial, [Define custom metadata](add-metadata-properties.md), to define custom metadata for your APIs.
3333

@@ -41,7 +41,7 @@ When you register (add) an API in your API center, the API registration includes
4141

4242
After registering an API, you can add versions and definitions to the API.
4343

44-
The following steps register two sample APIs: Swagger Petstore API and Demo Conference API (see [Prerequisites](#prerequisites)). If you prefer, register APIs of your own.
44+
The following steps register two sample APIs: Swagger Petstore API and Conference API (see [Prerequisites](#prerequisites)). If you prefer, register APIs of your own.
4545

4646
1. In the [portal](https://portal.azure.com), navigate to your API center.
4747

@@ -70,7 +70,7 @@ The following steps register two sample APIs: Swagger Petstore API and Demo Conf
7070

7171
1. Select **Create**. The API is registered.
7272

73-
1. Repeat the preceding three steps to register another API, such as the Demo Conference API.
73+
1. Repeat the preceding three steps to register another API, such as the Conference API.
7474

7575
> [!TIP]
7676
> When you register an API in the portal, you can select any of the predefined API types or enter another type of your choice.
@@ -89,9 +89,9 @@ Here you add a version to one of your APIs:
8989

9090
1. In the portal, navigate to your API center.
9191

92-
1. In the left menu, select **APIs**, and then select an API, for example, *Demo Conference API*.
92+
1. In the left menu, select **APIs**, and then select an API, for example, *Swagger Petstore*.
9393

94-
1. On the Demo Conference API page, under **Details**, select **Versions** > **+ Add version**.
94+
1. On the API page, under **Details**, select **Versions** > **+ Add version**.
9595

9696
:::image type="content" source="media/register-apis/add-version.png" alt-text="Screenshot of adding an API version in the portal." lightbox="media/register-apis/add-version.png":::
9797

@@ -126,9 +126,9 @@ To add an API definition to your version:
126126
|**Title**| Enter a title of your choice, such as *v2 Definition*.|Name you choose for the API definition.|
127127
|**Identification**|After you enter the preceding title, Azure API Center generates this identifier, which you can override.| Azure resource name for the definition.|
128128
| **Description** | Optionally enter a description. | Description of the API definition. |
129-
| **Specification name** | For the Demo Conference API, select **OpenAPI**. | Specification format for the API.|
130-
| **Specification version** | Enter a version identifier of your choice, such as *2.0*. | Specification version. |
131-
|**Document** | Browse to a local definition file for the Demo Conference API, or enter a URL. Example URL: `https://conferenceapi.azurewebsites.net?format=json` | API definition file. |
129+
| **Specification name** | For the Petstore API, select **OpenAPI**. | Specification format for the API.|
130+
| **Specification version** | Enter a version identifier of your choice, such as *3.0*. | Specification version. |
131+
|**Document** | Browse to a local definition file for the Petstore API, or enter a URL. Example URL: `https://raw.githubusercontent.com/swagger-api/swagger-petstore/refs/heads/master/src/main/resources/openapi.yaml` | API definition file. |
132132

133133
:::image type="content" source="media/register-apis/add-definition.png" alt-text="Screenshot of adding an API definition in the portal." lightbox="media/register-apis/add-definition.png" :::
134134

0 commit comments

Comments
 (0)