Summary
In this chapter, we talked about the Azure Service Fabric platform. We explored the different elements of Service Fabric, such as clusters and nodes, the main difference between Service Fabric and Kubernetes, and we prepared a development environment to create and deploy an application.
We created a Service Fabric application using the Azure portal and the Azure CLI, we learned about scaling an Azure Service Fabric cluster, and we discovered more about the different models of Service Fabric template in Visual Studio 2022. We also created a .NET Service Fabric application, and we built and executed a Docker container in Service Fabric.
To publish our applications to Azure Service Fabric, we used the Publish tool in Visual Studio.
Applications use a database. In the next chapter, we will learn about the different classifications of data and how data is defined and stored. We will identify the characteristics of relational and non-relational data and the different Azure...