Skip to content

Commit 228d328

Browse files
unknownunknown
authored andcommitted
Fix OAS article
1 parent 8e7e87d commit 228d328

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

articles/api-management/import-and-publish.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ In this tutorial, you learned how to:
9191
> [!div class="checklist"]
9292
> * Import your first API
9393
> * Test the API in the Azure portal
94-
> * Test the API in the Developer portal
9594
9695
Advance to the next tutorial:
9796

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

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,25 +74,18 @@ Operations can be called directly from the Azure portal, which provides a conven
7474

7575
Backend responds with **200 OK** and some data.
7676

77-
## <a name="call-operation"> </a>Call an operation from the Developer portal
77+
## Test the new API in the Azure portal
7878

79-
Operations can also be called **Developer portal** to test APIs.
79+
![Test API map](./media/api-management-get-started/01-import-first-api-01.png)
8080

81-
1. Select the API you created in the "Import and publish a back-end API" step.
82-
2. Press **Developer portal**.
83-
84-
![Test in Developer portal](./media/api-management-get-started/developer-portal.png)
85-
86-
The "Developer portal" site opens up.
87-
3. Select **API**.
88-
4. Select **Demo Conference API**.
89-
5. Click **GetSpeakers**.
81+
Operations can be called directly from the Azure portal, which provides a convenient way to view and test the operations of an API.
9082

91-
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.
92-
6. Press **Try it**.
93-
7. Press **Send**.
83+
1. Select the API you created in the previous step (from the **APIs** tab).
84+
2. Press the **Test** tab.
85+
3. Click on **GetSpeakers**. The page displays fields for query parameters, in this case none, and headers. One of the headers is "Ocp-Apim-Subscription-Key", for the subscription key of the product that is associated with this API. The key is filled in automatically.
86+
4. Press **Send**.
9487

95-
After an operation is invoked, the developer portal displays the **Response status**, the **Response headers**, and any **Response content**.
88+
Backend responds with **200 OK** and some data.
9689

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

0 commit comments

Comments
 (0)