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/configure-environments-deployments.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,9 @@ Here you add a deployment by associating one of your APIs with the environment y
73
73
74
74
1. In the left menu, under **Assets**, select **APIs**.
75
75
76
-
1. Select an API, for example, the *Demo Conference API*.
76
+
1. Select an API, for example, the *Conference API*.
77
77
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**.
79
79
80
80
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.
81
81
@@ -85,7 +85,7 @@ Here you add a deployment by associating one of your APIs with the environment y
85
85
|**Identification**|After you enter the preceding title, Azure API Center generates this identifier, which you can override.| Azure resource name for the deployment.|
86
86
|**Description**| Optionally enter a description. | Description of the deployment. |
87
87
|**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. |
89
89
|**Runtime URL**| Enter a base URL, for example, `https://api.contoso.com`. | Base runtime URL for the API in the environment. |
90
90
|**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. |
* Complete the previous tutorial, [Define custom metadata](add-metadata-properties.md), to define custom metadata for your APIs.
33
33
@@ -41,7 +41,7 @@ When you register (add) an API in your API center, the API registration includes
41
41
42
42
After registering an API, you can add versions and definitions to the API.
43
43
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.
45
45
46
46
1. In the [portal](https://portal.azure.com), navigate to your API center.
47
47
@@ -70,7 +70,7 @@ The following steps register two sample APIs: Swagger Petstore API and Demo Conf
70
70
71
71
1. Select **Create**. The API is registered.
72
72
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.
74
74
75
75
> [!TIP]
76
76
> 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:
89
89
90
90
1. In the portal, navigate to your API center.
91
91
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*.
93
93
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**.
95
95
96
96
:::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":::
97
97
@@ -126,9 +126,9 @@ To add an API definition to your version:
126
126
|**Title**| Enter a title of your choice, such as *v2 Definition*.|Name you choose for the API definition.|
127
127
|**Identification**|After you enter the preceding title, Azure API Center generates this identifier, which you can override.| Azure resource name for the definition.|
128
128
|**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. |
132
132
133
133
:::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" :::
0 commit comments