mbraceproject / MBrace.StarterKit

A collection of demos and tutorials for MBrace
http://mbrace.io
57 stars 34 forks source link

Where is the client.fsx? #14

Closed soloman817 closed 9 years ago

soloman817 commented 9 years ago

Hi guys,

I want to test the custom service, but in the md file: https://github.com/mbraceproject/MBrace.StarterKit/blob/master/azure/AZURE.md

it says:

  1. Of using the hands-on tutorials, insert the same connection strings in client.fsx and connect to your runtime.

But I cannot find the client.fsx file, any hint?

krontogiannis commented 9 years ago

Hi, I've updated the md file to point to the correct fsx. You can insert the connection strings in credentials.fsx and get started with hello-world.fsx.

soloman817 commented 9 years ago

so, what purpose of the custom serivice? I tested hello-world.fsx with a cluster deployed by brisk engine, and it works fine.

krontogiannis commented 9 years ago

It's just an alternative. Deployment using Brisk is definitely easier and faster experience, but by using the custom service you can customise the worker if you need to.

soloman817 commented 9 years ago

thanks for the explanation, let me close this issue

isaacabraham commented 9 years ago

@krontogiannis: Do you have any ideas / suggestions for configuration or customisation that you would like to see exposed on brisk?

krontogiannis commented 9 years ago

I think it would be nice to be able customize the MaxConcurrentJobs at the point you create your cluster (and probably Configuration.Id); and very easy to implement.

dsyme commented 9 years ago

Pretty much any of these, taken from here

isaacabraham commented 9 years ago

Cool, that's a good list. At least two of these are already in progress already, but its good to have a list!