Skip to content

Commit cb63834

Browse files
authored
Merge pull request #111543 from MikeDodaro/moveTutorial1
Revise category: tutorial -> howto. Move in TOC.
2 parents f1d7f7c + 72d1d36 commit cb63834

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

articles/spring-cloud/spring-cloud-tutorial-prepare-app-deployment.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Tutorial - Prepare a Java Spring application for deployment in Azure Spring Cloud
3-
description: In this tutorial, you prepare a Java Spring application for deployment to Azure Spring Cloud.
2+
title: How-to - Prepare a Java Spring application for deployment in Azure Spring Cloud
3+
description: In this topic, you prepare a Java Spring application for deployment to Azure Spring Cloud.
44
author: bmitchell287
55
ms.service: spring-cloud
6-
ms.topic: tutorial
6+
ms.topic: how-to
77
ms.date: 02/03/2020
88
ms.author: brendm
99

1010
---
1111
# Prepare a Java Spring application for deployment in Azure Spring Cloud
1212

13-
This quickstart shows how to prepare an existing Java Spring application for deployment to Azure Spring Cloud. If configured properly, Azure Spring Cloud provides robust services to monitor, scale, and update your Java Spring Cloud application.
13+
This topic shows how to prepare an existing Java Spring application for deployment to Azure Spring Cloud. If configured properly, Azure Spring Cloud provides robust services to monitor, scale, and update your Java Spring Cloud application.
1414

1515
Other examples explain how to deploy an application to Azure Spring Cloud when the POM file is configured.
1616
* [Launch App using the Azure portal](spring-cloud-quickstart-launch-app-portal.md)
@@ -148,9 +148,9 @@ import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
148148
@EnableZuulProxy
149149

150150
public class GatewayApplication {
151-
public static void main(String[] args) {
152-
SpringApplication.run(GatewayApplication.class, args);
153-
}
151+
public static void main(String[] args) {
152+
SpringApplication.run(GatewayApplication.class, args);
153+
}
154154
}
155155
```
156156

@@ -220,7 +220,7 @@ Include the following `spring-cloud-starter-sleuth` and `spring-cloud-starter-zi
220220

221221
## Next steps
222222

223-
In this tutorial, you learned how to configure your Java Spring application for deployment to Azure Spring Cloud. To learn how to set up a Config Server instance, continue to the next tutorial.
223+
In this topic, you learned how to configure your Java Spring application for deployment to Azure Spring Cloud. To learn how to set up a Config Server instance, see the following article.
224224

225225
> [!div class="nextstepaction"]
226226
> [Learn how to set up a Config Server instance](spring-cloud-tutorial-config-server.md)

articles/spring-cloud/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
href: spring-cloud-quickstart-launch-app-maven.md
1919
- name: Tutorials
2020
items:
21-
- name: Prepare a Java Spring app for deployment
22-
href: spring-cloud-tutorial-prepare-app-deployment.md
2321
- name: Set up your Config Server
2422
href: spring-cloud-tutorial-config-server.md
2523
- name: Manually scale your application
@@ -43,7 +41,9 @@
4341
- name: Plan for disaster recovery
4442
href: disaster-recovery.md
4543
- name: How-to guides
46-
items:
44+
items:
45+
- name: Prepare a Java Spring app for deployment
46+
href: spring-cloud-tutorial-prepare-app-deployment.md
4747
- name: How to start, stop, and delete an Azure Spring Cloud application
4848
href: spring-cloud-howto-start-stop-delete.md
4949
- name: How to set up a staging environment

0 commit comments

Comments
 (0)