Top "Azure-storage" questions

Microsoft Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.

Changing Azure Resource Group location

I have a setup in azure with a bunch of resources combined in a resource group. I want my services …

azure azure-sql-database azure-storage azure-web-app-service azure-resource-manager
Azure storage tables vs SQL

I'm just starting to learn Azure and I can't see too many scenarios where you would want to put something …

azure azure-sql-database azure-storage azure-table-storage
Check space used in azure storage accounts in my subscription

How can I check how much space I used in each of my azure storage accounts in my subscription resource …

azure local-storage azure-storage azure-storage-blobs
Best way to upload a blob with a huge size in GBs to azure in the fastest time

Please can someone suggest the best way to upload/download a video blob of multiple GBs size in the fastest …

azure upload download azure-storage
CloudConfigurationManager.GetSetting returning null

Following instructions here I have: var connectionString = CloudConfigurationManager.GetSetting("StorageConnectionString"); But connectionString is null, here is my app.config: <?…

c# azure app-config azure-storage
How to delete a folder within an Azure blob container

I have a blob container in Azure called pictures that has various folders within it (see snapshot below): I'm trying …

azure azure-storage azure-storage-blobs
Azure File Storage URL in browser showing InvalidHeaderValue

I am trying to access the URL given in Azure for a file on the Azure File Storage format, however …

azure azure-storage azure-storage-files
How do I query an Azure storage table with Linq?

I'm not sure where exactly, but I've got the wrong idea somewhere with this. I'm trying to, in a first …

c# linq azure azure-storage azure-table-storage
"404 Resource Not Found" From Azure Blob Storage Document from PUT

I'm attempting to do a PUT request to create a new BLOB. After some initial trouble with Authorization header, I …

rest azure azure-storage azure-storage-blobs
What is the maximum file size which i can upload to azure blob uploadfile method

Please can i know what the maximum file size to upload to the azure storage blob using uploadfile api.

azure cloud azure-storage azure-storage-blobs