Mobile app version of vmapp.org
Login or Join
Cofer257

: When you upload new images, you don't want to upload them to your vm instances, as each time those are restarted (due to your code updates, OS updates, hardware failures, etc.), they revert

@Cofer257

When you upload new images, you don't want to upload them to your vm instances, as each time those are restarted (due to your code updates, OS updates, hardware failures, etc.), they revert to how they originally were.

You want to upload images to either Windows Azure blob storage or SQL Azure, both of which are outside of your vm instances and are considered durable storage (replicated at least 3 times within the data center).

You can look at the examples in the Windows Azure Platform Training Kit for working with SQL Azure and blob storage.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer257

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme