是否可以使用 azure powershell 在 azure 中查看日志警报?
Is it possible to view log alerts in azure using azure powershell?
我已尝试在 azure 门户中查看日志警报,但我们可以使用 azure powershell 或 cli 查看日志警报吗?
是的,您可以使用 Azure Powershell and CLI 查看日志警报
Get-AzureRmLog
PowerShell 命令为您提供详细的日志。
您甚至还可以使用Log Analytics API查看日志
我已尝试在 azure 门户中查看日志警报,但我们可以使用 azure powershell 或 cli 查看日志警报吗?
是的,您可以使用 Azure Powershell and CLI 查看日志警报
Get-AzureRmLog
PowerShell 命令为您提供详细的日志。
您甚至还可以使用Log Analytics API查看日志