Skip to content

xinyanmsft/SFStartWebStateful

Repository files navigation

About this sample

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

  1. 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.

  2. 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.

  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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published