Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a little problem. SO I have automatic upload raw file to Azure working and I also have a message queue that detects a new blob has been uploaded and ready for processing. How do I load the contents of the blob (which is a file) into memory so I can process on Azure?
Posted
Updated 12-Dec-15 5:20am
v2

1 solution

The MSDN documentation[^] includes examples on handling blob objects
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900