Azure Blob存储 - 如何读取源字符串:wasbs://training@dbrainsouthcentralus.blob.core.windows.net

发布于 2025-01-21 00:34:51 字数 1044 浏览 3 评论 0 原文

我正在为Azure数据课程做一个实验室,并且在Azure Databricks中有一些代码可以运行。

我注意到它似乎是从以下位置安装的:

wasbs:// [电子邮件 受保护]

所以我试图弄清楚如何解构上述字符串

WASBS的意思是“ Windows Azure Storage Blob”

字符串[email protected] looks like it means "container name"@"account name" - Which I would think should be something in my Azure Data湖。

我在我的ADL中挖出来,无法找到与“ [Email  preected]

所以我想知道,这到底是从哪里来的?如何追溯到这条路的来源?

I am doing a lab for an Azure Data course and there was some code to run from within Azure Databricks.

I noticed that it seemed to mount something from the following location:

wasbs://[email protected]

So I am trying to figure out how to deconstruct the above string

wasbs looks to mean "windows azure storage blob"

The string [email protected] looks like it means "container name"@"account name" - Which I would think should be something in my Azure Data Lake.

I dug around in my ADLS and was not able to find anything related to "[email protected]"

So I was wondering, where on earth did this come from? How can I trace back to where this path came from?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

渔村楼浪 2025-01-28 00:34:51

url 的构造确实如下:

wasbs://[container-name]@[storage-account-name].blob.core.windows.net[directory-name] (来源)

我在我的 ADLS 中进行了挖掘...

您在 ALDS 中找不到它,它是您订阅中的单独资源。应该有一个名为 dbtrainsouthcentralus 的存储帐户。

注意:它也可能是某些您无权访问的培训订阅中的公共可访问存储帐户,并且由 Microsoft 出于培训目的提供。

The url is indeed constructed as follows:

wasbs://[container-name]@[storage-account-name].blob.core.windows.net[directory-name] (source)

I dug around in my ADLS ...

You won't find it in ALDS, it is a seperate resource in your subscription. There should be a storage account named dbtrainsouthcentralus.

Note: It could also be a public accessible storage account in some training subscription you do not have access to and is provided by microsoft for training purposes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文