Azure – KQL – How to clear whitespace in string array
I am creating a workbook in Azure where i am using KQL query and i have to dynamically pass resource groups values in the query from parameter. From Parameter, resourcegroups are coming like {ResourceGroups:label} ==> rg-abc-prod-westus, rg-xyz-ttt-westus . There is…