Tagged Questions

Windows Azure Storage is a highly-scalable, durable, cloud-based storage platform providing four core services: Blobs, Tables, Queues, and Azure Drives.

learn more… | top users | synonyms

16
votes
4answers
728 views

When should i use Sql Azure and when should I use table Storage?

When should i use Sql Azure and when should I use table Storage? I was thinking , use table storage for transaction processing scenarios e.g. debit credit accounts kind of scenario and use Sql Azure ...
10
votes
5answers
2k views

Windows Azure Storage vs. SQL Azure

I saw that there was a similar question asked several months back, but it really didn't address my situation well. Here it goes... I'm in the process of building from scratch a web-based, .NET ...
8
votes
2answers
155 views

EF with Azure - Mixing SQL Server and Windows Azure Storage

I want to use two different data sources in my Azure project: a SQL Server that contains basic partial info regarding an item (allows indexable data and spatial search) a Windows Azure Storage that ...
8
votes
5answers
4k views

Checking if a blob exists in Azure Storage

I've got a very simple question (I hope!) - I just want to find out if a blob (with a name I've defined) exists in a particular container. I'll be downloading it if it does exist, and if it doesn't ...
7
votes
1answer
113 views

Azure/AWS ORM Design Guidelines

I'm designing and implementing .Net ORM that must support both Azure Storage (tables, queues, blobs) and AWS Storage (EBS, SimpleDB, S3) and hide all implementation details behind a common interface. ...
7
votes
3answers
247 views

Tools for viewing and managing Azure storage tables and queues

What tools are available for viewing and managing Azure storage tables and queues - and which do you recommend?
6
votes
1answer
468 views

Azure Storage Table Paging

To implement simple paging in Azure Storage in relatively straight forward: Paging with Windows Azure Table Storage. This can be implemented with continuation token functionality. But. This is just ...
6
votes
2answers
329 views

Getting exception - “The property value is larger than allowed by the Table Service”, what is the max size of a row in azure storage table

Getting exception "The property value is larger than allowed by the Table Service" while trying to insert a record in azure table storage. Follwing is my table structure, string PartitionKey,String ...
5
votes
2answers
647 views

How to filter Azure logs, or WCF Data Services filters for Dummies

I am looking at my Azure logs in the WADLogsTable and would like to filter the results, but I'm clueless as to how to do so. There is a textbox that says: "Enter a WCF Data Services filter to ...
5
votes
1answer
867 views

Azure: How to create the WADLogsTable for capturing diagnostics code?

I have a worker role that I would like to get diagnoistics feedback on... after adding the appropriate connection string to the ServiceConfiguration.cscfg and the following code: ...
5
votes
1answer
549 views

How do you exclude a property from being persisted in Azure Table storage?

