Azure Lei Zhang的博客

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

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

2026年7月12日

摘要: 《Windows Azure Platform 系列文章目录》 之前遇到1个问题,记录一下。 1.客户报告,他们创建的Rocky Linux 9.8的虚拟机,加速网卡不是eth1,变成了enP30832s1 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc 阅读全文
posted @ 2026-07-12 18:47 Lei Zhang的博客 阅读(3) 评论(0) 推荐(0)

2026年4月30日

摘要: 《Windows Azure Platform 系列文章目录》 1.部署的总体架构 虚拟机名称 角色 配置 OS 公网IP 内网IP 数据盘 数据盘iops 数据盘吞吐量MBps 同步模式 nameserver01 name server d4s_v5 (4c/16G) centos 7.9 略 1 阅读全文
posted @ 2026-04-30 16:44 Lei Zhang的博客 阅读(19) 评论(0) 推荐(0)

2026年3月26日

摘要: 《Windows Azure Platform 系列文章目录》 前提条件: 1.Azure Application Gateway已经使用的证书,来自Key Vault 2.证书快到期了,我们需要替换证书 这时候有两种方法: 方法一:直接本地上传最新的证书,但是新证书只保存在Azure Applic 阅读全文
posted @ 2026-03-26 20:29 Lei Zhang的博客 阅读(19) 评论(0) 推荐(0)

2025年10月15日

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

2025年8月3日

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