azure-table-storage
Securing Azure Table Storage
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?[详细]
2023-01-31 04:18 分类:问答Add or replace entity in Azure Table Storage
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[详细]
2023-01-30 19:55 分类:问答Working with Azure local Development Storage via SSMS (sql server management studio)
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:[详细]
2023-01-29 14:08 分类:问答Arrays in Azure Table Storage Entities (Non-Byte)
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[详细]
2023-01-28 09:51 分类:问答Implementing set-based constraints in CQRS
I\'m still struggling with what must be basic (and resolved) issues related to CQRS style architecture:[详细]
2023-01-28 04:17 分类:问答Querying azure table storage for null values
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[详细]
2023-01-25 19:53 分类:问答Where are the diagnostics/logs storage tables?
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[详细]
2023-01-25 09:38 分类:问答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.[详细]
2023-01-25 03:18 分类:问答Using lookup tables with Azure Table Storage- worth creating a worker service just to manage this?
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[详细]
2023-01-23 03:26 分类:问答Azure: Can't find TableStorageDataServiceEntity class
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[详细]
2023-01-19 08:12 分类:问答