Skip to content

Commit 04ecc99

Browse files
authored
Merge pull request #87352 from damabe/1570671-Part12
SEOImprovements: User Story 1570671, Part 12
2 parents 298427d + de2cd6a commit 04ecc99

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/service-fabric/service-fabric-quickstart-java-reliable-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ ms.tgt_pltfrm: NA
1515
ms.workload: NA
1616
ms.date: 01/29/2019
1717
ms.author: suhuruli
18-
ms.custom: mvc, devcenter, seo-java-august2019
18+
ms.custom: mvc, devcenter, seo-java-august2019, seo-java-september2019
1919

2020
---
2121
# Quickstart: Deploy a Java app to Azure Service Fabric on Linux
2222

23-
Azure Service Fabric is a distributed systems platform for deploying and managing microservices and containers.
23+
This quickstart shows how to deploy your first Java application to Azure Service Fabric using the Eclipse IDE on a Linux developer machine. When you're finished, you have a voting application with a Java web front end that saves voting results in a stateful back-end service in the cluster.
2424

25-
This quickstart shows how to deploy your first Java application to Service Fabric using the Eclipse IDE on a Linux developer machine. When you're finished, you have a voting application with a Java web front end that saves voting results in a stateful back-end service in the cluster.
25+
Azure Service Fabric is a distributed systems platform for deploying and managing microservices and containers.
2626

2727
![Application Screenshot](./media/service-fabric-quickstart-java/votingapp.png)
2828

articles/service-fabric/service-fabric-quickstart-java-spring-boot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ ms.tgt_pltfrm: NA
1515
ms.workload: NA
1616
ms.date: 01/29/2019
1717
ms.author: suhuruli
18-
ms.custom: mvc, devcenter, seo-java-august2019
18+
ms.custom: mvc, devcenter, seo-java-august2019, seo-java-september2019
1919

2020
---
2121
# Quickstart: Deploy a Java Spring Boot app on Azure Service Fabric
2222

23-
Azure Service Fabric is a distributed systems platform for deploying and managing microservices and containers.
23+
This quickstart shows how to deploy a Java Spring Boot application to Azure Service Fabric. Azure Service Fabric is a distributed systems platform for deploying and managing microservices and containers.
2424

25-
This quickstart shows how to deploy a Spring Boot application to Service Fabric. This quickstart uses the [Getting Started](https://spring.io/guides/gs/spring-boot/) sample from the Spring website. Using familiar command-line tools, this quickstart walks you through deploying the Spring Boot sample as a Service Fabric application. When you're finished, you have the Spring Boot Getting Started sample working on Service Fabric.
25+
This quickstart uses the [Getting Started](https://spring.io/guides/gs/spring-boot/) sample from the Spring website. Using familiar command-line tools, this quickstart walks you through deploying the Spring Boot sample as a Service Fabric application. When you're finished, you have the Spring Boot Getting Started sample working on Service Fabric.
2626

2727
![Application Screenshot](./media/service-fabric-quickstart-java-spring-boot/springbootsflocalhost.png)
2828

0 commit comments

Comments
 (0)