Azure Lei Zhang的博客

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

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

2025年10月15日

摘要: 《Windows Azure Platform 系列文章目录》 具体的项目在我的github里:https://github.com/leizhang1984/pingmesh 阅读全文
posted @ 2025-10-15 16:42 Lei Zhang的博客 阅读(3) 评论(0) 推荐(0)

2025年8月3日

摘要: 《Windows Azure Platform 系列文章目录》 记录一下之前遇到的问题。 我们在使用Azure负载均衡器的时候,如果多个Azure公网负载均衡器,指向到同一组后端服务器,如果端口都相同的情况下,在设置负载均衡器规则的时候,会遇到错误。 Load balancer rules belo 阅读全文
posted @ 2025-08-03 18:05 Lei Zhang的博客 阅读(22) 评论(0) 推荐(0)

2025年5月23日

摘要: 《Windows Azure Platform 系列文章目录》 有个客户需求,客户希望把Azure Monitor告警与飞书集成。 主要分为三个步骤: 一.创建飞书机器人 二.创建Azure Logic App 三.Azure Monitor告警调用Logic App 一.创建飞书机器人 (1)我们 阅读全文
posted @ 2025-05-23 21:02 Lei Zhang的博客 阅读(122) 评论(0) 推荐(0)

2025年4月30日

摘要: 《Windows Azure Platform 系列文章目录》 之前项目里帮客户写了Azure python code: 部署Azure Resource: https://github.com/leizhang1984/pythonsample/tree/main/azuremanagement 阅读全文
posted @ 2025-04-30 13:45 Lei Zhang的博客 阅读(19) 评论(0) 推荐(0)

2025年3月1日

摘要: 《Windows Azure Platform 系列文章目录》 不要使用使用Ping命令测试Azure可用区之间的延迟,ping使用icmp,优先级低导致测试数据不准确,并也不支持Azure虚拟机的加速网卡 使用4Core或以上核心的CPU 测试环境是West US 3的3台虚拟机 虚拟机名称 内网 阅读全文
posted @ 2025-03-01 19:23 Lei Zhang的博客 阅读(78) 评论(0) 推荐(0)

2025年1月23日

摘要: 《Windows Azure Platform 系列文章目录》 Azure虚拟机为了安全考虑,默认是禁止root账户的。 如果我们需要启用root的密码登录,需要执行下面的操作。 1.我们首先新建一台Linux VM,操作系统选择Rocky 9。 2.编辑SSH配置文件 vi /etc/ssh/ss 阅读全文
posted @ 2025-01-23 16:45 Lei Zhang的博客 阅读(181) 评论(0) 推荐(0)

2024年12月27日

摘要: 《Windows Azure Platform 系列文章目录》 1.说明 (1)本文介绍在Azure新加坡数据中心,部署Dedicated HSM服务。 2.前提要求 (1)我们需要开一个微软支持工单,启用Azure Dedicate HSM服务。具体步骤略。 (2)微软支持团队确认后,我们需要安装 阅读全文
posted @ 2024-12-27 20:05 Lei Zhang的博客 阅读(212) 评论(0) 推荐(0)

2024年11月8日

摘要: 《Windows Azure Platform 系列文章目录》 Azure VM设置反向DNS记录 1.首先,先创建1台Azure VM,部署在Azure Germany West Central。给这台虚拟机挂载1个公网IP地址 2.在自己的DNS域名解析商,做CNAME解析,比如:lei.cyy 阅读全文
posted @ 2024-11-08 16:16 Lei Zhang的博客 阅读(36) 评论(0) 推荐(0)

2024年10月31日

摘要: 《Windows Azure Platform 系列文章目录》 1.问题描述: 之前遇到了部分MySQL 虚拟机,操作系统盘和数据盘的磁盘读取(Disk Read)突增,同时虚拟机可用内存突然减少,最后发生OOM (Out of Memory)。如下图: 2.通过安装Linux ATOP工具,监控虚 阅读全文
posted @ 2024-10-31 19:26 Lei Zhang的博客 阅读(97) 评论(0) 推荐(0)

2024年10月15日

摘要: 《Windows Azure Platform 系列文章目录》 一.需求: 1.有1个Azure CLI的命令,叫 az storage file download --path --share-name [--account-key] [--account-name] 具体可以参考:https:/ 阅读全文
posted @ 2024-10-15 12:54 Lei Zhang的博客 阅读(41) 评论(0) 推荐(0)