Log Analtyics - How to use “inverted commas” within search query
问题 I am trying to create a search query for when a Public IP is assigned to a NIC, and then create an alert off that. I can find the part which identifies the assignment, but I need to use "inverted commas" within my search, but I can't... My query: AzureActivity | where OperationName == "Microsoft.Network/networkInterfaces/write" and ActivityStatus == "Started" | where Properties contains "<>" Within that "contains", I need to use the following JSON pulled from the properties JSON (which I