Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.31 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.31 KB

servicefabricworkshop

service fabric workshop basics.

Good links to get started

  1. Link to the presentaiton
  2. To get a clean Cluster for test you can go to Service Fabric Party Cluster
    • Here you get a cluster of 3 Nodes for one hour. This is good to try out things. this is a complete free service.
    • After one hour your cluster will be deleted.
    • but you can allways get a new one
  3. There is a very good curse in the Microsoft Virtual Academy only.
    • this is a curse for the very basics
  4. For more knowledge you can visit the documentation
    • To learn about the concepts see here
    • To create your own cluster see here
  5. Learn from the users of service fabric