Creating an App on Azure Service Fabric
Over the last few years, Docker and software container systems have become the industry standard for packaging and deploying applications. A consequence of this trend has been the development of container orchestration systems like Kubernetes and Apache Mesos. Microsoft Azure has entered the space with its own comprehensive system orchestration and management system, Azure Service Fabric.
What exactly is the value-add for Service Fabric? How do we use it to solve container-related technical challenges? This lesson answers both of those questions and goes even further by covering a number of relevant software design concepts. From this lesson, you will learn what Service Fabric does, how to use it to deploy a real application, and how Service Fabric incorporates design patterns and structures such as the actor model and collections.
By the end of the lesson, you should be ready to work with a team using Azure Service Fabric to create a working application.
Learning Objectives
- Use Azure Service Fabric to solve infrastructure orchestration challenges
- Learn about software concepts relevant to Service Fabric, including collections, the actor model, and stateful vs stateless services
- Deploy an application to a Service Fabric cluster
Intended Audience
- People looking to build applications using Microsoft Azure
- People interested in container orchestration systems
Prerequisites
- General knowledge of IT architecture
- General knowledge of software containers
Links