What options are there开发者_如何转开发 to secure Windows Azure Table storage? Is there anyway to create an ACL? e.g. A readonly account, an admin account etc?
I\'m working with Windows Azure Table Storage and have a simple requirement:开发者_开发知识库 add a new row, overwriting any existing row with that PartitionKey/RowKey. However, saving the changes alw
I am trying to write code to access my azure local development storage. I started off by cre开发者_StackOverflow社区ating a new storage for myself:
I\'m looking to store arrays i开发者_StackOverflown Azure Table entities. At present, the only type of array supported natively is byte-array, limited to 64k length. The size is enough, but I\'d like
I\'m still struggling with what must be basic (and resolved) issues related to CQRS style architecture:
Does anyone know the proper way to query azure table storage for a null value.From what I\'ve read, it\'s possible (although there is a bug which prevents it o开发者_运维技巧n development storage).How
I have a problem deploying a WebRole (WCF service) to Azure. My WebRole keeps showing buzy for at least 30 minutes, until I abort it. I deploy through Visual Studio 2010. I’m looking for some trace i
Getting exception "The property value is larger than allowed by the Table Service" while trying to insert a record in azure table storage.
I\'m looking into doing some development for the Azure 开发者_JAVA技巧platform. I don\'t need the full Relational stuff that you get from SQL Azure and I would be quite interested to use Table Storage
I\'ve been working my way through this tutorial. I got stuck when it asked me to make a class that inherits from TableStorageD开发者_高级运维ataServiceContext. I can\'t seem to find the .dll or namesp