gpt4 book ai didi

powershell - 在资源组上使用 CpuPercentage 时,Azure PowerShell Add-AlertRule 返回错误请求

转载 作者:行者123 更新时间:2023-12-04 21:11:31 25 4
gpt4 key购买 nike

我获取一个 Azure 资源组并尝试添加 CPUPercentage 类型的指标警报规则,但失败并显示 BadRequest。

> $r = Get-AzureRmResourcegroup
WARNING: The output object of this cmdlet will be modified in a future release.
> $a = $r[0]
> Add-AlertRule -Location "West US" -MetricName CpuPercentage -Name CPU98Percent -Operator GreaterThanOrEqual -ResourceGroup $a.ResourceGroupName -ResourceId $a.ResourceId -RuleType Metric -Threshold 98
Add-AlertRule : BadRequest:
At line:1 char:1
+ add-alertrule -Location "West US" -metricName CpuPercentage -Name CPU ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-AlertRule], CloudException
+ FullyQualifiedErrorId : Hyak.Common.CloudException,Microsoft.Azure.Commands.Insights.Alerts.AddAlertRuleCommand

它在门户上运行良好。也还没有同名的警报。我使用的是 Azure 模块版本 1 和 AzureRM 版本 1.0.2。

最佳答案

当警报名称在 Sql Server 上的所有数据库中不唯一时,我收到相同的错误。也就是说,我在同一台服务器上有多个数据库,并尝试创建名为“DTU Percentage”的规则,该规则在创建第一个数据库后会失败。使用唯一名称(“DTU 百分比 DB_NAME”)后,就会创建警报。

不幸的是,听起来您遇到了另一个问题。只是想我会为任何搜索类似错误的人添加这个答案。

关于powershell - 在资源组上使用 CpuPercentage 时,Azure PowerShell Add-AlertRule 返回错误请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33601410/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com