I need Azure Storage support in my app. I tried to add the nuget package, but I get the error that the dependency Microsoft.WindowsAzure.ConfigurationManager doesn't supports my current project. I targeted WP8 and Xamarin.Android.
How can I get it into my PCL?
The WindowsAzure.Storage package doesn't support PCLs. It looks like there is a preview version that may support Windows Store apps and Windows Phone 8.
You can request that the team add PCL support, or adapt the source code yourself.