Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 829 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 829 Bytes

About this sample

This is a sample project for creating a typical web application using Service Fabric actors programming model. The application consists of the following pieces:

  1. An application gateway service. This project consumes incoming web requests and routes to actors.

  2. A service hosting Service Fabric actors. Typically an application may have one or more such projects, each implementing various functionalities.

  3. Script to setup Application Insight and generate the companion WAD configuration files.

  4. Script to setup continuous integration and continuous deployment in Visual Studio Team Services.