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按钮,如下图:

  Windows Azure Affinity Groups (2) 创建Windows Azure Affinity Groups 地缘组
    




Windows Azure Platform 系列文章目录

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

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

  Windows Azure Affinity Groups (2) 创建Windows Azure Affinity Groups 地缘组
    




Windows Azure Platform 系列文章目录

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

  Windows Azure Affinity Groups (2) 创建Windows Azure Affinity Groups 地缘组
    




Windows Azure Platform 系列文章目录

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

相关文章:

  • 2021-12-06
  • 2021-09-16
  • 2021-07-02
  • 2022-01-14
  • 2022-01-29
  • 2021-07-27
  • 2021-05-15
猜你喜欢
  • 2021-06-21
  • 2021-08-13
  • 2021-08-01
  • 2021-08-07
  • 2022-12-23
相关资源
相似解决方案