Azure not displaying blobs within container in Storage Account

时光总嘲笑我的痴心妄想 提交于 2019-12-12 03:13:40

问题


I've finally been able to upload two videos as blobs into a storage account container. I can see the blobs from the portal when I drill down into Storage > storage account name > Container > container name.

I can also see them from the CLI with the command "storage blob list".

However

When I attempt to upload the content into my Media service account - I select upload content from storage, Select the Account, then the container... and I get the erroneous message that there are no blobs

Clearly, there are - but they are not showing up. Any clues?

(see attached screen shots)


回答1:


Did you try with Azure Media Services Explorer ? It's a very nice tool to work with Azure Media Services without any line of code !

You can download it directly from GitHub: https://github.com/Azure/Azure-Media-Services-Explorer

EDIT : ok, I think I have found why the blob list is empty. I did not saw that your two files have no extensions. I have just repro your issue with a file without extension, as you can see below:

To work with Azure Media Services encoders, your files need to have valid extensions.

Hope this helps,

Julien



来源:https://stackoverflow.com/questions/34403739/azure-not-displaying-blobs-within-container-in-storage-account

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