Forum Discussion
Bas van der Kruijssen - Live ID
Dec 08, 2017Copper Contributor
Log Analytics Query - Azure Active Directory ExtendedProperties
Hello,
I'm currently working on a query in Log Analytics which requires me to filter on properties which are in the ExtendedProperties field. See below example, I would like to use the Extended...
Noa Kuperberg
Microsoft
Dec 12, 2017You can access a specific item on the array using [1] or [2], and then access an item named "Value" is through ".Value" as shown here:
extend second_item_value = your_array[1].Value
More examples are available here: