Skip to content

Commit f5f0954

Browse files
committed
edits
1 parent f9b367b commit f5f0954

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/api-management/restify-soap-api.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this article, you learn how to:
3232

3333
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-navigate-to-instance.md)]
3434

35-
## <a name="create-api"> </a>Import and publish a back-end API
35+
## <a name="create-api"> </a>Import and publish a backend API
3636

3737
1. In the left pane, in the **APIs** section, select **APIs**.
3838
1. On the APIs page, select **+ Add API**.
@@ -46,7 +46,8 @@ In this article, you learn how to:
4646

4747
:::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":::
4848

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**.
5051
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.
5152

5253
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
6566

6667
1. Select **Send**.
6768

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.
6970

7071
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-append-apis.md)]
7172

includes/api-management-append-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To append an API to an existing API:
2626

2727
:::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":::
2828

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.
3030

3131
:::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":::
3232

0 commit comments

Comments
 (0)