摘要:
《Windows Azure Platform 系列文章目录》 Azure VM设置反向DNS记录 1.首先,先创建1台Azure VM,部署在Azure Germany West Central。给这台虚拟机挂载1个公网IP地址 2.在自己的DNS域名解析商,做CNAME解析,比如:lei.cyy 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 1.问题描述: 之前遇到了部分MySQL 虚拟机,操作系统盘和数据盘的磁盘读取(Disk Read)突增,同时虚拟机可用内存突然减少,最后发生OOM (Out of Memory)。如下图: 2.通过安装Linux ATOP工具,监控虚 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 一.需求: 1.有1个Azure CLI的命令,叫 az storage file download --path --share-name [--account-key] [--account-name] 具体可以参考:https:/ 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 我们在使用Azure AKS的时候,会通过Azure Application Gateway进行服务暴露,主要有三种实现方式: (1)推荐做法:通过AGIC (Application Gateway Ingress Controller 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 本文介绍的是静态创建存储账户,即用户需要提前创建好存储账户 1.我们首先创建Azure AKS集群,步骤略。我们的AKS集群名称为:aks1-27-9 2.Azure AKS 通过NFS File Share挂载的时候,NFS 4.1只 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 最近有1个客户需求,在这里记录一下。 客户提出需要使用Azure负载均衡器(四层负载均衡器),实现主备模式。 场景是负载均衡器后有2台虚拟机 - 平时100%的流量都发送到第一台虚拟机 - 如果第一台虚拟机发生宕机了,则100%的流量都 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 本文介绍的是动态创建存储账户 即用户不需要提前创建好存储账户,由AKS自己管理 Azure AKS 通过NFS File Share挂载的时候,NFS 4.1只支持高级性能层的Azure存储账户。 1.创建名为 azure-file-s 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 部署环境: 1.我们只有1个订阅,1个Virtual Network 2.我们有1个Hub-VNet, 在Virtual Network上设置了DNS Server指向到DNS Svr1, Svr2, Svr3三台虚拟机的内网IP地址 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 我们在使用Azure Storage的时候,经常会基于属性来进行访问控制,我们假设一个场景1: (1)用户:productionuser01可以访问到container以production开头的文件内容,如 contoso.blob. 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 本文介绍的是,国内由世纪互联运维的Azure China 在笔者之前的文档中,我们链接Service Bus,都是通过链接字符串Connection String来连接的。 Windows Azure Service Bus (2) 队 阅读全文