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 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 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…
What is a cloud service? When you create an application and run it in Windows Azure, the code and configuration together are called a Windows Azure cloud service (known as a hosted service in earlier Windows Azure releases). By creating a cloud servi…
Virtual machine size CPU cores Memory OS disk space–cloud services OS disk space–virtual machines Max. data disks (1 TB each) Max. IOPS(500 per disk) ExtraSmall Shared 768 MB 19 GB 20 GB 1 1x500 Small 1 1.75 GB 224 GB 70 GB 2 2x500 Medium 2 3.5 GB 48…
在Windows Azure服务平台里,Web Site特点是: 在Windows Azure上构建高度可扩展的Web站点. 快速.轻松部署一个高度可扩展的云环境,并且可以从很小的规模开始. 使用您所选择的语言和开源应用程序,比如WordExpress, FTP, Git或者TFS,并轻松集成Windows Azure的服务,比如SQL 数据库,缓存,CDN和存储. Web Site的特点在于快速部署,只能提供比较基本的Windows Azure功能,比如Application和Data.但是更…
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…
The Windows Azure Management Portal provides two ways for you to create and deploy a cloud service: Quick Create and Custom Create. This topic explains how to use the Quick Create method to create a new cloud service and then use Upload to upload and…
Enabling Diagnostics in Windows Azure Windows Azure Diagnostics enables you to collect diagnostic data from a worker role or web role running in Windows Azure. You can use diagnostic data for debugging and troubleshooting, measuring performance, moni…
A Windows Azure project includes two configuration files: ServiceDefinition.csdef and ServiceConfiguration.cscfg. These files are packaged with your Windows Azure application and deployed to Windows Azure. The ServiceDefinition.csdef file contains th…