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

随笔分类 -  Azure Virtual Network

摘要:《Windows Azure Platform 系列文章目录》 在Azure ER专线启动Fast Path,具体的区别如下: 禁用Fast Path 启用Fast Path Azure VM访问本地VM流量,流量不经过ER网关 Azure VM访问本地VM流量,流量不经过ER网关 本地VM流量访问 阅读全文
posted @ 2023-07-27 13:35 Lei Zhang的博客 阅读(47) 评论(0) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 我们在配置Azure VNet Peering的时候,一般会用于Hub-Spoke网络拓扑。 在配置VNet Peering的时候,Spoke网络还需要配置用户自定义路由,这样2个Spoke网络内网才能互通互联。 具体网络拓扑如下图: 阅读全文
posted @ 2022-04-14 15:44 Lei Zhang的博客 阅读(410) 评论(0) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 在Azure虚拟机监控里,是可以查看到入站流量(Network In)和出站流量(Network Out)。截图略。 但是这些流量是Azure虚拟机网卡上的所有流量,不能查看到具体是内网流量,还是公网(互联网)流量。 我们可以通过设置A 阅读全文
posted @ 2022-02-24 21:18 Lei Zhang的博客 阅读(1369) 评论(0) 推荐(1) 编辑

摘要:《Windows Azure Platform 系列文章目录》 之前做项目正好遇到,在这里记录一下。 以下这几种情况,都具备跨租户间的vnet peering使用场景: 1.当我们的母公司和子公司,使用2个不同的Azure 租户。在特殊情况下,需要通过内网互联传输数据。 2.当我们的第三方运维公司的 阅读全文
posted @ 2021-06-26 21:57 Lei Zhang的博客 阅读(614) 评论(0) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 Azure Virtual Network (14) Service Endpoint服务终结点 Azure Virtual Network (15) Service Endpoint演示 Azure Virtual Network ( 阅读全文
posted @ 2020-10-27 17:21 Lei Zhang的博客 阅读(807) 评论(0) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 Azure Virtual Network (14) Service Endpoint服务终结点 Azure Virtual Network (15) Service Endpoint演示 Azure Virtual Network ( 阅读全文
posted @ 2020-10-27 13:28 Lei Zhang的博客 阅读(1018) 评论(0) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 在笔者之前的文章中:Azure Virtual Network (14) Service Endpoint服务终结点 我们已经介绍了Azure Service Endpoint的有关概念,本文中我们将通过搭建环境,来显示Servcie 阅读全文
posted @ 2020-10-26 23:01 Lei Zhang的博客 阅读(563) 评论(0) 推荐(1) 编辑

摘要:《Windows Azure Platform 系列文章目录》 我们在使用Azure PaaS服务的时候,经常会发现这些PaaS提供的是公网的DNS地址,且无法限制客户端对这些PaaS DNS地址的访问。所以我们只能通过虚拟机的方式来搭建自己的Azure公有云部署,通过把虚拟机都加入到虚拟网络中,通 阅读全文
posted @ 2020-10-26 21:24 Lei Zhang的博客 阅读(891) 评论(0) 推荐(1) 编辑

摘要:《Windows Azure Platform 系列文章目录》 今天是大年初二,首先祝大家新年快乐,万事如意。 在笔者之前的文章中:Windows Azure Virtual Network (12) 虚拟网络之间点对点连接VNet Peering 我们了解,可以在同一个数据中心之间的两个虚拟网络, 阅读全文
posted @ 2019-02-06 16:27 Lei Zhang的博客 阅读(493) 评论(0) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 在有些时候,我们需要通过VNet Peering,把两个虚拟网络通过内网互通互联。比如: 1.在订阅A里的Virtual Network,部署了CRM系统 2.在订阅B里的Virtual Network,部署了Order系统 3.需要通 阅读全文
posted @ 2018-02-14 15:14 Lei Zhang的博客 阅读(2641) 评论(0) 推荐(1) 编辑

摘要:《Windows Azure Platform 系列文章目录》 我们知道,Azure Virtual Network可以 1.将对台Azure VM加入到同一个网段里,同时绑定内网IP地址 2.创建VPN网关,来设置Site-To-Site VPN或者Point-To-Site VPN ... 阅读全文
posted @ 2016-01-26 16:42 Lei Zhang的博客 阅读(1953) 评论(1) 推荐(1) 编辑

摘要:《Windows Azure Platform 系列文章目录》 Azure IaaS用户手册 - Azure IaaS相关技术- Azure虚拟机成本分析- 创建Azure虚拟机- 使用Azure PowerShell创建Azure虚拟机- 管理Azure虚拟机- 高级内容- 注意事项 下载地址: 阅读全文
posted @ 2015-12-11 11:42 Lei Zhang的博客 阅读(741) 评论(1) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 本文介绍的是,当用户在创建Azure Virtual Machine的时候,忘记绑定公网IP,需要重新绑定公网IP的具体操作。 执行脚本后,会立刻把当前虚拟机所在的VIP固定住,立刻生效。 如果想让已经绑定固定VIP的DNS地址,取消绑 阅读全文
posted @ 2015-03-13 17:39 Lei Zhang的博客 阅读(3427) 评论(12) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 我们在使用Azure的时候,常常有这样的需求: -我需要将企业内网的主机连接到微软Azure公有云平台 -我需要保证企业内部的网络与微软Azure公有云平台建立VPN连接 通过Azure Virtual Network中... 阅读全文
posted @ 2014-08-27 21:35 Lei Zhang的博客 阅读(1504) 评论(6) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 注意:本文介绍的是Global Azure (http://www.windowsazure.com),如果你使用的是由世纪互联运维的Azure China,请参考下面的连接。 Azure China (8) 使用Azure... 阅读全文
posted @ 2014-06-23 11:27 Lei Zhang的博客 阅读(2656) 评论(4) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 我们知道,Windows Azure VM的IP分为以下两种:Internal IP Address和Public VIP 1)Internal IP Address: 是VM在Azure数据中心的内部网络地址,它是随机获得的。... 阅读全文
posted @ 2014-01-23 11:11 Lei Zhang的博客 阅读(1119) 评论(0) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 在之前的文章中,笔者已经向大家介绍了如何创建一个简单的Azure Virtual Network。 本章我将创建一台域服务器(AD Server),并且将AD加入到Virtual Network中。 1.首先我们登陆Windows Azure Management Portal, http://manage.windowsazure.com 2.修改上一章中我们创建的MyVNet的设置,点击MyVNet,选择Configure,在DNS Server里,下拉MyDNS,然后在IP Address里选择192.168... 阅读全文
posted @ 2014-01-11 17:34 Lei Zhang的博客 阅读(1558) 评论(1) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 本章笔者将介绍如何创建一个简单的 Virtual Network。 1.首先我们登陆Windows Azure管理界面https://manage.windowsazure.com 2.点击 Network Service... 阅读全文
posted @ 2013-12-27 21:53 Lei Zhang的博客 阅读(1768) 评论(0) 推荐(0) 编辑

摘要:《Windows Azure Platform 系列文章目录》 Windows Azure Virtual Network是非常重要的概念,其主要作用有以下两点: 1.将多台Azure VM整合在统一网段或者子网里 Windows Azure Virtual Machine具有两个IP地址... 阅读全文
posted @ 2013-12-23 21:29 Lei Zhang的博客 阅读(1974) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示