问题
I have created extended event for azure database using SQL server 2016 for which i am specifying event file from azure blob storage.
I have added credential in SQL server with storage access signature of respective blob container.
Whenever i start the session i get following error :
Any idea what is the issue?
回答1:
I have added credential in SQL server with storage access signature of respective blob container.
As far as I know, if we do not provide SQL credential or we do not store the correct shared access signature for the container in credential, the “The specified network password is not correct” error will be returned. According to your description, you have created a SQL Server credential using a shared access signature, but you still get “The specified network password is not correct” error, please make sure whether you specify read, write and list permissions for shared access signature and please ensure shared access signature does not reach the expiry time.
来源:https://stackoverflow.com/questions/40558012/extended-events-file-store-with-azure-blob-storage