All, I had deployed a website in Windows Azure which I can upload and download file from it, the file is stored in the Windows Azure Storage Blob. And I note in the free mode the max outbound data per day is 165 MB, and inbound data is unlimited as Price detail mentioned. So I want to know what happen to the website if the amount of outbound data exceed the 165MB. Because the max size of file which is upload or download in my website will be lager than 200MB. I didn’t see any price detail about this situation. and also worry about if the website can works well in this situation. Thanks
Share
the free site will stop working if the size is exceeded. If you need that much you may want to consider the Shared option for ~10$ a month during preview. The Shared option will not throttle you when you exceed 165MB, you will just be charged for what you consume.