Azure Service Fabric

2023-06-23T19:41:53+00:00

Azure Service Fabric Cheat Sheet A distributed systems platform that helps package, deploy, and manage scalable and reliable microservices and containers. Build microservices and container-based applications using the programming language of your choice, including .NET Core 2.0, C #, and Java. It supports two types of microservices: Stateless - It does not maintain a mutable state outside a request and its response from the service such as protocol gateways and web proxies. Stateful - It maintains a mutable, authoritative state beyond the request and its response. Enables low-touch workflows to provision, deploy, patch, and monitor applications with Service Fabric application [...]