Azure Lei Zhang的博客

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

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  489 随笔 :: 0 文章 :: 417 评论 :: 70万 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

  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   Lei Zhang的博客  阅读(1249)  评论(0编辑  收藏  举报
编辑推荐:
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 【译】Visual Studio 中新的强大生产力特性
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
点击右上角即可分享
微信分享提示