December 2019
Intermediate to advanced
494 pages
11h 41m
English
To set up your development environment for building and running Azure Service Fabric applications, you will need a Linux or Mac developer machine with an installation of Eclipse. In this chapter, we will be using Linux (Ubuntu 16.04) and Eclipse 2019 with Gradle as the build system, but Eclipse Neon or later will suffice. You will also need to ensure that the apt-transport-https and curl packages are installed by executing the following command:
sudo apt-get install apt-transport-https curl
You need to install the Service Fabric runtime, SDK, and sfctl CLI to start creating Service Fabric applications. The simplest way to do this is to use the script installation by executing the following command: ...