如何访问 Microsoft Azure HDInsight 中的 blob 存储?

How to access the blob storage in Microsoft Azure HDInsight?

我刚刚创建了一个基于 Spark 的 HDInsight 集群。我在创建集群时选择了我之前创建的 blob 存储。但是,我不知道如何从在那里创建的 VM 中访问该 blob 存储。我已经阅读了很多不同的教程,但无法得到正确的答案。

我可以看到默认容器的 folders/files 对应于 VM 中的 HDFS 目录。是否可以将 blob 存储添加到默认容器中,以便我也可以像访问 HDFS 目录一样访问它?

您可以使用 Azure PowerShell 或 Azure CLI 和 cmdlet 访问 blob。

参考:Access blobs in Azure HDInsight.

如果您想使用带有 GUI 的 Azure 存储资源管理器 访问 blob:

参考:Azure Storage Explorer.