Skip to content

Commit 0e46dea

Browse files
author
gitName
committed
replace 'Next steps' with 'Related content' in non-getting-started content
1 parent c2b8efa commit 0e46dea

File tree

99 files changed

+94
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+94
-145
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,3 @@ Test the operation in the Azure portal. You can also test it in the **Developer
119119
[!INCLUDE [api-management-navigate-to-instance.md](../../includes/api-management-append-apis.md)]
120120

121121
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]
122-
123-
## Related content
124-
125-
* [Transform and protect a published API](transform-api.md)

articles/api-management/api-management-debug-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If there is an error during policy execution, you will see the details of the er
6868
> Remember to exit the debug session by clicking the **Stop** button when you are finished.
6969
7070

71-
## Next steps
71+
## Related content
7272

7373
+ Learn more about the [API Management extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-apimanagement).
7474
+ Report issues in the [GitHub repository](https://github.com/Microsoft/vscode-apimanagement)

articles/api-management/api-management-get-started-publish-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If you've tried the [developer portal](api-management-howto-developer-portal-cus
125125
4. Select **v1**.
126126
5. Notice the **Request URL** of the first operation in the list. It shows that the API URL path includes **v1**.
127127

128-
## Next steps
128+
## Related content
129129

130130
In this tutorial, you learned how to:
131131

articles/api-management/api-management-get-started-revise-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ In this tutorial, you learned how to:
183183
> * Browse the developer portal to see changes and change log
184184
> * Access an API revision
185185
186-
## Next steps
186+
## Related content
187187

188188
Advance to the next tutorial:
189189

articles/api-management/api-management-howto-add-products.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ After you publish a product, developers can access the APIs. Depending on how th
196196

197197
For more information, see [How API Management handles requests with or without subscription keys](api-management-subscriptions.md#how-api-management-handles-requests-with-or-without-subscription-keys).
198198

199-
## Next steps
199+
## Related content
200200

201201
In this tutorial, you learned how to:
202202

@@ -288,7 +288,7 @@ az apim show --<apim_service_name> --<resource_group_name>
288288

289289
[Troubleshoot common problems when using Terraform on Azure](/azure/developer/terraform/troubleshoot).
290290

291-
## Next steps
291+
## Related content
292292

293293
> [!div class="nextstepaction"]
294294
> [Create blank API and mock API responses](mock-api-responses.md).

articles/api-management/api-management-howto-api-inspector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Content-Type: application/json
213213

214214
For information about customizing trace information, see the [trace](trace-policy.md) policy.
215215

216-
## Next steps
216+
## Related content
217217

218218
In this tutorial, you learned how to:
219219

articles/api-management/api-management-howto-configure-custom-domain-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ Add a custom domain certificate (.PFX) file to your API Management instance, or
5656

5757
> [!NOTE]
5858
> If clients connecting to the self-hosted gateway using the custom domain expect to be presented with all intermediate certificates in the chain, you must upload individual CA certificates to your API Management Service and associate them with the self-hosted gateway. For instructions on how to achieve this, see [Create custom CA for self-hosted gateway](api-management-howto-ca-certificates.md#create-custom-ca-for-self-hosted-gateway) .
59-
## Next steps
59+
## Related content
6060

6161
[Upgrade and scale your service](upgrade-and-scale.md)

articles/api-management/api-management-howto-configure-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Recipients of email notifications from API Management could be affected when you
112112

113113
* **DKIM authentication** - To generate a valid signature for DKIM for email authentication, API Management requires the private key associated with the domain of the originating email address. However, it is currently not possible to upload this private key in API Management. Therefore, to assign a valid signature, API Management uses the private key associated with the `mail.windowsazure.com` domain.
114114

115-
## Next steps
115+
## Related content
116116

117117
* [Overview of the developer portal](api-management-howto-developer-portal.md).
118118
* [How to create and use groups to manage developer accounts](api-management-howto-create-groups.md)

articles/api-management/api-management-howto-create-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To take the steps in this article, the prerequisites are as follows:
4242

4343
After you create the subscription, it appears in the list on the **Subscriptions** page. Two API keys are provided to access the APIs. One key is primary, and one is secondary.
4444

45-
## Next steps
45+
## Related content
4646
Get more information on API Management:
4747

4848
+ Learn other [concepts](api-management-terminology.md) in API Management.

articles/api-management/api-management-howto-deploy-multi-region.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ This section provides considerations for multi-region deployments when the API M
180180

181181
* **Internal VNet mode** - Private HTTP traffic isn't routed or load-balanced to the regional gateways by default. Users own the routing and are responsible for bringing their own solution to manage routing and private load balancing across multiple regions.
182182

183-
## Next steps
183+
## Related content
184184

185185
* Learn more about configuring API Management for [high availability](high-availability.md).
186186

0 commit comments

Comments
 (0)