摘要:
《Windows Azure Platform 系列文章目录》 1.概述 1.我们在使用Azure 云服务的时候,可以通过Azure Portal: https://portal.azure.com,输入邮箱地址和密码,然后通过交互式(鼠标点击)的方式创建或者删除微软云的资源 2.我们也可以通过AP 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 我们在使用Azure Service Principle,通过应用程序开发API方式部署或修改Azure资源的时候,默认的Client Secret过期时间为2年。 很多客户希望Client Secret过期时间大于2年。 我们可以通过 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 1.之前接触一些客户,使用Prometheus Cloud Watch Exporter,把AWS监控指标,与Prometheus整合 https://github.com/prometheus/cloudwatch_exporter 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 本文介绍如何使用Azure Linux设置unbound本地转发和转发域。 1.我们可以通过下面的命令,安装unbound yum install unbound -y 2.启动unbound systemctl start unbou 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 在默认情况下,Azure Linux VM 会安装waagent,而waagent会依赖于Network Manager服务。 当我们修改了resolve.conf的时候,如果重启Network Manager或者重启了Linux VM 阅读全文
摘要:
有如下的表格: ModifyDate| ModifiedBy | TaskID |2018-02-05| Bob | 55444 |2018-02-06| Lily | 55444 |2018-02-08| Sarah | 55444 | 对于每一行,我需要计算每个TaskID在Modifydate 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 在Azure ER专线启动Fast Path,具体的区别如下: 禁用Fast Path 启用Fast Path Azure VM访问本地VM流量,流量不经过ER网关 Azure VM访问本地VM流量,流量不经过ER网关 本地VM流量访问 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 本文主要介绍Azure Linux VM时钟同步问题 在CentOS 8.x上,默认采用chrony配置为使用PTP源同步。Chrony所选时间来源是可以配置的,你可以选择让他从Azure物理机进行时间同步(也就是通过PTP时钟)。 具 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 下面xfs分区 #先格式化磁盘 sudo su - fdisk -l mkfs.xfs /dev/sdb blkid vi /etc/fstab UUID=4329a75b-ac40-4145-b0d5-1007e298b7ef /da 阅读全文
摘要:
《Windows Azure Platform 系列文章目录》 本文介绍的是,资源在同一个tenant下,跨订阅迁移。但是不跨Azure数据中心。 环境搭建 Azure VNet 1和VNet 2,并打通VNet Peering 仅移动Azure VNet 1和相关资源。VNet 2还保留在老的订阅 阅读全文