Please enable JavaScript.
Coggle requires JavaScript to display documents.
Azure Service Fabric & Microservices (Microservice benefits…
Azure Service Fabric & Microservices
Service
Utility that solves at least one problem
Has a well-defined API
Scalable
Has graceful degradation
Build using specific technology or business domain
Microservice benefits
Independent scalability
Scale of development
Multiple technology stack
Graceful degradation
Independent deployments
No conflicting dependencies
State
Stateless
Stateful
Fabric benefits
Scalable applications
Host applications of any multiple technology stacks
Stateless and stateful microservices
Containers (windows, docker, etc.)
Architecture
Subsystems
Federation
Communication
Transport
Hosting & activation
Reliability
Management
Testability
Application model
Native & Management APIs