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

0
votes
0answers
6 views

Storage Exception Azure (using java APIs provided by Azure)

i am getting following exceptions while uploading data to cloud(Azure). can anyone please help regarding the same? com.microsoft.windowsazure.services.core.storage.StorageException: Server failed to ...
2
votes
0answers
29 views

Checking if item exists in Azure blob container takes forever (SDK 2.0)

I am in the process of upgrading my c# solution to use the new Azure SDK 2.0 libraries. I have made minor changes to account for the breaking changes in the 2.0 libraries but other than that, it 's ...
0
votes
1answer
17 views

Code Changes in MVC4 app while moving Static Content to blob storage

I am moving my MVC4 application static data like(CSS,IMG,Javascript,etc) to Azure Blob storage enabled with CDN. It will offload my server and in return will increase system Performance and ...
2
votes
1answer
32 views

Azure: requests to BLOB storage hit CPU?

I'm trying to calculate costs of delivering, viewing and clicking images using Azure services. I want to avoid using as much CPU as possible but I'm a bit confused. When someone navigates to an image ...
2
votes
1answer
40 views

Downloading files from javascript

I have a .NET web application that houses a large number of downloadable documents. I want to move these files offsite to Azure storage. However, given a particular file's URL, I need a way to ...
1
vote
1answer
21 views

Import MySQL db into MS Azure

I want to import a MySQL schema into a db in Microsoft Azure, I have read I need to have the file with the schema in BACPAC format, after that the file can be uploaded and imported in MS Azure. How ...
1
vote
2answers
37 views

Can't programmatically set permissions to blob container in Azure Storage

After creating a blob container with CreateIfNotExists(), I immediately call SetPermissions() to allow users public access to the blobs in the container, but not to the container itself. Like so: ...
0
votes
0answers
10 views

Prevent Browser to cache image stored in Azure Blob

I am displaying images in my web app. Images are stored in Azure Cloud. Problem is, browser is caching images which is not required in admin app. A way to handle caching is to add timestamp as ...
0
votes
1answer
42 views

How to enable seeking in Azure Blob stream

I have a BlobStream that is created from the method OpenWriter. var blob = CloudContainer.GetBlobReference(name)); if (blob == null) { return null; } return blob.OpenWrite(); Using this stream ...
0
votes
0answers
30 views

Saving images in Azure Blob Storage using Lightswitch 2012

I have a lightswitch application which currently stores all data in SQL Azure - including images. But I would like to keep the images separately in Azure Blob Storage and all non-binary data as it is. ...
1
vote
2answers
39 views

Proper use of Azure storage. (When to use SQL, Tables and Blobs)

I am relatively new to Azure storage and have been implementing a solution for some time now. And I keep hitting obstacles, making me feel that I'm not applying the right storage type for the data I'm ...
0
votes
1answer
33 views

nullpointerexception on azure blob

I'm trying to connect my camera application to the blob storage in window azure. This is how my app works. It takes picture then display it on the imageview at the camera class. there will be a report ...
0
votes
1answer
46 views

upload image(blob) to specific container in azure

I did a camera application and i want to upload the picture taken by the camera into the blob storage in azure. Below is the code for me to select image from gallery and upload through the SAS URL. ...
0
votes
1answer
14 views

not applicable for the arguments azure

The method delete(Object, TableDeleteCallback) in the type MobileServiceTableBase is not applicable for the arguments (JsonObject, List>, new TableDeleteCallback(){}) Error code above. ...
0
votes
0answers
24 views

Block blob storage uploading/downloading is very slow

I have created Azure Storage account in East US. I am uploading/downloading a ~10 MB file from Boston, US and Bangalore, India. It takes 3 to 5 minutes from Bangalore and 15-25 seconds from Boston to ...
1
vote
2answers
45 views

Is it possible to have the Windows Azure emulator open the browser to a URL other than 127.0.0.1

Simple question but lots of meaning/discussion behind!!! Is it possible to have the Windows Azure emulator open the browser to a URL other than 127.0.0.1 and port 81?
0
votes
1answer
65 views

