Use this tag for questions related to Stateless Azure Service Fabric . No state is maintained in the service.
Stateless Azure Service Fabric. No state is maintained in the service. Longer-term state is stored in an external database. This is your typical application/data layer approach to building services, and it is currently the norm in cloud applications.
References:
- Azure Service Fabric Documentation
- Service Fabric application scenarios discusses the difference between stateful and stateless Azure Service Fabric configurations and uses.