0

尝试将网络安全组添加到 Log Analytics 工作区,出现以下错误。这曾经在版本 5.0.0 中工作,但不再适用于 5.0.1。

Set-AzureRmDiagnosticSetting -ResourceId $NsgFrontendSubnet.Id -WorkspaceId $LogAnalyticsWorkspace.ResourceId -Enabled $true -Categories 'NetworkSecurityGroupEvent','NetworkSecurityGroupRuleCounter'

Set-AzureRmDiagnosticSetting:异常类型:ErrorResponseException,消息:诊断设置“服务”不存在。,代码:ResourceNotFound,状态代码:NotFound,原因短语:未在 PAT0056-NetworkSecurityGroupNew:764 char:764 +
+ CategoryInfo 找到: CloseError: (:) [Set-AzureRmDiagnosticSetting], PSInvalidOperationException + FullyQualifiedErrorId : Microsoft.Azure.Commands.Insights.Diagnostics.SetAzureRmDiagnosticSettingCommand

4

1 回答 1

0

这似乎是 GitHub 上报告的一个已知错误:https ://github.com/Azure/azure-powershell/issues/6833

解决它的唯一方法是恢复到 AzureRm.Insights 5.0.0

于 2018-08-07T05:37:19.193 回答