Cannot delete blob: There is currently a lease on the blob and no lease ID was specified in the request

When I attempt to delete a blob from my storage account container, I get an error message, "There is currently a lease on the blob and no lease ID was specified in the request." I have 4 virtual ...
-1
votes
0answers
30 views

x-ms-version of Azure Blob Storage reset to 2009-09-19 by unknown reason [closed]

I have set the default x-ms-version of Azure Blob Storage from '2009-09-19" to **'2012-02-12' through blob service REST API (http://msdn.microsoft.com/en-us/library/windowsazure/hh452235.aspx). ...
0
votes
0answers
16 views

Unable to get custom domain validated

I've followed the steps to create a guid-based CNAME for my custom domain with my domain registar (GoDaddy). The Azure verification keeps failing, but I think it is because GoDaddy isn't replicating ...
0
votes
2answers
67 views

Does CDN improve latency over plain Blob Storage for download-once blobs?

I am considering a solution for a high traffic website (millions of visits / day) where some content is served directly from the Windows Azure Blob Storage to visitors. The content to be served from ...
0
votes
0answers
34 views

Windows Azure ios Toolkit blob storage

I am new to ios. I following the example at https://github.com/WindowsAzure-Toolkits/wa-toolkit-ios but facing some error. For example I upload 3 images by using the blob storage,I cannot load the ...
0
votes
1answer
103 views

Windows phone 8 image uploading to windows azure

I want to upload Image from my windows phone 8 application to azure , I have searched a lot and found various solutions in windows phone 7 all are using "Phone.Storage" , but when I try to ...
0
votes
1answer
89 views

Checking if container and blob exist in Azure Blob Storage using built in Exists method

I found this extension method to check Blob storage exists Testing Existence of a Windows Azure Blob Checking if a blob exists in Azure Storage However, I found similar build in utility methods ...
0
votes
2answers
87 views

How do I define a read-only access connection string for a container in Azure?

In an Azure subscription I have a Storage account with multiple defined containers. Currently all of my code uses the primary access key for the connection string to read and write data to the ...
0
votes
1answer
54 views

Download BLOBs from Azure

What is the best way and the best practice to download large BLOBs from the Azure storage? I want to use Shared Access Signature or Shared Access Policy to make a local copy of BLOBs. The estimated ...
1
vote
2answers
62 views

Azure REST WebClient PUT Blob

I'm trying to simply upload a new blob to an Azure Storage countainer using WebClient like this : var sas = "[a new generated sas with Read, Write, List & Delete permissions]"; var sData = "This ...
0
votes
0answers
30 views

CSUPLOAD- Azure Disk not visible in disks after uploaded on azure storage

I am facing issue in CSUpload – Add-Disk command, I am uploading a .VHD file from On Premise to Azure storage. CSUpload is completed 100%- but further processing is pending. After that processing ...
1
vote
0answers
83 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 ...
0
votes
1answer
211 views

Uploading images to azure blob storage with windows phone 7

I have been trying for the longest while to find a way to upload images using windows azure blob storage with windows phone. I tried using windows azure storage client for windows phone but that does ...
0
votes
1answer
88 views

Can't rename blob file in Azure Stroage

