4
votes

Pretty new to Azure... I have see a blob in the Azure Management Portal, and also I have a vidéo to upload.

I just want to upload that only one video to that concrete blob, nothing more.

How can I do it? I see "Download", "Edit", "Delete", I can even create a new blob storage...

BUT WHERE IS THE BUTTON "ADD A FILE TO THAT BLOB"?

4

4 Answers

3
votes

If you have the Azure Tools for Visual Studio, you can upload files to your storage account. More info here

3
votes

Unfortunately you cannot add a blob directly to a container from azure portal. What you need is some kind of a tool either you write one or download one. I would recommend Azure Storage Explorer just because I have used it and it does the job, but alternatives are available.

You just need your storage account name and one of the access keys.

You can find the storage account name from Storages section of azure. For the access key you need to go into the storage account and click "Manage Access Keys".

0
votes

There are a number of different storage explorers that enable you to browse and edit files within Storage - see here for a full list. For command line file management you can use AzCopy, PowerShell or XPlat tools - all of which have documentation available here.

0
votes

Suggested Azure tool for such file operations is Azure Storage Explorer , it has a user friendly GUI, and login is easy with Azure username & password credentials.