This is a sample project for creating a typical web application using Service Fabric actors programming model. The application consists of the following pieces:
-
An application gateway service. This project consumes incoming web requests and routes to actors.
-
A service hosting Service Fabric actors. Typically an application may have one or more such projects, each 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.