This is a sample project for creating a typical web application using Service Fabric. The application consists of the following pieces:
-
An application gateway service. This is implemented as a stateless Service Fabric application that routes in-coming requests. It also hosts a static HTML page. One can modify GatewayService.cs to customize the routing. This code is referenced from Hosting Prototype.
-
A web service created using WebAPI, running as a Service Fabric stateful service. Typically an application will have one or more such services, implementing various functionalities.
-
Script to setup Application Insight and generate the companion WAD configuration files.
-
Script to setup continuous integration and continuous deployment in Visual Studio Team Services.