10. Which three sections make up the Windows Azure platform?
Compute, Storage, and Fabric comprises the three main components of Windows Azure.Microsoft Azure Compute: Windows Azure provides a code that the hosting environment can control. Through components, it provides the calculating benefit. Three different roles are supported by Windows Azure:Web roles supported by IIS7 and used for web application programmingWorker roles are used to manage web roles at the foundational level.Applications running on Windows Server can be easily transferred to Windows Azure using virtual machine (VM) roles.Azure Windows Storage: It offers four different kinds of storage services:Queues for communicating between worker roles and web sectionsStoring structural data in tablesUse BLOBs (Binary Large Objects) to store large amounts of data, records, or contents.For setting up a page BLOB, Windows Azure Drives (VHD)is used. These can be downloaded and shared using BLOBs.