One of our latest research and development projects has been an online banking application, which we use to demonstrate the latest tendencies in .NET development.
When it came to deployment, we could not find a suitable machine to publish the application. But wait, these days that’s not a problem any more. When you need to deploy a new application you can just publish it to the nearest cloud!
The choice obviously came to Azure platform. The question was just how painful the deployment will be? Will it take days before we adapt the application to run on the platform?
Actually the process of change was much more fluid than we thought and within an hour we were able to set up the necessary parts and run the application on the cloud.
But Azure offers much more than just a runtime platform for your web applications. It offers also several types of storage. One of these is Azure Blob storage.
And so after the painless deployment we thought: And what if we used Azure Blob storage to implement one of the new functionalities which was on our to-do list and which perfectly suites this kind of storage?
Hence this blog post which describes our experience with Azure and which will have two parts.
(more…)