Add hybrid compute-extension-last-connect

This commit is contained in:
Mike Ray
2024-09-23 14:26:40 -07:00
committed by GitHub
parent e4077cbea9
commit 0bb5407623
@@ -0,0 +1,7 @@
resources
| where type =~ 'microsoft.hybridcompute/machines/extensions'
| where properties.type in ('WindowsAgent.SqlServer','LinuxAgent.SqlServer')
| parse id with * '/providers/Microsoft.HybridCompute/machines/' machineName '/extensions/' *
| parse properties with * 'timestampUTC : ' timestampUTC ';' *
| project timestampUTC, subscriptionId, resourceGroup, machineName
| order by timestampUTC desc