【发布时间】:2018-06-07 15:34:19
【问题描述】:
当我们在 Azure 环境中删除弹性池时,与弹性池关联的警报不会被删除。
我看到他们正在被禁用。有谁知道这是预期的还是错误的?
仅供参考:禁用警报列表 Get-AzureRmAlertRule -ResourceGroup "resourcegroupname" -DetailedOutput | Where-Object {$.Name -like "filterCriteria*" -and $.Properties.Status -ne "Enabled"} |选择名称
【问题讨论】:
标签: azure azure-sql-database sql-azure-alerts azure-elasticpool