Azure Lei Zhang的博客

weibo: LeiZhang的微博/QQ: 185165016/QQ群:319036205/邮箱:[email protected]/TeL:139-161-22926

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 50 下一页

2021年8月18日

摘要: 《Windows Azure Platform 系列文章目录》 本文介绍的是由世纪互联运维的Azure China。 1.首先我们打开Visual Studio 2019. 2.选择:File > New > Project 3.选择:ASP.NET Web Application(.NET Fra 阅读全文
posted @ 2021-08-18 16:36 Lei Zhang的博客 阅读(383) 评论(0) 推荐(0)

2021年8月4日

摘要: 《Windows Azure Platform 系列文章目录》 最近有一个客户需求,需要批量导出虚拟网络的IP地址、子网和子网的网络安全组NSG (Network Security Group) 设置。 我花了一点时间,写了一个PowerShell脚本,发布在我的GitHub上: https://g 阅读全文
posted @ 2021-08-04 21:48 Lei Zhang的博客 阅读(174) 评论(0) 推荐(0)

2021年7月15日

摘要: 《Windows Azure Platform 系列文章目录》 1.客户遇到了Azure VM密码无法重置的问题,如下图: 2.检查发现,VMAccess Extension被误删除。如下图: 3.我们通过Azure PowerShell可以Reset这个VM Extension #登录Azure 阅读全文
posted @ 2021-07-15 11:01 Lei Zhang的博客 阅读(158) 评论(0) 推荐(0)

2021年7月14日

摘要: 《Windows Azure Platform 系列文章目录》 我们在使用Azure虚拟机的时候,会经常使用Linux SSH 22或者Windows RDP 3389端口号,访问微软云上的虚拟机。 但是把22端口或者3389端口暴露在Internet上是非常危险的,黑客会通过攻击这些端口号对Azu 阅读全文
posted @ 2021-07-14 15:03 Lei Zhang的博客 阅读(787) 评论(0) 推荐(0)

2021年6月28日

摘要: 《Windows Azure Platform 系列文章目录》 在Azure AKS中,可以挂载Azure File作为存储卷。 主要分为三个步骤: 1.创建Azure 存储账户,Azure File和AKS Secret 2.创建PV和PVC 3.创建pod并挂载Azure File 1.首先,我 阅读全文
posted @ 2021-06-28 19:08 Lei Zhang的博客 阅读(802) 评论(0) 推荐(0)

摘要: 《Windows Azure Platform 系列文章目录》 创建完Azure AKS后,可以SSH登录到AKS Node上。这里使用的Node是Linux操作系统 1.我们首先执行下面的命令,查看AKS Node kubectl get nodes -o wide 执行结果: 2.可以查看到,A 阅读全文
posted @ 2021-06-28 18:39 Lei Zhang的博客 阅读(436) 评论(0) 推荐(0)

2021年6月26日

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

2021年6月24日

摘要: 《Windows Azure Platform 系列文章目录》 有关Azure Custom Role的入门材料,可以参考:Azure ARM (17) 基于角色的访问控制 (Role Based Access Control, RBAC) - 自定义Role 自定义Azure Custome Ro 阅读全文
posted @ 2021-06-24 14:39 Lei Zhang的博客 阅读(142) 评论(0) 推荐(0)

2021年5月25日

摘要: 《Windows Azure Platform 系列文章目录》 本文在CentOS 6.10安装Nginx 1.开始安装Nginx (2)安化妆openssl, zlib, gcc依赖 yum install -y gcc zlib zlib-devel pcre pcre-devel openss 阅读全文
posted @ 2021-05-25 23:15 Lei Zhang的博客 阅读(149) 评论(0) 推荐(0)

2021年4月20日

摘要: 《Windows Azure Platform 系列文章目录》 在CentOS 6.10上设置了MySQL Master-Slave,记录一下 主服务器 从服务器 操作系统 CentOS 6.10 CentOS 6.10 MySQL版本 5.7 5.7 内网IP 10.0.1.5 10.0.1.6 阅读全文
posted @ 2021-04-20 15:52 Lei Zhang的博客 阅读(188) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 50 下一页