My client needs to scale using azure VMs when on-premises VMs aren't enough.
Is it possible to do that with Service Fabric?
Where do I find specific documentation for this action?
Thanks
My client needs to scale using azure VMs when on-premises VMs aren't enough.
Is it possible to do that with Service Fabric?
Where do I find specific documentation for this action?
Thanks
I believe this is the documentation that you are looking for:
Autoscaling: For clusters on Azure, we provide built-in autoscaling functionality through Virtual Machine scale-sets. In on-premises and other cloud environments, you have to build your own autoscaling feature or scale manually using the APIs that Service Fabric exposes for scaling clusters.
Service Fabric REST APIs can be found here:
7 people are following this question.
Service Fabric stateful services in-memory vs external storage
Trending on MSDN: Service Fabric Actors and Inheritance
Trending on MSDN: Windows Server 2019 Core on Azure Service Fabric
can we auto scale stateless service based on connection count
stateless service with instance count 6 when node count 5 fails.