This document provides guidance on how to make an informed decision in choosing between Windows Azure Web Sites, Cloud Services, and virtual machines to host a web application. Each of these services allows you to run highly scalable web applications…
Windows Azure提供了几个部署web应用程序的方法,比如Windows Azure网站.云服务和虚拟机.你可能无法确定哪一个最适合您的需要,或者你可能清楚的概念,比如IaaS vs PaaS.本文将帮助您了解您的选择,并帮助你做出正确的选择为您的web场景.尽管所有三个选项允许您运行在Windows Azure高度可伸缩的web应用程序,有差异,可以帮助指导你的决定. 1. 对使用难易和控制方便进行比较(如图) 1) 网站有最低的控制,但是不用关系虚机和IIS的运行状态.(PaaS)…
Windows Azure Execution Models Windows Azure provides different execution models for running applications. Each one provides a different set of services, and so which one you choose depends on exactly what you’re trying to do. This article looks at t…
Background: Windows Azure Cloud Services 可以在本地调试,使用Visual Studio 2012 + 模拟器 Emulator.但是模拟器的工作状态和环境和真实的云环境还是有区别的. 所以有些问题,需要远程调试(Remote Debug) Steps: 1.Local :Install IDE Visual Studio 2012 at local 2.Remote Machine:远程机器需要安装Remote Tools for Visual Stud…
How to Configure Cloud Services To use this feature and other new Windows Azure capabilities, sign up for the free preview. You can configure the most commonly used settings for a cloud service in the Windows Azure Management Portal. Or, if you like…
How to Monitor Cloud Services To use this feature and other new Windows Azure capabilities, sign up for the free preview. You can monitor key performance metrics for your cloud services in the Windows Azure Management Portal. You can set the level of…
How to Manage Cloud Services To use this feature and other new Windows Azure capabilities, sign up for the free preview. In the Cloud Services area of the Windows Azure Management Portal, you can update a service role or a deployment, promote a stage…
很久前就想做个人站点,主要用来记录自己的生活,我喜欢摄影,烘焙…然后又刚刚入皮坑,这些都可以放在网站上展示一下,或许还能为自己带来收入. 然后手上刚好有Azure的试用,于是乎动力就上来了. 以下是部署步骤. 一.创建Web Sites,SQL Database ,并下载Orchard源码 这些步骤超级简单就不再手把手教了,据说7月份Web Site的收费标准才会出来.到时候看看自己能否供得起 = = 昨天看到1.8.1 RC出来了….版本更新真快. 源码下载地址如下: https://orch…
Developing Multi-Tenant Web Applications with Windows Azure AD 2 out of 3 rated this helpful - Rate this topic This document will explain how to use Windows Azure Active Directory to add to one .NET application’s single sign-on and directory access c…
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…