I have created Extended event session for azure database from my local sql server management studio and storing resulting file in azure blob storage. but when i start extended event session it giving me an following error :
I have follow all the steps properly for creating extended events storage account with following steps: 1.Created shared access signature for container storage. 2.Created credential in SQL server using following script :
CREATE DATABASE SCOPED CREDENTIAL [Cre_Name]
WITH IDENTITY='SHARED ACCESS SIGNATURE',
SECRET = 'shared access signature of blob container'
GO
3.In extended event screen i used credential created in step 2.
Also i found that Filestream data is not supported in current version of azure storage. Is this is cause of error? https://msdn.microsoft.com/en-in/library/dn385720.aspx
error 3 : can not find the path specified
. When I use a wrong credential ,it will geterror 1117: The request could not be performed because of an I/O device error
Could you share more info about how to get this error message? – Tom Sun - MSFT