[Windows Azure] How to Scale an Application】的更多相关文章

How to Scale an Application To use this feature and other new Windows Azure capabilities, sign up for the free preview. On the Scale page of the Windows Azure Management Portal, you can manually scale your application or you can set parameters to aut…
How to Scale a SQL Database Solution On Windows Azure, database scalability is synonymous with scale out, where a workload is redistributed across multiple commodity servers in a data center. Scale out is a strategy for addressing problems with data…
Adding Sign-On to Your Web Application Using Windows Azure AD 14 out of 19 rated this helpful - Rate this topic This document will show you how to configure a .NET application to perform web single sign-on against your Windows Azure AD enterprise dir…
Building the web role for the Windows Azure Email Service application - 3 of 5. This is the third tutorial in a series of five that show how to build and deploy the Windows Azure Email Service sample application. For information about the application…
The Autoscaling Application Block             5 out of 6 rated this helpful - Rate this topic                          On this page: More Information       The Microsoft Enterprise Library Autoscaling Application Block (WASABi) lets you add automatic…
The primary goal of a load test is to simulate many users accessing a web application at the same time. The load test simulates multiple users opening simultaneous connections to the application and making multiple requests against an application or…
這一篇要討論如何使用Xamarin.Android 整合GCM以及Windows Azure來實作Android手機上的推播通知服務. 這篇文章比較著重概念的部分,在開始讀這篇之前,也可以先參考一下Xamarin網站上的文章原文來了解Android GCM的運作邏輯: Remote Notifications:An Overview of Remote Notifications in Xamarin.Android http://docs.xamarin.com/guides/cross-pl…
Configuring and Deploying the Windows Azure Email Service application - 2 of 5 This is the second tutorial in a series of five that show how to build and deploy the Windows Azure Email Service sample application. For information about the application…
.NET Multi-Tier Application Using Storage Tables, Queues, and Blobs - 1 of 5 This tutorial series shows how to create a multi-tier ASP.NET MVC 4 web application that uses Windows Azure Storage tables, queues, and blobs, and how to deploy the applicat…
一直以来Windows Azure的负载均衡(Loadbalancer)功能一直被客户诟病,无法其竞争对手(特别是国内的云厂商)匹敌. Windows Azure的负载均衡器是四层的,前期的版本不支持会话保持(Sticky Session),这就导致很多应用系统无法享受到到负载均衡所带来的好处——并非所有的系统都能做到“无状态”.换句话说,如果有web应用要使用Windows Azure的负载均衡,session就必须集中管理,不能把session保存在每台服务器的内存中.这无疑给系统迁移造成了…