A key benefit of Windows Azure is creating highly scalable applications using Cloud Services.
Applications can shrink and stretch to accommodate changes in usage, removing the need for expensive on- premises hardware.
A key strategy is to design in scale units, which are a base configuration of web and worker role instances with supporting services such as data stores and caching.
Three reasons to create Windows Azure scalable applications:
Applications can shrink and stretch to accommodate changes in usage, removing the need for expensive on- premises hardware.
A key strategy is to design in scale units, which are a base configuration of web and worker role instances with supporting services such as data stores and caching.
Three reasons to create Windows Azure scalable applications:
- Demand Peaks
- Distributed Users and Devices
- Partition able Workload
Scaling Applications using Windows Azure Cloud Services