Develop an Azure Service Fabric Distributed Application
Enterprises face challenges in moving to the cloud and navigating cloud-based application optimization by considering latency, monitoring, and governance issues.
When we build a complex, scalable distributed application and would like to use a solid platform to host, build, and run it with high availability and low latency, we can use Azure Service Fabric because it is suitable for applications looking for robustness, reliability, scalability, and resilience.
In this chapter, you will learn about the essential concepts of Azure Service Fabric, the main benefits, as well as how to build Service Fabric applications for the cloud or on-premises. We will deploy our solution on Azure Service Fabric.
In this chapter, we’re going to cover the following main topics:
- Exploring Azure Service Fabric
- The Azure Service Fabric development environment
- Exercise 1 – creating a Service Fabric cluster using...