
375
Chapter 11
Windows Azure Storage
Objectives
◾ Understand the Windows Azure storage
◾ Use the Table storage
◾ Use the Blob storage
◾ Use the Queue storage
11.1 Introduction
So far, you have accomplished the tasks of developing databases in Windows Azure SQL Database.
e SQL Database has been used to support applications such as forms and reports. On the other
hand, there are some applications that need to work with a large amount of nonrelational data.
For example, some of the web applications need to store dozens of terabytes of audio and video
binary data into storage, which does not require complex joins, integrity constraints, and stored ...