Skip to content

Commit 916ebd5

Browse files
committed
remove tabs
1 parent 6c49f5f commit 916ebd5

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Azure Service Fabric is a distributed systems platform for deploying and managin
1616

1717
## Prerequisites
1818

19-
- [Java Development Kit (JDK) 1.8.0+ and Gradle](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-linux#set-up-java-development)
19+
- [Java environment](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-linux#set-up-java-development)
2020
- [Eclipse Neon (4.6)+](https://www.eclipse.org/downloads/packages/)
2121
- [Service Fabric SDK and Command Line Interface (CLI)](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-linux#installation-methods)
2222
- [Eclipse plug-in for Service Fabric](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-linux#install-the-eclipse-plug-in-optional)

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,21 @@ ms.custom: mvc, devcenter, seo-java-august2019, seo-java-september2019
1010
---
1111
# Quickstart: Deploy a Java Spring Boot app on Azure Service Fabric
1212

13-
In this quickstart, you deploy a Java Spring Boot application to Azure Service Fabric by using familiar command-line tools. Azure Service Fabric is a distributed systems platform for deploying and managing microservices and containers.
13+
In this quickstart, you deploy a Java Spring Boot application to Azure Service Fabric by using familiar command-line tools on Linux or MacOS. Azure Service Fabric is a distributed systems platform for deploying and managing microservices and containers.
1414

1515
## Prerequisites
1616

17-
#### [Linux](#tab/linux)
18-
19-
- [Java Environment](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-linux#set-up-java-development)
20-
- [Yeoman](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-linux#set-up-yeoman-generators-for-containers-and-guest-executables)
17+
**Linux:**
18+
- [Java environment](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-linux#set-up-java-development)
2119
- [Service Fabric SDK & Service Fabric Command Line Interface (CLI)](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-linux#installation-methods)
20+
- [Yeoman](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-linux#set-up-yeoman-generators-for-containers-and-guest-executables)
2221
- [Git](https://git-scm.com/downloads)
2322

24-
#### [Mac](#tab/mac)
25-
26-
- [Java Environment and Yeoman](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-mac#create-your-application-on-your-mac-by-using-yeoman)
23+
**Mac:**
24+
- [Java environment and Yeoman](https://docs.microsoft.com/azure/service-fabric/service-fabric-get-started-mac#create-your-application-on-your-mac-by-using-yeoman)
2725
- [Service Fabric SDK & Service Fabric Command Line Interface (CLI)](https://docs.microsoft.com/azure/service-fabric/service-fabric-cli#cli-mac)
2826
- [Git](https://git-scm.com/downloads)
2927

30-
---
31-
3228
## Download the sample
3329

3430
This quickstart uses the Spring Boot [Getting Started](https://spring.io/guides/gs/spring-boot/) sample from the Spring website. In a terminal window, run the following command to clone the sample app to your local machine.

0 commit comments

Comments
 (0)