Skip to content

Commit 649c710

Browse files
unknownunknown
authored andcommitted
Fix other import tutorials
1 parent 228d328 commit 649c710

File tree

6 files changed

+5
-101
lines changed

6 files changed

+5
-101
lines changed

articles/api-management/import-api-app-as-api.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In this article, you learn how to:
5454
* **Unlimited**
5555
7. Select **Create**.
5656

57-
## Test the new APIM API in the Azure portal
57+
## Test the new API in the Azure portal
5858

5959
Operations can be called directly from the Azure portal, which provides a convenient way to view and test the operations of an API.
6060

@@ -67,21 +67,6 @@ Operations can be called directly from the Azure portal, which provides a conven
6767

6868
Backend responds with **200 OK** and some data.
6969

70-
## <a name="call-operation"> </a>Call an operation from the developer portal
71-
72-
Operations can also be called **Developer portal** to test APIs.
73-
74-
1. Select the API you created in the "Import and publish a back-end API" step.
75-
2. Press **Developer portal**.
76-
77-
The "Developer portal" site opens up.
78-
3. Select the **API** that you created.
79-
4. Click the operation you want to test.
80-
5. Press **Try it**.
81-
6. Press **Send**.
82-
83-
After an operation is invoked, the developer portal displays the **Response status**, the **Response headers**, and any **Response content**.
84-
8570
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-append-apis.md)]
8671

8772
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]

articles/api-management/import-api-from-oas.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,6 @@ Complete the following quickstart: [Create an Azure API Management instance](get
5959
> [!NOTE]
6060
> The API import limitations are documented in [another article](api-management-api-import-restrictions.md).
6161
62-
## Test the new APIM API in the Azure portal
63-
64-
Operations can be called directly from the Azure portal, which provides a convenient way to view and test the operations of an API.
65-
66-
![Test API](./media/api-management-get-started/01-import-first-api-01.png)
67-
68-
1. Select the API you created in the previous step.
69-
2. Press the **Test** tab.
70-
3. Click on **GetSpeakers**.
71-
72-
The page displays fields for query parameters but in this case we don't have any. The page also displays fields for the headers. One of the headers is "Ocp-Apim-Subscription-Key", for the subscription key of the product that is associated with this API. If you created the APIM instance, you are an administrator already, so the key is filled in automatically.
73-
4. Press **Send**.
74-
75-
Backend responds with **200 OK** and some data.
76-
7762
## Test the new API in the Azure portal
7863

7964
![Test API map](./media/api-management-get-started/01-import-first-api-01.png)

articles/api-management/import-function-app-as-api.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Navigate to your Azure API Management instance and select **Named values** from
139139

140140
![Add from Function App](./media/import-function-app-as-api/keys-01.png)
141141

142-
## <a name="test-in-azure-portal"></a> Test the new API Management API in the Azure portal
142+
## <a name="test-in-azure-portal"></a> Test the new API in the Azure portal
143143

144144
You can call operations directly from the Azure portal. Using the Azure portal is a convenient way to view and test the operations of an API.
145145

@@ -155,26 +155,6 @@ You can call operations directly from the Azure portal. Using the Azure portal i
155155

156156
The back end responds with **200 OK** and some data.
157157

158-
## <a name="test-in-developer-portal"></a> Call an operation from the developer portal
159-
160-
You can also call operations from the developer portal to test APIs.
161-
162-
1. Select the API that you created in Import and publish a back-end API.
163-
164-
2. Select **Developer portal**.
165-
166-
The developer portal site opens.
167-
168-
3. Select the **API** that you created.
169-
170-
4. Select the operation you want to test.
171-
172-
5. Select **Try it**.
173-
174-
6. Select **Send**.
175-
176-
After an operation is invoked, the developer portal displays the **Response status**, the **Response headers**, and any **Response content**.
177-
178158
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]
179159

180160
## Next steps

articles/api-management/import-logic-app-as-api.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In this article, you learn how to:
5555

5656
7. Select **Create**.
5757

58-
## Test the imported API in the Azure portal
58+
## Test the API in the Azure portal
5959

6060
Operations can be called directly from the Azure portal, which provides a convenient way to view and test the operations of an API.
6161

@@ -69,22 +69,6 @@ Operations can be called directly from the Azure portal, which provides a conven
6969

7070
Backend responds with **200 OK** and some data.
7171

72-
## <a name="call-operation"> </a>Call an operation from the developer portal
73-
74-
Operations can also be called **Developer portal** to test APIs.
75-
76-
1. Select the API you created in the "Import and publish a back-end API" step.
77-
2. Press **Developer portal**.
78-
79-
The "Developer portal" site opens up.
80-
81-
3. Select the **API** that you created.
82-
4. Click the operation you want to test.
83-
5. Press **Try it**.
84-
6. Press **Send**.
85-
86-
After an operation is invoked, the developer portal displays the **Response status**, the **Response headers**, and any **Response content**.
87-
8872
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-append-apis.md)]
8973

9074
>[!NOTE]

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Complete the following quickstart: [Create an Azure API Management instance](get
5656
* **Unlimited**
5757
10. Select **Create**.
5858

59-
### Test the new APIM API in the administrative portal
59+
### Test the new API in the administrative portal
6060

6161
Operations can be called directly from the administrative portal, which provides a convenient way to view and test the operations of an API.
6262

@@ -69,21 +69,6 @@ Operations can be called directly from the administrative portal, which provides
6969

7070
Backend responds with **200 OK** and some data.
7171

72-
### <a name="call-operation"> </a>Call an operation from the developer portal
73-
74-
Operations can also be called **Developer portal** to test APIs.
75-
76-
1. Select the API you created in the "Import and publish a back-end API" step.
77-
2. Press **Developer portal**.
78-
79-
The "Developer portal" site opens up.
80-
3. Select the **API** that you created.
81-
4. Click the operation you want to test.
82-
5. Press **Try it**.
83-
6. Press **Send**.
84-
85-
After an operation is invoked, the developer portal displays the **Response status**, the **Response headers**, and any **Response content**.
86-
8772
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-append-apis.md)]
8873

8974
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Complete the following quickstart: [Create an Azure API Management instance](get
5757
* **Unlimited**
5858
10. Select **Create**.
5959

60-
## Test the new APIM API in the Azure portal
60+
## Test the new API in the Azure portal
6161

6262
Operations can be called directly from the Azure portal, which provides a convenient way to view and test the operations of an API.
6363

@@ -70,21 +70,6 @@ Operations can be called directly from the Azure portal, which provides a conven
7070

7171
Backend responds with **200 OK** and some data.
7272

73-
## <a name="call-operation"> </a>Call an operation from the developer portal
74-
75-
Operations can also be called **Developer portal** to test APIs.
76-
77-
1. Select the API you created in the "Import and publish a back-end API" step.
78-
2. Press **Developer portal**.
79-
80-
The "Developer portal" site opens up.
81-
3. Select the **API** that you created.
82-
4. Click the operation you want to test.
83-
5. Press **Try it**.
84-
6. Press **Send**.
85-
86-
After an operation is invoked, the developer portal displays the **Response status**, the **Response headers**, and any **Response content**.
87-
8873
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-append-apis.md)]
8974

9075
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]

0 commit comments

Comments
 (0)