4

https://azure.microsoft.com/en-us/documentation/articles/cloud-services-how-to-scale/

But how can I scale up my microservice when queue length increases. have any inbuild way in azure service fabric ?

juvchan
  • 6,113
  • 2
  • 22
  • 35
lilan silva
  • 1,896
  • 1
  • 14
  • 19

2 Answers2

4

[Update] Microsoft just released the new Service Fabric SDK (1.5.175), with support for Azure Scale Sets. Ref: https://blogs.msdn.microsoft.com/azureservicefabric/2016/02/23/service-fabric-sdk-v1-5-175-and-the-adoption-of-virtual-machine-scale-sets/

  • 1
    From the linked blog: "Note that the auto-scaling functionality of VMSS is not integrated with Service Fabric yet and will be enabled in an upcoming release." – cdaq Oct 12 '16 at 19:28
2

At this time service fabric does not support autoscale, it will in the near future:

service-fabric-cluster-scale-up-down

Auto-scale Service Fabric clusters

At this time, Service Fabric clusters do not support auto-scaling. In the near future, clusters will be built on top of virtual machine scale sets, at which time auto-scaling will become possible and will behave similarly to the auto-scale behavior available in cloud services.

Community
  • 1
  • 1
Peter
  • 27,590
  • 8
  • 64
  • 84