What is the maximum size for azure websites?

azure, azure-web-app-service

Solution

Windows Azure websites are stored on a content share which is accessible from all the the "web servers" in the farm.

I just collected the information, that during this preview, every subscription has a maximum of 1GB of storage in content share which subscription users can divide into 10 websites.

Depending on your requirement, you can consume the entire 1GB for 1 website or you can distribute it among the other 10 (or fewer) websites. However you cannot exceed the 1GB size limit and total 10 websites.

Problem

I am porting my asp web to new azure website. My site has huge static content so is there a size limit for azure website i should worry about now.

Original source