skip to Main Content

Retrieve last string in KQL query output in Azure

I am running an KQL Query in Azure Resource Graph Explorer: resources | where type == 'microsoft.network/virtualwans' and tags.CompanyTag =~ 'Company' | extend WANname = tostring(name) | extend VPNsite = tostring(properties.vpnSites) And the output of this is {"id":"/subscriptions/companysubscriptionid/resourceGroups/companyresourcegroupname/providers/Microsoft.Network/vpnSites/NAMEOFTHEWAN"}] I only…

VIEW QUESTION

Azure – Compute Usage in KQL

Usage - List I'm trying to get Compute Usage List using KQL in Azure, you can find it in above link for reference. { "value": [ { "unit": "Count", "currentValue": 17, "limit": 19, "name": { "value": "aaaaaaaaaaaaaaaaaa", "localizedValue": "aaaaaaaaaaaaaa" }…

VIEW QUESTION
Back To Top
Search