Explain Azure Fabric

The most important idea is Azure Fabric. It provides the Azure Fabric Controller service. It’s named the Azure OS because it manages/oversees:

  • All resources and roles (processing)

  • Activating and sending services

  • All services are being monitored for their health.

  • Resources are released and allocated.

  • Creating a virtual machine, terminating it, and so on.

  • Patches for the installed OS on the VM are updated in the most automatic way possible.

Azure Service Fabric is a distributed systems platform that makes it easy to package, deploy, and manage scalable and reliable microservices and containers. Service Fabric also addresses the significant challenges in developing and managing cloud native applications.

A key differentiator of Service Fabric is its strong focus on building stateful services. You can use the Service Fabric programming model or run containerized stateful services written in any language or code. You can create Service Fabric clusters anywhere, including Windows Server and Linux on premises and other public clouds, in addition to Azure.