Windows Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.
1
vote
1answer
109 views
How to keep files without overwriting in Azure
We are using azure for our application. Everytime I deploy a new version of the application through Visual Studio it removes all files from azure storage and puts a fresh version from my local files. ...
1
vote
1answer
164 views
how to get sequential set of rows from azure tables ?
My client requests upto an unknow number of items and requires I deliver the batch with sequaltial ids (no fragmentation). Each item has an id. I can store multible items in a row but that number is ...
1
vote
1answer
151 views
ORM code for Azure Dev storage emulator
Tricky question - Does anyone know where the ORM SQL code lives that the Azure Dev storage emulator uses for Table Storage?
I'm wanting to implement a SQL version of Azure Table storage for use ...
1
vote
1answer
233 views
Android video streaming to windows azure
I want to store stream video to the windows azure server from the android camera captured video*.How it possible?
In android i know the use of parcelfiledescriptor class.And i also created a ...
1
vote
1answer
917 views
How to implement Azure table pagination
I would like to know how to implement pagination on Azure table storage?
Since Azure table storage does not support "Skip()" LINQ operation, it is impossible to implement pagination functionality ...
0
votes
1answer
16 views
Update Azure Staging deployment will create new url
I am using cloud service for my web application currently it is in development phase. My all updated code is on staging environment, I have create staging server on May 13, 2012. Now from last two ...
0
votes
1answer
12 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
1answer
109 views
Error in loading Azure Storage 2.0 — could not load Microsoft.Data.OData 5.0.2
My hosted service uses Azure Storage 2.0 (exactly 2.0.5.1 from Nuget). Under Visual Studio 2010 I had no problem. I switched to Visual Studio 2012 and now in some web site of my main web role I get ...
0
votes
1answer
44 views
Add references to my WP8 C# project
I want to add references, like windowsazure.storage to my WP8 C# project, but i keep getting this error:
A reference to higher version or incompatible assembly cannot be added
to the project
...
0
votes
1answer
107 views
Exception when trying to connect to SQL Azure Database
I am completely new to Windows Azure.
I currently have a local db for my .NET application. I have created an azure account along with a relevant SQL Azure Database.
I am working on adding the C# ...
0
votes
1answer
16 views
what is the maximum Size of .sql file that can be uploaded to sql azure management portal???
I am trying to run the .sql file in SQL AZURE MANAGEMENT PORTAL. The size of the .sql file is 9.3GB. When I try to open it, I could not. Please tell what is the maximum size of .sql file that can be ...
0
votes
1answer
76 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 = ...
0
votes
1answer
37 views
Notify all Webrole instnance in windows azure
I'm developing a cloud application, that indexing a large number of documents (with lucene), and hosting a wcf service to search it. I have 3 roles:
I web role, which is hosting the WCF service, and ...
0
votes
1answer
71 views
Can we have Azure SDK 1.8 with CCProj (Azure CCProj)
I have one small Question on Azure SDK 1.8 *.ccproj. Previously we are working SDK 1.7 Azure Project. Now we want to upgrade to 1.8 since azure SDK 1.8 is going to break changes of existing 1.7 sdk ...
0
votes
1answer
89 views
Rails app using Paperclip running on Windows Azure VM
I have a Ruby (1.9.3) on Rails (3.2.9) app running on a Windows Azure Virtual Machine (using a Ruby-Stack-1-9-3-6-Ubuntu-12-10 image). I can successfully deploy to the VM using Capistrano but have ...
0
votes
1answer
83 views
meaning of mshkg000019.blob.core.windows.net in Client Hello packet in ssl
I have captured some pcap files for icloud traffic. I have seen some ssl flows which will have either of following server names in the Client Hello packet
mshkg000019.blob.core.windows.net
...
0
votes
1answer
62 views
Code Igniter: Resolve dependencies for Windows Azure Storage Tools
I am using windows azure blob storage for storing data that the users will upload to my website. My websites has been developed using the Code Igniter framework and as per the documentation for Blob ...
0
votes
1answer
52 views
Azure Table QuerySegmented no return
I am trying to pull a group of entities from an AzureTable and am using the following code to query it.
string partitionKey = string.Format(CultureInfo.InvariantCulture, "{0:d20}", accountId);
string ...
0
votes
1answer
121 views
Using WinRT BackgroundUploader with Windows Azure Blob Storage
In a Windows 8 app using JavaScript, I am trying to upload a file to Windows Azure Blob Storage using a Shared Access Signature defined in this technique but I want to use the WinRT BackgroundUploader ...
0
votes
1answer
55 views
Generic table storage entity retrieval
I am playing with azure table storage entity retrieval and got a good ms example
http://www.windowsazure.com/en-us/develop/net/how-to-guides/table-services-v17/#retrieve-range-entities
in case ur ...
0
votes
1answer
112 views
Creating a container in blob storage Azure - PHP
I am following this tutorial, about manipulating blobs:
http://www.windowsazure.com/en-us/develop/php/how-to-guides/blob-service/
It isn't clear on the following things:
1) How to set up a ...
0
votes
1answer
142 views
Azure File Access / Accessing custom configuration files in windows azure cloud service
I have found a number of articles on stackoverflow which I have tried to use to answer a question I have about file access in a windows azure cloud service.
My application has a number of xml files ...
0
votes
1answer
53 views
Play remote mp3 using Song.FromUri
I am trying to play audio files hosted on Azure blob. I serve them up over HTTP (not HTTPS) and I use SoundEffect.Play from a stream I open using web client. This works great with WAV files.
...
0
votes
1answer
94 views
azure remote desktop cannot see worker role
Recently i began to working with windows azure.
My problem is that i published worker role to my account on windows azure (free trial account).
I do it in visual studio. and Worker role is running- i ...
0
votes
1answer
95 views
Is there a no activity timeout delay with MVC running on Windows Azure with the SQL Server?
I have a new application with no users. I know the first time when I publish to Azure there's a delay as code is compiled. However after the application has been used if I try to access it again in ...
0
votes
1answer
117 views
iOS photo upload to azure fails
I started to study windows azure cloud and how to use it with iOS. My goal is to create an application that uploads a picture taken with iPhones camera and store it to azure.
I opened an azure ...
0
votes
1answer
73 views
Accessing Azure blob storage using Codeigniter
I am looking for a way to do this.
Is it possible, if so how?
Thanks
0
votes
1answer
51 views
System.OutOfMemoryException occurred in Microsoft.WindowsAzure.StorageClient.dll
While retrieving data from Azure Table Storage, I'm recieving this error. Has any1 received this kind of error before
An exception of type 'System.OutOfMemoryException' occurred in ...
0
votes
1answer
136 views
Azure Blob storage REST Api - How to write headers as string
I am new to REST and I am trying to test a REST call to my Private azure blob storage. I downloaded a small REST call testing program that asks for a URL and Headers (both as string).
I need to list ...
0
votes
1answer
50 views
How to optimize transactions costs from testing existence of keys?
I'm designing an application using Azure Storage Blobs/Table/Queue, handling massive amount of data.
One important aspect of the application, is that work will be done if a given key don't exist, and ...
0
votes
1answer
314 views
Streaming Videos from Azure ( Blob or Media Services)
I have an MVC 4 website hosted in azure that needs to upload a video and on a different page allow that uploaded video to be streamed back to a client player.
The first option allows the user to ...
0
votes
1answer
170 views
Azure Cloud storage with Windows Azure Websites
Is it possible to use Azure Cloud Storage with Windows Azure websites?
All of the code samples for Cloud Storage that I have found use Azure Cloud Services with a Web role.
I am using RavenDB ...
0
votes
1answer
39 views
Subdomain mapping
I have shifted my word press blog on my website as its sub domain, but internal pages are still showing old blog's URL.
how can I resolve this problem ?
0
votes
1answer
34 views
Recommended lifetime for Azure Storage Clients?
What is the recommended lifetime for Azure Storage Clients like CloudBlobClient, CloudQueueClient and CloudTableClient?
I typically create one CloudStorageAccount which I pass around (through ...
0
votes
1answer
166 views
Connect to azure-blob through azure-website with php
I have set up an windows azure website (php), and I want to connect to the azure storage (blob) environment. I walked through the How to use the Blob service from PHP tutorial, but that only mentions ...
0
votes
1answer
114 views
How to use self signed certificate with private key in lib curl to download file from windows azure blob storage
I am using libcurl to download blob from windows azure which made as public and succesfully able to download with http site. But if the azure blob storage make as private with self signed certificate ...
0
votes
1answer
46 views
Azure sample application is not working when trying to run in emulator
I am running a azure storage program.
https://www.windowsazure.com/en-us/develop/nodejs/tutorials/web-site-with-storage/
When I am running the application I am getting an error:
throw err;
...
0
votes
1answer
321 views
Connecting to Windows Azure Storage Blob with PHP
I am trying to upload files to Windows Azure with PHP.
I installed it manually by downloading/extracting the .zip from github and copying the files to my server via ftp. I have been following the ...
0
votes
1answer
48 views
How do I monitor performance of Azure Storage operations in my code?
I have a web role that uses Azure Storage while serving requests. Now I see that requests are served damn slow - like dozens times slower that usual. I've looked over the performance counters saved by ...
0
votes
1answer
147 views
Retreiving the etag on an Azure Table storage query
I need to be able to retrieve the etag from an Azure query, and attach them to my entities. The service will be updating the entities on a separate thread, so I need to store the etag of when the ...
0
votes
1answer
75 views
Unable to publish in windows azure
I have followed these steps:
first download the publishsettings file
then import it.
But import gives me error like
There is an error in XML Document (0 0) and after which next time even I ...
0
votes
1answer
60 views
Cannot access Azure table with REST
Have a table that is called "datatags" in the development server. I can access it using the StorageClient. However when I try to use the REST API I get ResourceNotFound error.
I tried with the ...
0
votes
1answer
157 views
confuse about EndUploadFromStream
I am confusing with a problem about upload blobs asynchronously, hopes find answer here.
Please take a look at my code snippet first,
public void UploadMultipleBlobs(List<string> ...
0
votes
1answer
88 views
Windows Azure Table Storage Take Issue
On Windows Azure table Storage I am executing the next query:
CloudTableClient ctc=TableStorage.getTableClient();
String q1=TableQuery.generateFilterCondition(TableConstants.PARTITION_KEY, ...
0
votes
1answer
497 views
Azure download with GetSharedAccessSignature of large file
Through a webpage, I want to allow users to download (very large) file stored on Azure Cloud storage. I use the GetSharedAccessSignature to allow users to download it (note: the Container is protected ...
0
votes
1answer
107 views
Azure Preview Portal reporting error configuring storage
I'm trying to use the Azure Preview. When I try to configure my storage account I receive the following error:
Monitoring Failure: The server encountered an error while retrieving the metric ...
0
votes
1answer
62 views
using a blob on my web application
I was reading API of Windows Azure and I have a question about blobl storage service.For instance, is it possible to use an image from my blob storage account for my website. I saw how to access to a ...
0
votes
1answer
302 views
'RequestBodyTooLarge' when trying to upload Blob to Azure Storage via node createBlockBlobFromStream()
When I'm trying to upload 100MB file to Azure Blob storage, using createBlockBlobFromStream() from azure-node-sdk, I receive the following error:
error: { code: 'RequestBodyTooLarge',
message: 'The ...
0
votes
1answer
26 views
Creating Directory in the Memory
How can we create a directory in the Memory as a stream and then using the System.IO package for the zip the package directory.
Additional Info : I need to do it memory because i will be using it in ...
0
votes
1answer
120 views
Issue while creating subfolder in Azure cloud
I am using the Azure Api provided by Microsoft for cloud storage...I am facing an unusual bug while creating the sub folder.
i.e when I create a subfolder within any container it is created easily ...


