Microsoft Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.
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-managerI'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-storageHow 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-blobsPlease can someone suggest the best way to upload/download a video blob of multiple GBs size in the fastest …
azure upload download azure-storageFollowing instructions here I have: var connectionString = CloudConfigurationManager.GetSetting("StorageConnectionString"); But connectionString is null, here is my app.config: <?…
c# azure app-config azure-storageI 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-blobsI am trying to access the URL given in Azure for a file on the Azure File Storage format, however …
azure azure-storage azure-storage-filesI'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-storageI'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-blobsPlease 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