From the course: Azure Service Fabric for Developers

Unlock the full course today

Join today to access over 22,700 courses taught by industry experts or purchase this course individually.

Supported application models in Service Fabric

Supported application models in Service Fabric - Azure Tutorial

From the course: Azure Service Fabric for Developers

Start my 1-month free trial

Supported application models in Service Fabric

- [Instructor] Service Fabric supports different application models. It's a very flexible technology where you can practically host and execute any workload. After installing the Service Fabric SDK you will be able to use its available templates. So let's run Visual Studio and click on the Create a New Project option. If you don't see the Service Fabric Application option in the Recent project templates, let's search for Fabric. And select the Service Fabric Application template. Here I'm going to change the location to another folder and I'm going to name this application as firstapp. And I'm going to select this place solution and project in the same directory. The first application model that I want to describe is the reliable services. These services use the native API of Service Fabric. There are three different types of reliable services: Stateless, Stateful, and Actors. Moreover, we can use both .NET core and…

Contents