The document compares monolithic and microservices application architectures. A monolithic application contains most functionality within a few processes, while a microservices application separates functionality into independent services. Azure Service Fabric is a platform for building and managing microservices applications, allowing development and management of containers and microservices on any OS at scale on any cloud.
Related topics: