Skip to content

Commit 0093ccf

Browse files
authored
Merge pull request #96015 from mikebudzynski/apim-tut-no-portal
APIM: remove old dev portal from first tutorial
2 parents 7bed0e9 + a4b9b4e commit 0093ccf

File tree

8 files changed

+12
-132
lines changed

8 files changed

+12
-132
lines changed

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

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This section shows how to import and publish an OpenAPI specification backend AP
7171
> [!TIP]
7272
> If you are experiencing problems with import of your own API definition, [see the list of known issues and restrictions](api-management-api-import-restrictions.md).
7373
74-
## Test the new APIM API in the Azure portal
74+
## Test the new API in the Azure portal
7575

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

@@ -84,31 +84,13 @@ Operations can be called directly from the Azure portal, which provides a conven
8484

8585
Backend responds with **200 OK** and some data.
8686

87-
## <a name="call-operation"> </a>Call an operation from the developer portal
88-
89-
Operations can also be called from the **Developer portal** to test APIs.
90-
91-
1. Navigate to the **Developer portal**.
92-
93-
![Developer portal](./media/api-management-get-started/developer-portal.png)
94-
95-
2. Select **APIS**, click on **Demo Conference API** and then **GetSpeakers**.
96-
97-
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. If you created the APIM instance, you are an administrator already, so the key is filled in automatically.
98-
99-
3. Press **Try it**.
100-
4. Press **Send**.
101-
102-
After an operation is invoked, the developer portal shows the responses.
103-
10487
## <a name="next-steps"> </a>Next steps
10588

10689
In this tutorial, you learned how to:
10790

10891
> [!div class="checklist"]
10992
> * Import your first API
11093
> * Test the API in the Azure portal
111-
> * Test the API in the Developer portal
11294
11395
Advance to the next tutorial:
11496

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: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Complete the following quickstart: [Create an Azure API Management instance](get
3939

4040
1. Select **APIs** from under **API MANAGEMENT**.
4141
2. Select **OpenAPI specification** from the **Add a new API** list.
42+
4243
![OpenAPI specification](./media/import-api-from-oas/oas-api.png)
4344
3. Enter appropriate settings. You can set all the API values during creation. Alternately, you can set some of them later by going to the **Settings** tab. <br/> If you press **tab** some (or all) of the fields get filled up with the info from the specified back-end service.
4445

@@ -59,41 +60,19 @@ Complete the following quickstart: [Create an Azure API Management instance](get
5960
> [!NOTE]
6061
> The API import limitations are documented in [another article](api-management-api-import-restrictions.md).
6162
62-
## Test the new APIM API in the Azure portal
63+
## Test the new API in the Azure portal
6364

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+
![Test API map](./media/api-management-get-started/01-import-first-api-01.png)
6566

66-
![Test API](./media/api-management-get-started/01-import-first-api-01.png)
67+
Operations can be called directly from the Azure portal, which provides a convenient way to view and test the operations of an API.
6768

68-
1. Select the API you created in the previous step.
69+
1. Select the API you created in the previous step (from the **APIs** tab).
6970
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.
71+
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.
7372
4. Press **Send**.
7473

7574
Backend responds with **200 OK** and some data.
7675

77-
## <a name="call-operation"> </a>Call an operation from the Developer portal
78-
79-
Operations can also be called **Developer portal** to test APIs.
80-
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**.
90-
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**.
94-
95-
After an operation is invoked, the developer portal displays the **Response status**, the **Response headers**, and any **Response content**.
96-
9776
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-append-apis.md)]
9877

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

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)]
Binary file not shown.

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)