Azure Storage Blob helps in storing Binary Data (of any type and any format). Blobs are categories into Containers. There are two types of blob as Page Blob and Block Blob. There are security features also available which operate at Container level and Blob level as well.

learn more… | top users | synonyms

2
votes
0answers
168 views

Resizing images and uploading blobs faster to windows azure using WP

I am trying to build a windows phone app to upload images to azure storage. I am current using the nuget package - Windows Azure Storage Client Library for Windows Phone and the sample to code to ...
2
votes
0answers
133 views

Azure migrate from GTE CyberTrust Global Root to the Baltimore CyberTrust Root

I am new to Azure, I am running one web-application (ASP.Net, 4.0, C#) using SQL AZURE as database on one small instance of VM cloud service, I am also use Azure blob storage to save my files & ...
2
votes
0answers
342 views

How to generate multiple temporary access URLs for the same Azure blob?

We are developing different client apps that use files in the Cloud. Files must be stored safely in the Cloud with a secure authorize access. Also it must be possible for several client apps to read ...
2
votes
0answers
83 views

How to track individual objects, that are out of order, and then Joining() the consecutive ones?

I'll start by saying is going to be a little tougher than blindly joining byte[] together. My big picture goal is to optimize an application that currently uploads many 512byte pages to a web ...
1
vote
0answers
23 views

Azure blob storage as ROR's Dragonfly data store

With EngineYard recently adding Azure's IAAS in their bucket, one of our client is deciding to migrate to Azure blob storage. In the application, we are using predefined S3 data store settings for ...
1
vote
0answers
40 views

blob.uploadtext to the same blob from multiple threads

A beginner question but I could not find a definite answer anywhere else. What will happen if I use blob.uploadtext() to update the same blob at the same time from two different threads? Will the ...
1
vote
0answers
62 views

how to link css file to aspx in azure host?

I have asp.net app that I am trying to upload to azure host. first I have try to link in the traditional way with Css folder and link to it <link ...
1
vote
0answers
136 views

Unable to parse CloudStorageAccount

Microsoft.WindowsAzure.CloudStorage.CloudStorageAccount.TryParse("DefaultEndpointsProtocol=http;AccountName=your_storage_account_name;AccountKey=your_storage_account_key"); always returns false. I'm ...
1
vote
0answers
95 views

HTTP or HTTPS (SSL) for Azure blob storage within Microsoft data centres

Is HTTP or HTTPS (DefaultEndpointsProtocol in the storage connection string) recommended for blob requests within the Azure data centre? That is, between Azure role instances and blob storage. I can ...
1
vote
0answers
40 views

Load uncompiled user control / page from Azure Blob

I have published website on azure. Let say I have one new client subscribes so what i want to do add one customize page (aspx&aspx.cs) or user control files then I will upload it on azure blob ...
1
vote
0answers
56 views

can anyone help to create a Shared Access Signature using objective c

i want to create a following url to access my account on window azure. http://myaccount.blob.core.windows.net/ebooks/pgmingAzure.pdf? ...
1
vote
0answers
482 views

Windows Azure Drive - Access Denied Exception

I am trying to write a test WCF service which writes image files into Azure Drive storage: Below is the code I have written: var storageAccount = ...
1
vote
0answers
326 views

SL4 -> MEF DeploymentCatalog fails to download file with SecurityException

I have a silverlight app which is hosted on an azure webrole. I use the MEF deployment catalogs to load additional xap files at runtime. Now I want to store these additional xap files in azure blob ...
0
votes
0answers
8 views

Hosted audio file only plays in Chrome once

I have a hosted audio file (http://foundbite.blob.core.windows.net/foundbites/2306527074.m4a) which seems to play ok in Chrome using the default player but only once. When it reaches the end of the ...
0
votes
0answers
18 views

Error playing audio file from Windows Azure blob storage

I have an audio file stored in Windows Azure blob storage. The file is m4a and the content/mime type is set to audio/mp4. When accessing the file in Chrome or jPlayer the file plays fine once but then ...

1 2 3 4 5 8
15 30 50 per page