Extended events file store with Azure blob storage

心不动则不痛 提交于 2020-01-05 05:52:35

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!