Relational Databases
MySQL is provided as a service by ClearDB and is available through the Windows Azure Store. Learn how to provision a MySQL database in a Windows Azure data center and connect to it from any application.
For applications that need a full featured relational database-as-a-service, Windows Azure offers SQL Database, formerly known as SQL Azure Database. SQL Database offers a high-level of interoperability, enabling customers to build applications using many of the major development frameworks.
Learn how to use the Windows Azure Management Portal to create a virtual machine running OpenSUSE Linux from the Image Gallery, and then install and configure a MySQL database on the virtual machine.
NoSQL
MongoDB is provided as a service by MongoLab and is available through the Windows Azure Store. Learn how to provision a MongoDB in a Windows Azure data center and connect to it from any application.
Tables offer NoSQL capabilities for applications that require storage of large amounts of unstructured data. Tables are an ISO 27001 certified managed service that can auto-scale to store up to 100 terabytes of data. They are accessible from virtually anywhere via REST and managed APIs.
Learn how to use the Windows Azure Management Portal to select and install a Linux virtual machine from the gallery, how to connect to the virtual machine using SSH or PuTTY, and how to install MongoDB on the virtual machine.
Configure
By default, Windows Azure applications and storage accounts can be accessed through friendly subdomains, for example, http://<myapp>.cloudapp.net and https://<mydata>.blob.core.windows.net. This article shows you can expose your application and data on your own custom domain, such as http://<myapp>.com.
Blobs and Caching
The Windows Azure Content Delivery Network (CDN) offers a global solution for delivering high-bandwidth content by caching blobs and static content at physical nodes around the world. This common task describes how to enable CDN and add, access, and delete content.
Blobs are the simplest way to store large amounts of unstructured text or binary data such as video, audio and images. Blobs are an ISO 27001 certified managed service that can auto-scale to store up to 100 terabytes of data. They are accessible from virtually anywhere via REST and client APIs.