View On GitHub
reading-notes
Reading Notes for Codefellows!
Project maintained by
AlanYHung
Hosted on GitHub Pages — Theme by
mattgraham
Code 401 ASP.NET
Reading 23
(All My Notes are attributed/sourced from the Resources directly preceding them.)
Summary
An Azure blob is a service for storing large amounts of unstrunctured object data.
Common uses for this storage are
Images / Document Files for browsers
Files for distribution
Streaming Audio and Video
Storing Backup Data
Data Mining
Resources
Azure Blob storage
Author: Microsoft Docs
Article Source
<– Back