I have downloaded the Azure Audit Logs in my Local Drive.
I am trying to read them from my local machine.
I am using below query
select * FROM sys.fn_get_audit_file('C:\Ran\Audit\Chevron\2020-04-10\01_48_07_838_426.xel',DEFAULT,DEFAULT)
Got below error An error occurred in reading from the audit file or file-pattern: 'C:\Ran\Audit\Chevron\2020-04-10\01_48_07_838_426.xel'. The SQL service account may not have Read permission on the files, or the pattern may be returning one or more corrupt files.
I have given full rights to folder : Chevron[On where the Audit file are placed]