Azure Lei Zhang的博客

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

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

2024年9月14日

摘要: 《Windows Azure Platform 系列文章目录》 我们在使用Azure AKS的时候,会通过Azure Application Gateway进行服务暴露,主要有三种实现方式: (1)通过AGIC (Application Gateway Ingress Controller)配置 ( 阅读全文
posted @ 2024-09-14 11:43 Lei Zhang的博客 阅读(1) 评论(0) 推荐(0) 编辑

2024年8月21日

摘要: 《Windows Azure Platform 系列文章目录》 本文介绍的是静态创建存储账户,即用户需要提前创建好存储账户 1.我们首先创建Azure AKS集群,步骤略。我们的AKS集群名称为:aks1-27-9 2.Azure AKS 通过NFS File Share挂载的时候,NFS 4.1只 阅读全文
posted @ 2024-08-21 17:42 Lei Zhang的博客 阅读(9) 评论(0) 推荐(0) 编辑

2024年7月10日

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

2024年7月2日

摘要: 《Windows Azure Platform 系列文章目录》 本文介绍的是动态创建存储账户 即用户不需要提前创建好存储账户,由AKS自己管理 Azure AKS 通过NFS File Share挂载的时候,NFS 4.1只支持高级性能层的Azure存储账户。 1.创建名为 azure-file-s 阅读全文
posted @ 2024-07-02 16:38 Lei Zhang的博客 阅读(15) 评论(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的博客 阅读(149) 评论(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的博客 阅读(32) 评论(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的博客 阅读(18) 评论(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的博客 阅读(13) 评论(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的博客 阅读(98) 评论(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的博客 阅读(162) 评论(0) 推荐(0) 编辑