Top "Blobstorage" questions

Azure Blob 400 Bad request on Creation of container

I'm developing an ASP.Net MVC 4 app and I'm using Azure Blob to store the images that my users are …

asp.net-mvc-4 azure azure-storage azure-storage-blobs blobstorage
Upload file to Azure Blob Storage directly from browser?

Is it possible to create an html form to allow web users to upload files directly to azure blob store …

azure azure-storage-blobs blobstorage
How to list subdirectories in Azure blob storage

MS has announced directory like blob storage, and I'm trying to use it like directories. Having save some blobs by …

list azure subdirectory blobstorage
Maximum request length exceeded despite config values being set

I am having some issues when uploaded files of greater than 4MB to blob storage using an MVC application that …

asp.net-mvc-4 file-upload web-config blobstorage maxrequestlength
Don't Overwrite Azure Blob Storage

I have a method which adds files to a Azure Blob Storage the problem is i'm trying to specify a …

c# azure cloud azure-storage-blobs blobstorage
Windows Azure Storage Certificate Expired

The certificate for our Azure blob storage expired today. This is not a certificate provided by us but provided by …

azure blob blobstorage
uploading image to azure blob storage

I know this question can be interpreted as a duplicate, but I can simply not get the blop service working. …

c# azure windows-phone-8 azure-mobile-services blobstorage
ERROR: The specifed resource name contains invalid characters. ErrorCode: InvalidResourceName

ERROR: The specifed resource name contains invalid characters. ErrorCode: InvalidResourceName 2019-10-31T10:28:17.4678189Z <?xml version="1.0" encoding="utf-8"?>&…

azure-devops blob azure-storage-blobs blobstorage azure-storage-account
Delete folder(s) inside Azure Blob storage container

I have a container named "pictures", and have some folders named "Folder1", "Folder2" inside of it. So files of my …

c# directory azure-storage azure-storage-blobs blobstorage
How to use SharedAccessSignature to access blobs

I am trying to access a blob stored in a private container in Windows Azure. The container has a Shared …

azure azure-storage-blobs blobstorage