Service Fabric cheap cluster options

Viewed 835

What is the cheapest possible vm sku you can run a service fabric cluster on in Azure?

I just tried to create a 1 node cluster using DS1_V2 and got a warning "Not enough disk space". Then I tried DS2_V2 Promo and the warning goes away.

It cost 142.85 USD and you need 5 of them. So that will be a total cost of 714.25 $ month plus usage.

Is the minimum cost for a service fabric cluster really around 1.000 USD a month.

What are the minimum requirement for running it on premise?

Is it possible to deploy 1 virtual machine in azure, install service fabric on that and deploy to that. (I know that wont scale, be fault tolerant etc)

1 Answers
Related