Microsoft Windows Azure Part II Continued from Part 1 Storage: The ability to execute the code is the fundamental requirement; applications need persistent storage to hold the code information when they are not running. As we saw in AWS, S3 or Simple Storage Service, Windows Azure has storage service. Also, Microsoft has another cloud service called SQL Azure which we will take it up later. The simple way to store in Windows Azure is to use BLOBS. A separate storage account needs to be created. In this account data is stored in containers. A single account can contain many containers






