Top "Azure-storage-blobs" questions

Azure Blob Storage is a cloud service for storing unstructured binary data.

Create a blob storage container programmatically

I have a requirement whereby on creation of a company an associated blob storage container is created in my storageaccount …

c# azure azure-storage azure-storage-blobs
Get-AzureStorageBlob : Could not get the storage context. Please pass in a storage context or set the current storage context

I am using powershell with Azure cmdlets to try and simply see items in blob storage $StorageContext = New-AzureStorageContext -StorageAccountName 'myblobname' …

powershell azure blob azure-storage-blobs
Storing MemoryStream File to Azure Blob

I have an image that gets dynamically generated via System.Drawing. I am then outputting the generated image to a …

asp.net azure azure-storage-blobs
How to upload a folder to Blob Storage?

I have a worker role that I use to pull data down from Blob Storage OnStart. Currently I'm testing this …

azure azure-storage azure-storage-blobs azure-worker-roles
Stream uploaded file to Azure blob storage with Node

Using Express with Node, I can upload a file successfully and pass it to Azure storage in the following block …

node.js azure express azure-storage-blobs
Azure Blob Storage URL : WASB:// vs HTTP://

I see that there are different kinds of URLS to access a blob storage like shown below: wasb://XXXXXXXXXX@XXXXX.…

azure azure-storage azure-storage-blobs
Upload to Azure Blob Storage with Shared Access Key

UPD: Here is my implemented solution to this problem I'm trying to upload to Azure blob storage via Azure.Storage …

c# azure azure-storage azure-storage-blobs
How to upload zip file to azure blob then unzip it there

I have lot of zip files, which will have few folders and 50+ files in it. How can I upload those …

php azure azure-storage-blobs azure-blob-storage
Friendly filename when public download Azure blob

Is it possible to save a blob with a name of a GUID (or anything else) but when a user …

azure azure-storage azure-storage-blobs