I want to upload files to my Windows Azure Web Site, what is the best way to do this? Files uploaded to the site folder in Windows Azure Web Sites will be stored in persistent storage, and are resilient from process recycling and site reimaging. A better option for storing files is to use Blobs in Windows Azure Storage. How can I share content across multiple Windows Azure Web Sites? Using Blobs in Windows Azure Storage will allow files to be shared across multiple Windows Azure Web Sites. Why is there a slow first page load time on my Windows Azure Web Site? The Windows Azure Web Site will be provisioned when the first page request comes in. This can sometimes take longer than local website hoisting.
Can I configure a custom domain name for me Windows Azure Web Site? Yes. It is possible to map your own domain name to a Windows Azure Web Site using a CNAME or an A record. Details on how to do this are provided here. Can my Windows Azure Web Site have a static IP address? Not at the present time. The way Azure architecture works and implements high availability, it is currently not possible to use a static IP address for a website, though it may be possible in the future.
Alan Smith MVP edited Revision 1. Comment: Created article.