如何使用 ARM 模板在 azure monitor 中配置新警报?
how to configure the new alerts in azure monitor using ARM templates?
我正在研究 Azure 资源管理器模板,目前我为虚拟机、SQL 服务器、服务总线和 Web 应用程序等各种 azure 资源创建了 ARM 模板...
但是,为此我想使用 ARM 模板而不是通过 azure 门户在监视器中配置 azure 警报。
我按照以下链接在 azure monitor 中配置新的警报体验:
- The next generation of Azure Alerts has arrived
- The new alerts experience in Azure Monitor
- Create, view, and manage alerts using Azure Monitor
谁能建议我如何使用 ARM 模板在 azure monitor 中配置新警报?
此 article 展示了如何使用 Azure 资源管理器模板在 Azure Monitor 中配置较新的指标警报。资源管理器模板使您能够以编程方式在整个环境中以一致且可重现的方式设置警报。较新的指标警报当前可用于这组资源类型。
我正在研究 Azure 资源管理器模板,目前我为虚拟机、SQL 服务器、服务总线和 Web 应用程序等各种 azure 资源创建了 ARM 模板...
但是,为此我想使用 ARM 模板而不是通过 azure 门户在监视器中配置 azure 警报。
我按照以下链接在 azure monitor 中配置新的警报体验:
- The next generation of Azure Alerts has arrived
- The new alerts experience in Azure Monitor
- Create, view, and manage alerts using Azure Monitor
谁能建议我如何使用 ARM 模板在 azure monitor 中配置新警报?
此 article 展示了如何使用 Azure 资源管理器模板在 Azure Monitor 中配置较新的指标警报。资源管理器模板使您能够以编程方式在整个环境中以一致且可重现的方式设置警报。较新的指标警报当前可用于这组资源类型。