If I have a class like this: public class Facet : TableServiceEntity { public Guid ParentId { get; set; } public string Name { get; set; } public string Uri{ get; set; } ...
4
votes
2answers
262 views

windows azure development storage blob service not starting

When I start development storage emulator, I get an error The process cannot access the file because it is being used by another process I guess this is happening only for BLOB, other services i.e. ...
4
votes
5answers
449 views

How can I back up my Windows Azure table storage?

I would like to be able to back up my table storage and also I have a need to move the data (export and import) from my production to development environment on my desktop. Does anyone know of any ...
4
votes
1answer
360 views

Is Windows Azure Storage (Blob, Table, Queue) optimized for access from Windows Azure Roles?

I'm currently looking at Windows Azure to host an ElasticSearch implementation. Loading the application and running it under Java is not that difficult. Currently, ElasticSearch only supports ...
4
votes
1answer
1k views

Perfomance - Table Service, SQL Azure - insert. Query speed on large amount of data

I'd read many posts and articles about comparing SQL Azure and Table Service and most of them told that Table Service is more scalable than SQL Azure. ...
4
votes
8answers
2k views

Querying table storage data with Windows Azure

This question has 2 parts. Is there a way to view the data that is stored locally. I understand that local table storage is actually done using SQLExpress behind the scenes. Where is that ...
3
votes
1answer
72 views

Turning On Diagnostics in Azure eats up transactions - MACommand.xml

We were just trying out the Azure Storage Analytics Service, and something very unusual caught our attention. The transaction count for the diagnostics storage account ( the account to which the ...
3
votes
4answers
88 views

Howto upload/setup default.html page for Azure Blob Storage?

First, how to upload a file to blob root? It seems I have to upload file to a container (which is a folder IMO) Second, if I finally found a way to upload file to root, will default.html page (or ...
3
votes
1answer
75 views

How to instantiate an object in Powershell which must derive from a .Net abstract class

I want to use Powershell to insert entities into Azure Table Storage and therefore need to instantiate a class which derives from the .NET abstract class ...
3
votes
3answers
899 views

Could not load file or assembly 'msshrtmi' or one of its dependencies (Azure Table Storage Access)

I have an HTTPModule that I use to redirect traffic between a website in my data center and a website running on the Azure platform. This HTTPModule retrieves its redirect rules from Azure Table ...
3
votes
4answers
183 views

Is it better to have many small Azure storage blob containers (each with some blobs) or one really large container with tons of blobs?

So the scenario is the following: I have a multiple instances of a web service that writes a blob of data to Azure Storage. I need to be able to group blobs into a container (or a virtual directory) ...
3
votes
1answer
82 views

Azure BLOB storage - Pricing and speed “Within the data center”

I am quite sure I know the answer, just want to make sure I got this right. From Azure In Action : If I use the CloudBlobClient from a WCF service that sits in my WebRole, to access blobs ...
3
votes
2answers
128 views

Refreshing Data on all Azure Instances

What is the best way to refresh the data in all my Azure instances? I have several instances each running the same web role. On role startup data is read from blob storage into local store. ...
3
votes
3answers
215 views

How do SQL Azure and Azure Table Storage compare?

Currently I have a prototype that runs in IIS on my local machine and uses SQL Server Express 2005 for storing data in three SQL tables. I run queries with transactions that employ up to two of those ...
3
votes
2answers
178 views

Azure Blob and Queue Thread Safety

I need some help in understanding the thread safety in azure CloudBlobClient, CloudQueueClient and CloudBlob classes. I am developing a worker role which includes multiple independent job processors ...
3
votes
3answers
145 views

What are current and relevant Azure projects to learn from?

There are many Azure projects on codeplex and scattered over MSDN. Some of them are so old that they use the code-based version of the storage client, and not the compiled version. Which projects ...
3
votes
1answer
615 views

Azure storage error: “The specified blob already exists”, but it doesn't!

I have this code: CloudBlob blob = _container.GetBlobReference(relativefilePath); blob.Properties.ContentType = contentType; blob.UploadFromStream(fileContent); When I ...
3
votes
1answer
275 views

Is this a good/preferable pattern to Azure Queue construction for a T4 template?

I'm building a T4 template that will help people construct Azure queues in a consistent and simple manner. I'd like to make this self-documenting, and somewhat consistent. First I made the queue ...
3
votes
1answer
281 views

Azure Table Storage: Emtpy table query

I'm using Azure Table Storage and when I query a table that is empty with parameters other than PartitionKey and RowKey involved, I got exception. When I have at least one row, the exception goes ...
3
votes
4answers
905 views

Best CMS to use on Windows Azure

I've just started a new software consultancy business and I'm currently putting together designs for my website. We will be at a stage very soon to start converting these into a template for a CMS. I ...
3
votes
1answer
71 views

how can i retrive thumbnail-URL from azure table

i have a some thumbnail in azure blob storage and thumbnail-URL in azure table.i want to retrieve thumbnail URL.after that,when i click on this URL it will show the full image from azure blob.anybody ...
2
votes
1answer
43 views

How to add a new column to an existing azure table storage

We are using azure table storage and have thousands of tables using the same schema. Now we are looking to add another column to these tables. How do we add another column to our existing tables ...
2
votes
2answers
98 views

How to call ffmpeg.exe to convert audio files on Windows Azure?

I run a Web Role on Windows Azure to receive AAC audio files (uploaded by base64 string) and store them into blob. it works fine by now. Next, I also have to convert them into MP3 and store the MP3s ...
2
votes
4answers
75 views

How to restore my Local database to Windows Azure Database?

I have uploaded my application to Windows Azure Now I want to store My Local database to Windows Azure Database. Please Suggest me how do I create table and backup the table there?
2
votes
3answers
36 views

Azure Website with User Editable Content

I have an ASP.Net MVC website running on a shared IIS7 host that allows users to create their own landing page. The website allows users to edit the content, style (edit css via a UI) as well as ...
2
votes
3answers
102 views

Using Parallel.Foreach in a small azure instance

I have a WebRole running on a small instance. This WebRole has a method that uploads a large amount of files to BLOB storage. According to the Azure instances specs, a small instance has only 1 core. ...
2
votes
2answers
68 views

Should I create a new storage account specifically to store Azure Diagnostics data?

I currently have a single "storage account" on Windows Azure for application data. Note that this storage account is tied to the CDN. I want to start collecting diagnostic data and persisting it to a ...
2
votes
1answer
55 views

Limit number of message process attempts in Azure storage queue

I need to keep track of how many failed attempts have been made to process a message in an azure storage queue and delete the message after N unsuccesful attempts. I have searched, but have not ...
2
votes
1answer
203 views

Azure - Updating an existing xml file in BLOB storage

I have XML files stored in BLOB storage, and I am trying to figure out what is the most efficient way to update them ( and/or add some elements to them). In a WebRole, I came up with this : using ...
2
votes
1answer
182 views

CloudBlobContainer.ListBlobs() - using ToList() to reduce transaction cost

I have two code examples : var container = new CloudBlobContainer("address"); var blobs = container.ListBlobs(); foreach (var blob in blobs) { //Do somthing } and this : var container = new ...
2
votes
2answers
109 views

How to gurantee azure queue FIFO

I understand that MS Azure Queue service document http://msdn.microsoft.com/en-us/library/windowsazure/dd179363.aspx says first out (FIFO) behavior is not guarantee. However our application is such ...
2
votes
1answer
186 views

does multiple Azure worker role polling same Queue causes Dead Lock or Poison message

Scenario: if I've spin off multiple Worker roles or ONE Worker role with multiple threads, which polls the new messages in Azure Queue. Could someone please confirm if the this the correct design ...
2
votes
1answer
112 views

Azure Queue Storage vs WCF Services

Could anyone please whether it's a good idea to expose messages via Azure Queue storage or via WCF Services? if we expose messages via Azure it will be resful service and it's more reliable. Any ...
2
votes
1answer
511 views

Uploading Multiple Files to Azure Blob Storage

Pretty new to Windows Azure. I've followed this tutorial: tutorial. It works perfectly however one limitation is that for the application I have in mind, it would need to be possible to upload ...
2
votes
2answers
166 views

How to get 174 GB of data into my Azure Table Storage

I have 174 GB of XML files that I need to get into my Azure table storage, what is the best way of doing this? The XML files should be parsed and their content put into different tables in my Azure ...
2
votes
2answers
256 views

Access times for Windows Azure storage tables

My company is interested in using the azure storage tables. They have asked me to look into access times but so far I have not found any information on this. I have a few questions that perhaps some ...
2
votes
1answer
618 views

Limitations on Windows Azure Table Storage accounts

I am designing a multi-tennant web-based SaaS application that will be hosted on Windows Azure and use Table Storage. The only limits I have found so far are: 5 storage accounts per subscription ...
2
votes
2answers
337 views

Azure Storage Queue very slow from a worker role in the cloud, but not from my machine

I'm doing a very simple test with queues pointing to the real Azure Storage and, I don't know why, executing the test from my computer is quite faster than deploy the worker role into azure and ...
2
votes
2answers
217 views

Architecture for microsoft azure. CSV to SQL

I'm an intern in charge of researching an azure project. At the moment i'm devising an architecture for a part of the project. The goal is to convert multiple csv files to an SQL database in the ...
2
votes
1answer
126 views

What LARGE (high amounts of data and usage) applications/websites are already hosted on Azure?

What LARGE (high amounts of data and usage) applications are already hosted on Azure? And, what database solutions do they use? SQL Azure, Azure Table Storage, or a hybrid model that uses both? Does ...

1 2 3 4 5 6