繁体   English   中英

Azure Log Analytics 工作区警报规则在使用 Azure powershell 禁用警报规则时给出错误网关错误

[英]Azure Log Analytics workspace alert rule giving bad gateway error while disabling alert rule using Azure powershell

我正在尝试使用以下 powershell 命令禁用目标资源 LogAnalytics 工作区的 Azure 警报规则,

Update-AzScheduledQueryRule -ResourceGroupName $ResourceGroupName -Name $AlertRuleName -Enabled $false

但得到以下错误:

Exception type: Exception, Message: System.Exception: Error in updating Log Alert Rule ---> System.AggregateException: One or more errors occurred. ---> Microsoft.Azure.Management.Monitor.Models.ErrorResponseException: Operation returned an invalid status code 'BadGateway'
   at Microsoft.Azure.Management.Monitor.ScheduledQueryRulesOperations.<UpdateWithHttpMessagesAsync>d__7.MoveNext()
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) 

错误的请求错误太板了,您可以使用Fiddler来捕获详细的错误消息。我在我的站点上进行了测试,它运行良好。 更多详情,请参阅链接

Update-AzScheduledQueryRule -ResourceGroupName "MyResourceGroup" -Name "LogAlertRule1" -Enabled $false

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM