Hi 
 
Thanks for the code snippet. 
 
This code seems to be dependent on previous version of Azure SDK(sdk11). We need to update the assembly to latest version of Azure SDK or previous version will also work. 
 
Also can you let me know if you have created the solution and xppp project in visual studio and then added the reference of the Azure nuget packages. ?
 
Can you please explain the details starting from creating the solution ? or Just by writing the using statement in the runnable class can serve the purpose. 
 
  • using Microsoft.WindowsAzure.Storage;
  • using Micorosft.WindowsAzure.Storage.Blob;
  • using System.IO;
  • using System.Text;
  • using System.Text.ASCIIEncoding;
 
Thanks in advance!!!