This sample acts as simple to do list application where you can do the following:
* Add new to do item.
* Mark to do item as complete.
* Clear all list items. (deletes the used table)
* Destroy the list. (deletes the used storage service)

You need to provide subscription id along with certificate which is authorized to access the associated subscription. For more information check [Authenticating Service Management Requests](http://msdn.microsoft.com/en-us/library/windowsazure/ee460782.aspx)

What you will learn?
* Create new storage service.
* Delete storage service.
* Create new table service.
* Query all table entities.
* Delete table entity.