Closed soloman817 closed 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.
so, what purpose of the custom serivice? I tested hello-world.fsx with a cluster deployed by brisk engine, and it works fine.
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.
thanks for the explanation, let me close this issue
@krontogiannis: Do you have any ideas / suggestions for configuration or customisation that you would like to see exposed on brisk?
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.
Pretty much any of these, taken from here
Cool, that's a good list. At least two of these are already in progress already, but its good to have a list!
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:
But I cannot find the client.fsx file, any hint?