共用方式為


ALBHealthEvent 數據表的查詢

每個 LB 前端的最新 Snat 埠耗盡

列出每個負載平衡器前端IP的最新SNAT埠耗盡事件

ALBHealthEvent
| where TimeGenerated > ago(1d)
| where HealthEventType == "SnatPortExhaustion"
| summarize arg_max(TimeGenerated, *) by LoadBalancerResourceId, FrontendIP