本文介绍了如何连接到ADF中的WASB存储?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试连接到WASB存储并从中提取数据。我找不到哪个和哪个连接器能够做到这一点。
I'm trying to connect to a WASB storage and pull data from. I can't find where and which connectors are capable of this.
示例是这个" wasbs://[email protected]/"
Example is this "wasbs://[email protected]/"
谢谢,
Patrick
iLikeAzureSQL
iLikeAzureSQL
推荐答案
由于WASB代表Windows Azure存储Blob,为什么不使用BLOB数据集/连接器?  您的URI包含"blob.core.windows.net"这表示它是blob存储。
As WASB stands for Windows Azure Storage Blob, why not use the BLOB dataset / connector? Your URI includes "blob.core.windows.net" which indicates that it is blob storage.
根据 此文档 ABFS优于WASB。 您需要WASB的特定功能吗?
According to this document ABFS is superior to WASB. Is there a specific feature of WASB you need?
这篇关于如何连接到ADF中的WASB存储?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!