Azure Lei Zhang的博客

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

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

2024年7月10日

摘要: 《Windows Azure Platform 系列文章目录》 最近有1个客户需求,在这里记录一下。 客户提出需要使用Azure负载均衡器(四层负载均衡器),实现主备模式。 场景是负载均衡器后有2台虚拟机 - 平时100%的流量都发送到第一台虚拟机 - 如果第一台虚拟机发生宕机了,则100%的流量都 阅读全文
posted @ 2024-07-10 16:21 Lei Zhang的博客 阅读(72) 评论(0) 推荐(0) 编辑

2024年7月2日

摘要: 《Windows Azure Platform 系列文章目录》 Azure AKS 通过NFS File Share挂载的时候,NFS 4.1只支持高级性能层的Azure存储账户。 1.创建名为 azure-file-sc.yaml 的文件,复制下面的内容 注意:skuName为高级性能,协议为nf 阅读全文
posted @ 2024-07-02 16:37 Lei Zhang的博客 阅读(3) 评论(0) 推荐(0) 编辑

2024年6月10日

摘要: 《Windows Azure Platform 系列文章目录》 部署环境: 1.我们只有1个订阅,1个Virtual Network 2.我们有1个Hub-VNet, 在Virtual Network上设置了DNS Server指向到DNS Svr1, Svr2, Svr3三台虚拟机的内网IP地址 阅读全文
posted @ 2024-06-10 21:31 Lei Zhang的博客 阅读(136) 评论(0) 推荐(1) 编辑

2024年4月28日

摘要: 《Windows Azure Platform 系列文章目录》 我们在使用Azure Storage的时候,经常会基于属性来进行访问控制,我们假设一个场景1: (1)用户:productionuser01可以访问到container以production开头的文件内容,如 contoso.blob. 阅读全文
posted @ 2024-04-28 12:03 Lei Zhang的博客 阅读(20) 评论(0) 推荐(0) 编辑

2024年4月25日

摘要: 《Windows Azure Platform 系列文章目录》 本文介绍的是,国内由世纪互联运维的Azure China 在笔者之前的文档中,我们链接Service Bus,都是通过链接字符串Connection String来连接的。 Windows Azure Service Bus (2) 队 阅读全文
posted @ 2024-04-25 17:12 Lei Zhang的博客 阅读(12) 评论(0) 推荐(0) 编辑

2024年4月23日

摘要: 《Windows Azure Platform 系列文章目录》 1.概述 1.我们在使用Azure 云服务的时候,可以通过Azure Portal: https://portal.azure.com,输入邮箱地址和密码,然后通过交互式(鼠标点击)的方式创建或者删除微软云的资源 2.我们也可以通过AP 阅读全文
posted @ 2024-04-23 12:28 Lei Zhang的博客 阅读(8) 评论(0) 推荐(0) 编辑

2024年3月18日

摘要: 《Windows Azure Platform 系列文章目录》 我们在使用Azure Service Principle,通过应用程序开发API方式部署或修改Azure资源的时候,默认的Client Secret过期时间为2年。 很多客户希望Client Secret过期时间大于2年。 我们可以通过 阅读全文
posted @ 2024-03-18 17:26 Lei Zhang的博客 阅读(84) 评论(0) 推荐(0) 编辑

2024年3月15日

摘要: 《Windows Azure Platform 系列文章目录》 1.之前接触一些客户,使用Prometheus Cloud Watch Exporter,把AWS监控指标,与Prometheus整合 https://github.com/prometheus/cloudwatch_exporter 阅读全文
posted @ 2024-03-15 17:47 Lei Zhang的博客 阅读(135) 评论(0) 推荐(0) 编辑

2023年12月25日

摘要: 《Windows Azure Platform 系列文章目录》 本文介绍如何使用Azure Linux设置unbound本地转发和转发域。 1.我们可以通过下面的命令,安装unbound yum install unbound -y 2.启动unbound systemctl start unbou 阅读全文
posted @ 2023-12-25 15:21 Lei Zhang的博客 阅读(311) 评论(0) 推荐(0) 编辑

2023年10月21日

摘要: 《Windows Azure Platform 系列文章目录》 在默认情况下,Azure Linux VM 会安装waagent,而waagent会依赖于Network Manager服务。 当我们修改了resolve.conf的时候,如果重启Network Manager或者重启了Linux VM 阅读全文
posted @ 2023-10-21 10:48 Lei Zhang的博客 阅读(317) 评论(0) 推荐(1) 编辑