简体   繁体   English

具有Azure Blob存储的扩展事件文件存储

[英]Extended events file store with Azure blob storage

I have created extended event for azure database using SQL server 2016 for which i am specifying event file from azure blob storage. 我已经使用SQL Server 2016为Azure数据库创建了扩展事件,为此我从Azure Blob存储中指定了事件文件。

I have added credential in SQL server with storage access signature of respective blob container. 我在SQL Server中添加了具有相应Blob容器的存储访问签名的凭据。 在此处输入图片说明

Whenever i start the session i get following error : 每当我开始会话时,都会出现以下错误:

在此处输入图片说明

Any idea what is the issue? 知道是什么问题吗?

I have added credential in SQL server with storage access signature of respective blob container. 我在SQL Server中添加了具有相应Blob容器的存储访问签名的凭据。

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. 据我所知,如果我们不提供SQL凭据或我们没有在凭据中存储容器的正确共享访问签名,则会返回“指定的网络密码不正确”错误。 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. 根据您的描述,您已经使用共享访问签名创建了SQL Server凭据,但是仍然收到“指定的网络密码不正确”错误,请确保是否为共享访问签名指定了读取,写入和列出权限,并且请确保共享访问签名未达到到期时间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 自动将 SQL 查询结果导出为 txt 文件到 Azure blob 存储 - Export SQL query result as a txt file to Azure blob storage automatically 如何将镶木地板文件从 Azure Blob 存储复制到雪花表中? - How to copy parquet file from Azure Blob Storage into Snowflake table? 我创建了一个文件存储帐户并将 csv 文件插入到 blob 存储中,并且我已连接到 Azure 数据工厂 - I have created a file storage account and inserted the csv file in blob storage and i was connected to Azure Data factory 是否将数据存储到Azure存储,blob或表? - Storing the data to Azure storage, blob or table? 存储图像 - SQL DB与Azure Blob存储 - Storing images - SQL DB vs Azure Blob storage Azure自定义脚本可将数据库从Blob存储还原到托管实例 - Azure Custom Script to restore database from Blob Storage to Managed Instance 备份到Azure存储BLOB时出现SQLVDI错误 - SQLVDI error when backing up to Azure Storage BLOB 有没有办法从本地 Azure Blob 存储批量插入? - Is there a way BULK INSERT from local Azure Blob Storage? Azure中如何上传BACPAC文件到Blob - How to upload BACPAC file to Blob in Azure 我需要将 SQL Azure 中的媒体内容(视频或图像)存储上传到 Azure BLOB 容器 - I need to upload media content (video or image) storage in SQL Azure to Azure BLOB Container
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM