Azure Data Lake Gen2 存储帐户 blob 与 adf 选择

Azure Data Lake Gen2 Storage Account blob vs adf choice

我是 Azure Data Lake Storage Gen2 服务的新手。我有一个启用了“分层命名空间”选项的存储帐户。 我正在使用 AzCopy 移动一些文件和文件夹。从命令行我可以 - 在地址字符串中 - 使用选项“blob”或“adf”字符串标记:

'https://myaccount.blob.core.windows.net/mycontainer/myfolder'

'https://myaccount.adf.core.windows.net/mycontainer/myfolder'

再次在 .\azcopy.exe 复制 命令中。

“显然”两种方式都成功给出了相同的结果。我的问题是:如果我在地址字符串中使用 blobadf 有什么区别吗?如果是,那是什么?

此外,无论我选择什么字符串标记,在 Azure 门户中,文件地址总是与 blob 字符串标记一起给出..

谢谢

blobdfs 表示端点中的资源类型 URL

在存储帐户终结点页面中,您可以看到所有可用的终结点供您用于他们的服务。

blobdfs 都适合您,因为 Azure Data Lake Storage Gen2 都支持它们。但是,在 Gen1 中,您可能只有 blob 服务而没有 dfs 服务可用(如下所示)。在这种情况下,您将无法使用 dfs 端点。