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
- Open Package Manager Console
- Install Windows Azure Storage client
- Edit MainPage.xaml.cs
Found this useful or want more complex example?