Azure files share auditing

dev4 lepide 1 Reputation point
2023-01-04T12:35:48.133+00:00

I want see the audit Logs of Azure files so is there any way to do this? If yes so please guide me on this.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,645 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Shivam Dhiman 5,946 Reputation points
    2023-01-06T04:32:27.1+00:00

    Hi @dev4 lepide

    If you are looking to get the Azure AD audit logs using Graph API, you can use Azure AD Activity reports.

    • To list directory audits, use this GET https://graph.microsoft.com/v1.0/auditLogs/directoryAudits Graph API endpoint
    • To list sigIns, use this GET https://graph.microsoft.com/v1.0/auditLogs/signIns Graph API endpoint
    • To list provisioning, use this GET https://graph.microsoft.com/v1.0/auditLogs/provisioning Graph API endpoint

    Please consent the respective permissions before running the above endpoints.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.

    0 comments No comments

  2. petersonal 86 Reputation points
    2023-09-12T10:53:33.6233333+00:00

    Hi @dev4 lepide !

    Did you managed to find an answer, explicitly on Azure files? If so could you share?

    Thanks

    0 comments No comments