TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Piyush Mahurkar
NA
104
21.1k
How to download 1Gb video from Azure Block blob
May 13 2016 5:18 AM
Hi ,
I am trying to download 1GB video from azure blockblob to memory stream .
error occure System.OutOfMemoryException.
Code:
MemoryStream memoryStream = new MemoryStream();
CloudBlockBlob blockBlob = container.GetBlockBlobReference(path);
myblock.DownloadToStream(memoryStream);
please help
Reply
Answers (
1
)
Advice for rejoin development
Azure tokens Difference