我想(以编程方式)列出我的 blob 存储的 url。我正在寻找的网址是https://my_storageaccount_name.blob.core.windows.net/my_container_name/my_file_name
我试过了az storage account list
,az storage blob show
但他们都没有显示网址。
有一个az storage blob url
但是会创建一个 url。我有兴趣列出网址。
有谁知道如何获得这个?
我想(以编程方式)列出我的 blob 存储的 url。我正在寻找的网址是https://my_storageaccount_name.blob.core.windows.net/my_container_name/my_file_name
我试过了az storage account list
,az storage blob show
但他们都没有显示网址。
有一个az storage blob url
但是会创建一个 url。我有兴趣列出网址。
有谁知道如何获得这个?
如果 blob 的 url 总是
https://my_storageaccount_name.blob.core.windows.net/my_container_name/my_file_name
没有配置任何自定义域,只需列出所有带有 blob 的容器,获取容器名称和 blob 名称,并将其放入 URL。
参考:https ://my_storageaccount_name.blob.core.windows.net/my_container_name/my_file_name