When i tried to read extended event file for azure database its giving an following error :
I am able to download .xel file from blob storage and view it through SSMS.
select * from sys.fn_xe_file_target_read_file ( 'http location of .xel file', null, null, null ) but its not user friendly.
Is there is any another way we can view extended event .xel file?