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.
2
votes
0answers
148 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
120 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
332 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
82 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
16 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
35 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
58 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
124 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
89 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
473 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
6 views
Using Zend Framework 1 Service Window Azure Standalone
I am using zend service for window azure wrapper class standaline in my custom application. I would like to know how do i connect to my window azure storage. there seems to be no way i can specify the ...
0
votes
0answers
5 views
RDLC: Embedded image loses transparency when exported to Blob Storage
I have a few RDLC files which have to contain a Watermark. To achieve this, I have created an png image from a WordArt, with text transparency defined as 50%.
I have embedded this image in the RDLC ...