Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 401 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 401 Bytes

Azure-Service-Fabric-Demo

A Sample app with azure service fabric deployment using Service fabric 6.0 runtime, .NET 2.8 SDK for service fabric, .NET Core 2.0

  1. Create OWIN hosting for stateless API
  2. Create stateful service with interfaces project
  3. Implement interface to create ServiceReplicaListener and other methods.
  4. Add Actor service to integrate with stateful service and REST Api.