Skip to content

Commit 070b53f

Browse files
committed
edits
1 parent 3a1bf4e commit 070b53f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

articles/api-management/add-api-manually.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manually Add an API by Using the Azure Portal | Microsoft Docs
3-
description: Learn how to use Azure API Management in the Azure portal to manually add an API.
3+
description: Learn how to use Azure API Management in the Azure portal to manually add an API. Add and test various operations.
44
services: api-management
55
author: dlepow
66

@@ -53,18 +53,18 @@ This section shows how to add a `/get` operation to map it to the backend `http:
5353
### Add an operation
5454

5555
1. Select the API you created in the previous step.
56-
2. Select **+ Add operation**.
57-
3. In **URL**, select **GET** and enter **/get** in the text box.
58-
4. In **Display name**, enter **FetchData**.
59-
5. Select **Save**.
56+
1. Select **+ Add operation**.
57+
1. In **URL**, select **GET** and enter **/get** in the text box.
58+
1. In **Display name**, enter **FetchData**.
59+
1. Select **Save**.
6060

6161
### Test the operation
6262

6363
Test the operation in the Azure portal. (You can also test it in the developer portal.)
6464

6565
1. Select the **Test** tab.
66-
2. Select **FetchData**.
67-
3. Select **Send**.
66+
1. Select **FetchData**.
67+
1. Select **Send**.
6868

6969
The response that the `http://httpbin.org/get` operation generates appears in the **HTTP response** section. If you want to transform your operations, see [Transform and protect your API](transform-api.md).
7070

@@ -75,18 +75,18 @@ This section shows how to add an operation that takes a parameter. In this examp
7575
### Add an operation
7676

7777
1. Select the API that you created earlier.
78-
2. On the **Design** tab, select **+ Add operation**.
79-
3. In **URL**, select **GET** and enter **/status/{code}** in the text box.
80-
4. In **Display name**, enter **GetStatus**.
81-
5. Select **Save**.
78+
1. On the **Design** tab, select **+ Add operation**.
79+
1. In **URL**, select **GET** and enter **/status/{code}** in the text box.
80+
1. In **Display name**, enter **GetStatus**.
81+
1. Select **Save**.
8282

8383
### Test the operation
8484

8585
Test the operation in the Azure portal. (You can also test it in the developer portal.)
8686

8787
1. Select the **Test** tab.
88-
2. Select **GetStatus**. Under **code**, enter **200**.
89-
3. Select **Send**.
88+
1. Select **GetStatus**. Under **code**, enter **200**.
89+
1. Select **Send**.
9090

9191
The response that the `http://httpbin.org/status/200` operation generates appears in the **HTTP response** section. If you want to transform your operations, see [Transform and protect your API](transform-api.md).
9292

@@ -100,17 +100,17 @@ This section shows how to add a wildcard operation. A wildcard operation enables
100100
### Add an operation
101101

102102
1. Select the API you created earlier.
103-
2. On the **Desgin** tab, select **+ Add operation**.
104-
3. In **URL**, select **GET** and enter **/*** in the text box.
105-
4. In **Display name**, enter **WildcardGet**.
106-
5. Select **Save**.
103+
1. On the **Desgin** tab, select **+ Add operation**.
104+
1. In **URL**, select **GET** and enter **/*** in the text box.
105+
1. In **Display name**, enter **WildcardGet**.
106+
1. Select **Save**.
107107

108108
### Test the operation
109109

110110
Test the operation in the Azure portal. (You can also test it in the developer portal.)
111111

112112
1. Select the **Test** tab.
113-
2. Select **WildcardGet**. Try the GET operations that you tested in previous sections, or try a different supported GET operation.
113+
1. Select **WildcardGet**. Try the GET operations that you tested in previous sections, or try a different supported GET operation.
114114

115115
For example, in **Template parameters**, change the value next to the wildcard (*) name to **headers**. The operation returns the incoming request's HTTP headers.
116116
1. Select **Send**.

0 commit comments

Comments
 (0)