I've tried to view log alerts in azure portal but can we view the log alerts using azure powershell or cli?
1 Answers
0
votes
Yes you can use Azure Powershell and CLI to view the log alerts
Get-AzureRmLog
PowerShell command gives you the detailed logs.
You can even also use Log Analytics API to view the logs