Share via

identify user activity in storage

arkiboys 9,711 Reputation points
2022-07-24T08:45:33.9+00:00

hi,
using logic app, I can send an email if a directory in the blob container was removed.
Question:
Is it possible when sending the email to use one of the functions available to find out who deleted a directory in the container?
Thank you

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

1 answer

Sort by: Most helpful
  1. David Broggy 6,801 Reputation points MVP
    2022-07-25T00:01:13.633+00:00

    Hi Arkiboys,
    The information for who deleted the container should be in the Azure logs.
    If you're logging Azure logs to a log anlaytics workspace you can query it using kql from within your logic app using the log analytics connector.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.