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
## <aname="create-api"> </a>Import and publish a back-end API
35
+
## <aname="create-api"> </a>Import and publish a backend API
36
36
37
37
1. In the left pane, in the **APIs** section, select **APIs**.
38
38
1. On the APIs page, select **+ Add API**.
@@ -46,7 +46,8 @@ In this article, you learn how to:
46
46
47
47
:::image type="content" source="./media/restify-soap-api/soap-to-rest.png" alt-text="Screenshot that shows the SOAP to REST option." lightbox="./media/restify-soap-api/soap-to-rest.png":::
48
48
49
-
1. The following fields are filled automatically with information from the SOAP API: **Display name**, **Name**, **Description**. Operations are filled automatically with **Display name**, **URL**, and **Description** and receive a system-generated **Name**.
49
+
1. The **Display name** and **Name** boxes are filled automatically with information from the SOAP API. Select **Create**.
50
+
1. A **Display name**, **URL**, and **Description** information is automatically filled for operations. They also receive a system-generated **Name**.
50
51
1. Enter other API settings. You can set the values when you create the API or configure them later by going to the **Settings** tab.
51
52
52
53
For more information about API settings, see [Import and publish your first API](import-and-publish.md#import-and-publish-a-backend-api).
@@ -65,7 +66,7 @@ You can call operations directly from the Azure portal. This method provides a c
65
66
66
67
1. Select **Send**.
67
68
68
-
When the test is successful, the back end responds with **200 OK** and some data.
69
+
When the test is successful, the backend responds with **200 OK** and some data.
Copy file name to clipboardExpand all lines: includes/api-management-append-apis.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To append an API to an existing API:
26
26
27
27
:::image type="content" source="./media/api-management-append-apis/service-page-1.png" alt-text="Screenshot that shows the API Management services page." lightbox="./media/api-management-append-apis/service-page-1.png":::
28
28
29
-
1. Select **APIs** on the **Overview** page or from the menu on the left.
29
+
1. Select **APIs** on the **Overview** page or in the menu on the left.
30
30
31
31
:::image type="content" source="./media/api-management-append-apis/api-select-1.png" alt-text="Screenshot that shows the APIs selection on the Overview page." lightbox="./media/api-management-append-apis/api-select-1.png":::
0 commit comments