Azure 通过 DevOps 监控数据收集规则 (DCR)

Azure monitoring Data Collection Rules(DCR) through DevOps

可以通过powershell 安装监控代理。但是之后需要DCR 我们如何通过 DevOps 部署 DCR?

数据收集规则目前支持以下输入源:

带有 Azure Monitor 代理的 Azure 虚拟机。

There are currently two available methods to create a DCR:

  • Use the Azure portal to create a data collection rule and have it associated with one or more virtual machines.

  • Directly edit the data collection rule in JSON and submit using the REST API.

Source Link

Azure DevOps 服务端不提供任何 build-in 解决方案或 extension/task 来处理此问题。您可能必须如上所述使用 JSON 和 REST API。