Azure Lei Zhang的博客

weibo: LeiZhang的微博/QQ: 185165016/QQ群:319036205/邮箱:leizhang1984@outlook.com/TeL:139-161-22926

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年1月21日

摘要: 《Windows Azure Platform 系列文章目录》 在开始此次教学之前,我强烈建议大家先学习Windows Azure中文博客:Windows Azure 入门教学系列(八),使用Windows Azure Drive。 入门教学的例子非常简单:Windows Azure平台提供了Drive的功能,就是把Windows Azure Blob Storage变成Azure 托管服务器的一个本地盘符(比如F盘),并且支持NTFS文件系统。也就是说应用程序可以利用现有的文件管理API(包含System.IO的类型)来访问Windows Azure Drive中的文件夹与文件数据,... 阅读全文
posted @ 2012-01-21 20:15 Lei Zhang的博客 阅读(1870) 评论(2) 推荐(0)

2012年1月20日

摘要: 《Windows Azure Platform 系列文章目录》 如果读者使用的是国内由世纪互联运维的Azure China服务,请参考笔者的博文Azure China (4) 管理Azure China Storage Account 如果需要参考Azure China使用SAS Token... 阅读全文
posted @ 2012-01-20 19:58 Lei Zhang的博客 阅读(2296) 评论(0) 推荐(0)

摘要: 《Windows Azure Platform 系列文章目录》 如果读者使用的是国内由世纪互联运维的Azure China服务,请参考笔者的博文Azure China (4) 管理Azure China Storage Account 如果需要参考Azure China使用SAS Token... 阅读全文
posted @ 2012-01-20 16:40 Lei Zhang的博客 阅读(2945) 评论(1) 推荐(0)

2012年1月19日

摘要: 《Windows Azure Platform 系列文章目录》 如果读者使用的是国内由世纪互联运维的Azure China服务,请参考笔者的博文Azure China (4) 管理Azure China Storage Account 如果需要参考Azure China使用SAS Token... 阅读全文
posted @ 2012-01-19 22:24 Lei Zhang的博客 阅读(3790) 评论(3) 推荐(0)

摘要: 《Windows Azure Platform 系列文章目录》本章是对Windows Azure Platform (十三)开发一个简单的Hello World 的补充和说明,让大家对于Visual Studio 2010 Cloud Application有一个更加具体和全面的了解。1.Emula... 阅读全文
posted @ 2012-01-19 18:16 Lei Zhang的博客 阅读(1888) 评论(5) 推荐(0)

只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-01-19 12:28 Lei Zhang的博客 阅读(518) 评论(1) 推荐(1)

2012年1月18日

摘要: 《Windows Azure Platform 系列文章目录》 这里有两个非常重要的概念:故障域(Fault Domain)和更新域(Update Domain)。 http://blogs.technet.com/b/yungchou/archive/2011/05/16/window-a... 阅读全文
posted @ 2012-01-18 19:40 Lei Zhang的博客 阅读(2133) 评论(2) 推荐(0)

摘要: 前面一章我们已经了解了1)如何新建一个Windows Azure Project2)如何添加Web Role和Worker Role3)介绍了项目的内容和配置文件4)了解如何调试Azure项目5)对Worker Role有一定的认识本章的内容是如何将我们本地调试成功的项目部署到云端服务器上。1.本地编译还是接着上一章的Visual Studio项目来说,请大家新建或者重新打开一个Windows Azure Project。然后打开HelloWindowsAzure工程-->Roles-->MyWebRole-->右键-->属性把Instance改成3,VM Size改成 阅读全文
posted @ 2012-01-18 18:30 Lei Zhang的博客 阅读(3022) 评论(1) 推荐(0)

摘要: 前面花了差不多八章的内容来阐述Windows Azure的概念,从这章还是我们就进入到了实际动手和编码的过程。Windows Azure 云计算虽然最终是要把应用部署到微软的云数据中心,但是微软还提供了Windows Azure SDK来方便用户通过本地的Visual Studio 2010进行调试,并用Azure Emulator模拟器来模拟Windows Azure的执行情况。请做好如下准备:1.安装Windows 7家庭版以上的操作系统,或者安装Windows Server 2008, Windows Server 2008 R22.安装IIS7并且配置ASP.NET以及WCF HTTP 阅读全文
posted @ 2012-01-18 16:58 Lei Zhang的博客 阅读(3279) 评论(5) 推荐(4)

摘要: 《Windows Azure Platform 系列文章目录》Windows Azure提供了管理网站:https://windows.azure.com让管理员和开发人员登录并且管理Windows Azure的资源。最新的管理网站版本是基于Silverlight开发的。1)您必须拥有一个Windows Live ID,如果没有请先注册。2)登录账户,购买一个Windows Azure服务。如果大家想试用的话可以登录http://www.windowsazure.com/zh-cn/pricing/free-trial/微软提供90天内免费试用Windows Azure服务。您可以在90天.. 阅读全文
posted @ 2012-01-18 16:33 Lei Zhang的博客 阅读(2778) 评论(2) 推荐(0)