I am trying to rename blob in azure storage via .net API and it is i am unable to rename a blob file after a day : (. Here is how i am doing by creating new blob and copy from old one. var newBlob ...
0
votes
0answers
11 views

Maximum filename length while uploading using Blob Storage

I just want to know that is there any maximum filename length while uploading file through Blob storage.when i am uploading my file then they are uploading successfully but when i am trying to ...
0
votes
0answers
76 views

Why is my task that wraps a call to CloudBlockBlob.BeginDownloadToStream blocking forever when run in ASP.NET?

I have an issue where a Task created with Task.Factory.FromAsync is never completing. Its status remains on System.Threading.Tasks.TaskStatus.WaitingForActivation when I run the code through a web ...
2
votes
1answer
125 views

Azure Blob Storage - listblobs in $logs container

We have a azure blob storage, with logging enabled. I can view these logs and download the blobs using the Management Portal. But now I'm trying to list those logs using the Client api. Something ...
0
votes
0answers
198 views

Upload image to Azure blob storage from Windows Phone. Not creating

I am using Windows Azure to store images in my windows phone application. The camera takes a photo and the chosen photo stream is then uploaded. However it is throwing NO error but is not uploading? ...
0
votes
1answer
44 views

ImageResizer: web.config AzureReader configuration for cloud/development

I'm using ImageResizer (http://imageresizing.net/) and I've configured the AzureReader in the web.config file as follow: <resizer> <plugins> <add name="AzureReader" ...
0
votes
1answer
40 views

Retrieving msi package from azure blob storage using memory stream results in invalid file

I have a method that returns an msi package using a filestream. public FileStream DownloadMsiFileStream() { FileStream fs = new FileStream(@"C:\temp\test.msi", FileMode.Create, ...
-1
votes
3answers
130 views

Fail to download a file programmatically (C#)

I write a c# program connected to an Azure Storage Account. Given a blob URI, I need to download the file to a local file and execute it. Here's my piece of code: var blobClientCode = ...
0
votes
1answer
77 views

download from blob when given its uri fails in c#

I'm trying to download a file from Azure blob and save it locally, but it seems to fail. Here's the relevant code: var blobClientCode = client.CreateCloudBlobClient(); string codeUri = ...
2
votes
1answer
48 views

run an executable that was downloaded from blob into stream in c#

I've downloaded an executable file from my Cloud blob, and now I want to run the file. here's my relevant piece of code: Stream codeContent = new MemoryStream(); ...
2
votes
2answers
221 views

How to upload image to azure blob storage using javascript

I think the question says it all: How can I upload an image to an azure blob storage using JavaScript for Windows 8 Apps? I can only find examples for C# on the internet but nothing for JavaScript.
0
votes
1answer
45 views

executing script file from azure blob and write its results to file

I'll explain the task requested from me: I have two containers in Azure, one called "data" and one called "script". In the "data" container there's a txt file with data, and in the "script" container ...
0
votes
3answers
46 views

CloudBlobClient .setTimeoutInMs() do not work

I am trying to set time out value for: CloudBlobClient cloudBlobClientUserData = cloudClientAccountUserData.createCloudBlobClient(); cloudBlobClientUserData.setTimeoutInMs(60000); //1 Minute ...
0
votes
1answer
69 views

Techniques for storing objects larger than 8MB in Azure cache

Does anyone have any suggestions for how you could store objects that are larger than 8MB in the Azure Cache. In my case i use byte[] to store files in the blob. But if i could somehow split the ...
0
votes
1answer
43 views

Blob upload unauthorized Server failed to authenticate the request exception

I used this code a week ago and everything was fine. My colleagues are still using the exact same code and they have no problem at all. StorageCredentialsAccountAndKey heronStorage = new ...
2
votes
1answer
124 views

C# downloading from Windows Azure Storage returns an empty file without any exceptions

I'm trying to use Windows Azure Storage for my Windows Store App with Mobile Services to store images. I made uploading work by following this guide: ...
0
votes
0answers
28 views

windows azure blob storage

I want to upload image in BLOB format in Windows Azure. Currently I am trying this functionality on my local machine. below is my code but it's giving error: ...
1
vote
0answers
44 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
1answer
44 views

Archive Path in IIS Media Services

I am running a azure windows virtual machine with IIS Media Services. I am using this vm as a media server. It is used to create my publish point s for live and on-demand videos. Here I'm having a ...
0
votes
2answers
42 views

How to reference js and css files in page head in azure storage?

How to reference js and css files on page head in azure storage ? I have tried : CSS/AppConst.css // --> this working only locally ~/CSS/AppConst.css I am getting this error : GET ...
0
votes
0answers
47 views

windows azure zip blop containers into stream and upload It as New Blob using c#

I am using windows Azure. And I need to Zip the Blop Container (Folder) and then Upload that ZIp Stream as New Azure Blop . and Upload Stream is not showing error but it not upload any bytes. if i ...

1 2 3 4 5 10