[Windows Azure] What is a cloud service?】的更多相关文章

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…
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…
在Windows Azure服务平台里,Web Site特点是: 在Windows Azure上构建高度可扩展的Web站点. 快速.轻松部署一个高度可扩展的云环境,并且可以从很小的规模开始. 使用您所选择的语言和开源应用程序,比如WordExpress, FTP, Git或者TFS,并轻松集成Windows Azure的服务,比如SQL 数据库,缓存,CDN和存储. Web Site的特点在于快速部署,只能提供比较基本的Windows Azure功能,比如Application和Data.但是更…
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…
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…
三个A2 Size的VM,运行Windows Server 2012: AD Server,SQL Server,App Server 将AD Server的ip地址填写到Windows Azure虚拟机网络的网关列表中,否则客户端无法加入域. AD Server中的DNS服务添加一个转发器,目标地址为任意国内公网DNS或者外国的Google DNS都可以,否则很多域名无法解析. SQL Server除了开放TCP 1433端口外,还需要开放TCP 445端口.否则App Server连接不到数…
How to use the Queue Storage Service version 1.7 version 2.0 This guide will show you how to perform common scenarios using the Windows Azure Queue storage service. The samples are written in C# code and use the Windows Azure Storage Client for .NET.…
How to use the Windows Azure Blob Storage Service in .NET version 1.7 version 2.0 This guide will demonstrate how to perform common scenarios using the Windows Azure Blob storage service. The samples are written in C# and use the Windows Azure Storag…