I have a workflow automation from Microsoft Defender that notifies me when Azure ML Computes are out of date and need to be re-created. This is attached to a logic app that sends a slack message with some information about the compute. The workflow JSON output doesnt explicitly say who is the owner of the compute, but it does show the path of the installed apps which has the users first and last name.
I would like to grab snippets from the JSON to then run the command to display more info on the compute and do an @mention to the user in the slack channel.
I am looking for advice on where to look to do this, or if it is even possible in Azure. I have only automated scripts with powershell for onprem services/users, and as many can probably see barely any exposure to logic apps.