Azure Lei Zhang的博客

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

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

  Windows Azure Platform 系列文章目录

 

  Update: 2015-03-24

  如果用户基于某个地缘组,创建了虚拟机网络。那么加入这个虚拟网络的所有虚拟机,都不支持Reserved Virtual IP Address(固定公网IP)。

  At this moment, Microsoft Azure doesn’t support deploying a Cloud Service or Virtual Machine associated with a Reserved IP into an ‘Affinity Group based Virtual Network’. The following snippet shows a sample error message that you will get when to try to deploy a Virtual Machine deployment with Reserved IP into an ‘Affinity Group based VNET’.

  New-AzureVM : BadRequest : The deployment contains VirtualNetwork DemoVNET that belongs to an Affinity Group and ReservedIP that belongs to a region. This combination is not allowed.

  http://azure.microsoft.com/blog/2014/05/14/reserved-ip-addresses/

  

  笔者建议大家最近在使用Azure的时候,都不要使用地缘组(Affinity Groups)

  如果读者已经使用了地缘组创建了Virtual Network虚拟网络,可以参考我另外写的Blog:

 

  Windows Azure Affinity Groups (3) 修改虚拟网络地缘组(Affinity Group)的配置

 

 

 

  本文是对Windows Azure Affinity Groups (1) Windows Azure Affinity Groups(地缘组)的重要性这篇文章的补充。

  之前我们了解到,Windows Azure Affinity Group能够将我们创建的Azure Service和Storage在物理上更加接近,这样就能提高云服务访问的性能。那我们如何在新的Management Portal上创建和管理Affinity Group呢?接下来我给大家介绍一下相关的内容。

  1.登录Windows Azure 用户管理界面:https://manage.windowsazure.com

  2.我们选择Settings, Affinity Groups 点击最下面的Add按钮,如下图:

  

  3.在弹出的窗口里,Name设置地缘组的名称,Description添加相关的描述,Region里选择相对的数据中心

  我在下图中创建了名为EastAsiaGroup的地缘组。

  

  4.创建完成后,我们就可以在列表中查看到之前创建的内容。

  

  将来我们就可以直接使用名为EastAsiaGroup这个地缘组了。

posted on 2013-06-09 16:45  Lei Zhang的博客  阅读(1241)  评论(0编辑  收藏  举报