how to watch a folder of Azure Storage Explorer BLOB

怎甘沉沦 提交于 2020-06-29 04:11:15

问题


we have some blob containers in Azure Storage, I would like to have a Dashboard with links to some specific folders e.g. to see at one glance the latest files in a specific folder of the Blob Container.

At the moment it is only possible with some clicks, navigation down and sorting into the folder.

I already tried to create a Metrics chart on the Dashboard, but it gives me only BLOB count and stats for the whole BLOB not for granular folders.

Any ideas how to whatch specific folders immediately?


回答1:


Thing is, folders don't exists in Azure Storage Blobs. There are only containers and blobs inside containers. Blobs define virtual folders. Tools like the Azure Portal or Azure Storage Explorer use the / seperator in the blob url as a way to present a virtual folder structure.

So the answer is that it is impossible since there are no physical folders, as stated in the docs as well:

Blob storage offers three types of resources:

  • The storage account.
  • A container in the storage account
  • A blob in a container


来源:https://stackoverflow.com/questions/58431456/how-to-watch-a-folder-of-azure-storage-explorer-blob

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!