I don't know about you, but i'm rather excited by the newly developing 'Cloud' computing platform. In the past I have been rather hoo hum about it all, thinking it is going to be a passing fad.
I'm developing a webservice at the moment, and I have had in the back of my mind the future scaling issues I will be facing. Being a small company (developers numbering 1 - me!) all hats need to fit my head; DBA, IT Support, Developer, Graphic Designer, Web designer, Tester, Customer Support, etc.
If Azure can take on my scaling issues I will be VERY Happy!
So... To Azure or Not to Azure? Is it too early to trust these new technologies? How easy is it to port code? Can Azure provide scheduled tasks? What about Backup? How safe is it to trust Azure with sensitive data?
Sorry, Lots of questions!
[UPDATE] So... anyone got any working experience in this space now? I haven't managed to get access to the service yet :(
[Update]
I have been working on the Azure platform for nearly 2 months now. There has been some learning to do - as with any new technology. But on the whole I have found the experience to be quite pain less.
The main changes to development
- Azure Table Storage (no sql solution)
- Requests being instance ignorant (expect a different machine each request)
Major gotachas
- WebRole.OnStart() runs in a different execution context than the website
- DateTime min range supported by the Table Storage IS not the same as SQL