Quantcast
Channel: MSDN Blogs
Viewing all articles
Browse latest Browse all 12366

Storage Blobs, Queues and Table… in 100 lines of code.

$
0
0
This simple console application is an example of how Azure Storage can be used.
It is basically 
  • Downloading the latest Bing image, 
  • Uploading it to a blob storage, 
  • Signaling the new upload to a queue, 
  • Accepting the message
  • Generating Thumbnail
  • Uploading the thumbnail to the blob storage
  • Updating a row in a table storage, with the initial name and the thumbnail name
  • Getting the thumbnail name from the table storage
  • Requesting a SAS key from the thumbnail’s blob storage
  • Launching the default browser with the Thumbnail’s URL with SAS key
This is only to show a typical usage of Azure for a standard asynchronous thumbnail generation process
-f.

Viewing all articles
Browse latest Browse all 12366

Trending Articles