December 2019
Intermediate to advanced
494 pages
11h 41m
English
Azure Service Fabric Mesh is a PaaS service that can be used to deploy a microservices application without the need for you to create your own Service Fabric cluster. You don't have to manage the virtual machines, storage, or networking.
Applications that are hosted on Service Fabric Mesh will run and scale automatically without the need to worry about the underlying infrastructure. It consists of clusters of thousands of machines, and all of the cluster operations are hidden from the developers. You can only deploy the code and specify the resources, availability requirements, and resource limits. Service Fabric Mesh will then automatically allocate the infrastructure and make sure that the deployed applications ...