blobstorage Questions

5

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

13

Solved

I'm developing an ASP.Net MVC 4 app and I'm using Azure Blob to store the images that my users are going to upload. I have the following code: var storageAccount = CloudStorageAccount.Parse(Confi...
Hootenanny asked 25/10, 2013 at 21:38

2

Solved

I'm not seeing any examples online on how to get all the blobs located inside a certain directory within a BlobContainerClient. Previously, I was using the Microsoft.Azure.Storage packages, but tho...
Flick asked 19/1, 2022 at 22:57

1

Solved

I am trying to figure out what is the benefit of Index Tags vs Creating a full Virtual Folder tree structure in azure blob storage, when i have full programatic control over the creation of the blo...
Inset asked 26/8, 2021 at 9:19

3

Solved

I have a container named "pictures", and have some folders named "Folder1", "Folder2" inside of it. So files of my blob will be addressed like this "http://optimus.blob.core.windows.net/pictures/Fo...
Regression asked 29/5, 2015 at 7:14

3

I've a (fairly large) Azure application that uploads (fairly large) files in parallel to Azure blob storage. In a few percent of uploads I get an exception: The specified block list is invalid. ...
Cyprian asked 16/10, 2012 at 15:11

4

Solved

My understanding was that the Azure CloudAppendBlob was safe from concurrency issues as you can only append to this blob storage and it does not need to compare E-tags. As stated by this post: ht...
Leighton asked 11/9, 2015 at 18:40

3

Solved

MS has announced directory like blob storage, and I'm trying to use it like directories. Having save some blobs by names: Common\Service1\Type1\Object1 Common\Service1\Type1\Object2 Common\Servic...
Tuyere asked 11/11, 2014 at 14:38

1

Solved

My appengine app creates cloudstorage files. The files will be downloaded by a third party. The files contain personal medical information. What would be the preferred way of downloading: Using...

6

Solved

I have about 110,000 images of various formats (jpg, png and gif) and sizes (2-40KB) stored locally on my hard drive. I need to upload them to Azure Blob Storage. While doing this, I need to set so...
Emerson asked 10/10, 2011 at 22:25

3

Solved

I found this exception in my logs I have never seen it before, Im using Hibernate 4.1.7 Does this indicate that my database is corrupted , or this a bug in Hibernate. I found a reference to this e...
Zolly asked 10/9, 2013 at 8:41

4

Solved

The certificate for our Azure blob storage expired today. This is not a certificate provided by us but provided by Microsoft as show in the picture below. How does one go about fixing this? I have ...
Marcelinomarcell asked 22/2, 2013 at 20:54

2

I am trying to access a blob stored in a private container in Windows Azure. The container has a Shared Access Signature but when I try to access the blob I get a StorgeClientException "Server fai...
Saporous asked 4/5, 2012 at 17:35

1

Solved

I am looking at moving to Windows Azure rather than typical hosting however I'm unsure how best to store images. After searching I've found that there are 2 possible solutions - Blob storage or Azu...
Decagram asked 9/6, 2011 at 15:5

4

Solved

I am using plone.app.blob to store large ZODB objects in a blobstorage directory. This reduces size pressure on Data.fs but I have not been able to find any advice on backing up this data. I am al...
Ow asked 16/1, 2009 at 20:51

2

Solved

I understand it is possible to store images in Databases as Binary large objects. But I used to see in some forum web applications that they are stored as flat files in web server machine and retri...
Hackney asked 3/3, 2010 at 12:49
1

© 2022 - 2024 — McMap. All rights reserved.