Teemu Tapanila bio photo

Teemu Tapanila

CTO of Mallow

Email Twitter LinkedIn Github

Windows Azure Storage team has released preview version of the SDK which supports Windows Phone 8

This means that you can now directly use Windows Azure Storage features from your phone and there’s no requirement to build API and publish it on Azure Websites. This is perfect for application where you want to store pictures or files.

Here’s short tutorial how to use it in your Windows Phone app:

  • Create new project Create Windows Phone 8 Project
  • Open Package Manager Console Package Manager Console
  • Install Windows Azure Storage client Install Windows Azure Storage Preview
  • Edit MainPage.xaml.cs

Found this useful or want more complex example?