azure-blob-storage
Azure BLOB storage - Pricing and speed "Within the data center"
I am quite sure I know the answer, just want to make sure I got this right. From Azure In Action : If I use the CloudBlobClient from a WCF service that sits in m开发者_Go百科y WebRole, to access bl[详细]
2023-04-06 13:01 分类:问答Why is downloading from Azure blobs taking so long?
In my Azure web role OnStart() I need to deploy a huge unmanaged program the role depends on. The program is previously compressed into a 400-megabytes .zip archive, 开发者_JS百科splitted to files 20[详细]
2023-04-03 06:35 分类:问答How to get a copy file from blob storage in azure startup task?
Is there any power shell command to download file and place at Application Root in Windows Azure start-up task? I have geo location binary file(30Mb)which is downloaded from http://www.maxmind.com/app[详细]
2023-04-01 04:19 分类:问答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 requests the files URI http://me.blob.core.windows.net/mycontainer/9BB34783-8F06-466D-AC20-37A03E504E开发者_开发知[详细]
2023-03-27 03:40 分类:问答Is it possible to list only blobs with a name matching a pattern with the Azure SDK?
The way I had to phrase this question makes me think \"I\'m doing it wrong\" but I haven\'t really gotten how this is supposed to work. The way I have it set up now is that I prefix blobs with an iden[详细]
2023-03-26 00:24 分类:问答Azure Storage Blob types (CloudBlobContainer, CloudBlobClient, etc.) and thread safety
I am developing an azure application which needs at some point to upload(download) a large amount of small blobs to a single container (more than 1k blobs, less than 1 Mb each). In order to speed up t[详细]
2023-03-24 10:07 分类:问答Uploading Multiple Files to Azure Blob Storage
Pretty new to Windows Azure. I\'ve followed this tutorial: tutorial. It works perfectly however o开发者_Python百科ne limitation is that for the application I have in mind, it would need to be possible[详细]
2023-03-23 07:30 分类:问答FTP access on Windows Azure
Quick question. I\'m currently moving a asp.net MVC web application to the Windows Azure platform. Everything is working out okay apart from one thing.[详细]
2023-03-22 11:52 分类:问答create new container azure
I am trying to migrate large data that is required for our website hosted on Azure to access. The data amounts to about 7GB. After reading few forums, I have come to know thatSQ开发者_开发百科L Azure[详细]
2023-03-22 00:24 分类:问答Downloading Azure Blob files in MVC3
Our ASP.NET MVC 3 application is running on Azure and using Blob as file storage. I have the upload part figured out.[详细]
2023-03-21 17:28 分类:问答