Isaac Abraham
Isaac Abraham
Now that I've finally gotten around to surfacing the errors that Azure reports (contrary to the above, the Azure management library **does** surface these errors - they were just not...
I did a bit more digging about. Currently the Cloud Service has two local resources: - 1. DiagnosticStore (20GB) 2. LocalMBraceCache (400GB) It's the second one that's popping the local...
Nice, that should work. My only concern is that having an output as a string is a bit "black magic". Can we change this somehow to make it a bit...
I do wonder though if it's worth creating an IAAS version of MBrace which is just a raw VM as an ARM template using DSC to download and install the...
We should have a chat about provisioning speed offline (or create a separate issue on this) - it goes to more than MBrace but more about the quickest ways of...
There are lots out there - ones I'm thinking about are Application Insights (in preview in Azure now). There's also NewRelic. Another one would be statsd / graphite / graphana,...
TBH i'm not sure that there -is- one. Performance Counters is a good one to start with (albeit it's Windows only), or even simple .NET events? Log files are easy,...
That's just a new top level folder directly underneath the mbrace container.
That's true. I know though that as far as a user is concerned it's all MBrace - Vagabond is an implementation detail. You could supply a configuration property for the...
Fantastic. We've always wanted to do this - thank you very much for taking the time to do it. We could potentially take this even further by taking advantage of...