标签: azure
使用该标签的全部文章 "azure".
如何在azure postgresql中触发failed connections指标数据
工作中遇到一个需求,需要定义alert去监控azure postgresql的连接失败次数,但是默认情况下,azure postgresql的这个指标数据是没有值的。所以如果想触发定义的alert,需要想办法触发这指标产生数据,以下是一些可能导致连接失败的常见情况:
在azure vm中安装aap
在azure中创建2个rhel 8.7 vm,一个用于安装controller,一个用于安装hub,并开放相应的端口。具体要求参考:https://access.redhat.com/documentation/en-us/redhatansibleautomationplatform/2.2...
在azure vm中安装nginx
我创建的是ubuntu,记得打开80和443端口,如果你需要支持https的话。给vm设置相应的域名,如yourvm.eastus.cloudapp.azure.com
azure使用tips
通过service principle登录