Author: Eugenio Pace : Web Client | Posted on: 4/13/2010 3:38:20 PM | Views : 1097

As described before , a-Expense static content (mainly the scanned images uploaded by users) is stored in blobs. As with many other things in life there are quite a few options when it comes to how those images are made available to users. A key design consideration, is that in Windows Azure all storage subsystems (tables, blobs and queues) are directly addressable from anywhere , not just from your web tier. For example, a blob in Azure is normally reachable through a URL like:   https:// <application>. blob.core.windows.net/ <container>/<blob>   So, the classic tiered app that we come to love and blindly draw:   looks more like this one, provided you have the right credentials.   This contrasts quite a...(read more) ...

Go to the complete details ...