Top "Azure-storage-blobs" questions

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

How to upload huge files to the Azure blob from a web page

Internally ASP.NET has a 2 GB addressing space, but in reality you only have less than 1 GB free for uploads (…

asp.net azure azure-storage-blobs
azure blob returns 403 forbidden with correct access key

My test site has after a deploy started to get 403 forbidden back when trying to access files from the azure …

azure azure-storage-blobs
Azure file storage access document with direct link

I'm trying to access files which I'm programmatically uploading to the azure file storage. But when pasting the direct url: …

azure azure-storage azure-storage-blobs azure-storage-files azure-files
how to revoke Shared Access Signature in Azure SDK

I could not find any code sample for revoking the created Shared Access Signature access on blob, can anyone provide …

azure permissions azure-storage azure-storage-blobs
What is the maximum length of an Azure blob name

On Azure itself, I find I can make blobs with names of length 1000, but not 1100 (so I guess 1024). Using dev …

azure azure-storage azure-storage-blobs
How Do I Backup Azure Tables and Blobs

I store data in Azure Storage tables and blob storage. I would like to automatically backup my data to protect …

azure azure-storage azure-storage-blobs
Asynchronous download of an Azure blob to string with .NET 4.5 async, await

I'm trying to implement a fully asynchronous blob download with .NET 4.5 async & await. Let's assume the entire blob can …

c# azure .net-4.5 async-await azure-storage-blobs
Upload CSV file into Microsoft Azure storage account using python

I am trying to upload a .csv file into Microsoft Azure storage account using python. I have found C-sharp code …

python azure azure-storage-blobs azure-functions azure-sdk-python
Reading data from Azure Blob with Spark

I am having issue in reading data from azure blobs via spark streaming JavaDStream<String> lines = ssc.textFileStream("…

java azure apache-spark azure-storage-blobs spark-streaming
How to integrate NLog to write log to Azure Streaming log

Currently I am using NLog to write my application errors to a text file. How can I configure NLog to …

c# azure-storage-blobs nlog