Skip to content

Commit 635196d

Browse files
author
gitName
committed
[APIM] Clean up next step actions
1 parent bbdb143 commit 635196d

13 files changed

+38
-50
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: api-management
55
author: dlepow
66

77
ms.service: azure-api-management
8-
ms.topic: tutorial
8+
ms.topic: how-to
99
ms.date: 06/30/2022
1010
ms.author: danlep
1111
ms.custom: fasttrack-edit, devdivchpfy22
@@ -120,7 +120,6 @@ Test the operation in the Azure portal. You can also test it in the **Developer
120120

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

123-
## Next steps
123+
## Related content
124124

125-
> [!div class="nextstepaction"]
126-
> [Transform and protect a published API](transform-api.md)
125+
* [Transform and protect a published API](transform-api.md)

articles/api-management/api-management-terminology.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ title: Azure API Management terminology | Microsoft Docs
33
description: This article gives definitions for the terms that are specific to API Management.
44
services: api-management
55
author: dlepow
6-
manager: cfowler
76
ms.service: azure-api-management
8-
ms.topic: article
7+
ms.topic: concept-article
98
ms.date: 05/09/2022
109
ms.author: danlep
1110
---
@@ -27,8 +26,7 @@ This article gives definitions for the terms that are specific to Azure API Mana
2726
- **Policy** - A policy is a reusable and composable component, implementing some commonly used API-related functionality. API Management offers over 50 built-in policies that take care of critical but undifferentiated horizontal concerns - for example, request transformation, routing, security, protection, caching. The policies can be applied at various scopes, which determine the affected APIs or operations and dynamically configured using policy expressions. For more information, see [Policies in Azure API Management](api-management-howto-policies.md).
2827
- **Developer portal** - The developer portal is a component of API Management. It provides a customizable experience for API discovery and self-service onboarding to API consumers. For more information, see [Customize the Developer portal](api-management-customize-styles.md).
2928

30-
## Next steps
29+
## Related content
3130

32-
> [!div class="nextstepaction"]
33-
>
34-
> [Create an instance](get-started-create-service-instance.md)
31+
* [What is API Management?](api-management-key-concepts.md)
32+
* [Create an instance](get-started-create-service-instance.md)

articles/api-management/edit-api.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use API Management to edit an API. Add, delete, or ren
44
services: api-management
55
author: dlepow
66
ms.service: azure-api-management
7-
ms.topic: article
7+
ms.topic: how-to
88
ms.date: 01/19/2022
99
ms.author: danlep
1010
---
@@ -67,8 +67,7 @@ You can update your backend API from the Azure portal by following these steps:
6767
6868
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]
6969

70-
## Next steps
70+
## Related content
7171

72-
> [!div class="nextstepaction"]
73-
> [APIM policy samples](./policy-reference.md)
74-
> [Transform and protect a published API](transform-api.md)
72+
* [APIM policy samples](./policy-reference.md)
73+
* [Transform and protect a published API](transform-api.md)

articles/api-management/graphql-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ Secure your GraphQL API by applying both existing [authentication and authorizat
140140

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

143-
## Next steps
144-
> [!div class="nextstepaction"]
145-
> [Transform and protect a published API](transform-api.md)
143+
## Related content
144+
* [Overvew of GraphQL APIs in API Management](graphql-apis-overview.md)
145+
* [Transform and protect a published API](transform-api.md)

articles/api-management/graphql-schema-resolve-api.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Secure your GraphQL API by applying both existing [authentication and authorizat
120120

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

123-
## Next steps
124-
> [!div class="nextstepaction"]
125-
> [Transform and protect a published API](transform-api.md)
123+
## Related content
124+
125+
* [Overview of GraphQL APIs in API Management](graphql-apis-overview.md)
126+
* [Transform and protect a published API](transform-api.md)

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ You can configure API Management [validation policies](api-management-policies.m
122122
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]
123123

124124

125-
## Next steps
125+
## Related content
126126

127-
> [!div class="nextstepaction"]
128-
> * [Create and publish a product](api-management-howto-add-products.md)
129-
> * [Transform and protect a published API](transform-api.md)
127+
* [Create and publish a product](api-management-howto-add-products.md)
128+
* [Transform and protect a published API](transform-api.md)

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: api-management
55
author: dlepow
66

77
ms.service: azure-api-management
8-
ms.topic: article
8+
ms.topic: how-to
99
ms.date: 04/27/2021
1010
ms.author: danlep
1111

@@ -133,7 +133,6 @@ You can test the path `/api/TodoItems` as follows.
133133

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

136-
## Next steps
136+
## Related content
137137

138-
> [!div class="nextstepaction"]
139-
> [Transform and protect a published API](transform-api.md)
138+
* [Transform and protect a published API](transform-api.md)

articles/api-management/import-container-app-with-oas.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: api-management
55
author: dlepow
66

77
ms.service: azure-api-management
8-
ms.topic: article
8+
ms.topic: how-to
99
ms.date: 11/03/2021
1010
ms.author: danlep
1111

@@ -133,7 +133,6 @@ You can test the path `/api/TodoItems` as follows.
133133

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

136-
## Next steps
136+
## Related content
137137

138-
> [!div class="nextstepaction"]
139-
> [Transform and protect a published API](transform-api.md)
138+
* [Transform and protect a published API](transform-api.md)

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: api-management
66
author: dlepow
77
manager: cfowler
88
ms.service: azure-api-management
9-
ms.topic: article
9+
ms.topic: how-to
1010
ms.date: 04/16/2021
1111
ms.author: danlep
1212
---
@@ -169,7 +169,6 @@ You can call operations directly from the Azure portal. Using the Azure portal i
169169

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

172-
## Next steps
172+
## Related content
173173

174-
> [!div class="nextstepaction"]
175-
> [Transform and protect a published API](transform-api.md)
174+
* [Transform and protect a published API](transform-api.md)

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: api-management
55
author: dlepow
66
manager: cfowler
77
ms.service: azure-api-management
8-
ms.topic: article
8+
ms.topic: how-to
99
ms.date: 04/16/2021
1010
ms.author: danlep
1111
---
@@ -98,6 +98,4 @@ Operations can be called directly from the Azure portal, which provides a conven
9898

9999
## Next steps
100100

101-
> [!div class="nextstepaction"]
102-
>
103-
> [Transform and protect a published api](transform-api.md)
101+
* [Transform and protect a published api](transform-api.md)

0 commit comments

Comments
 (0)