I\'m using Azure Table Storage. When I query a table that is empty with parameters other than PartitionKey and RowKey involved, I get an exception.When I have at least one row, the exception doesn\'t
I am new to Azure and wondering what is the 开发者_StackOverflow社区difference between Microsoft.Samples.ServiceHosting.StorageClient and Microsoft.WindowsAzure.StorageClient?Are both being used or sh
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 th开发者_如何转开发e following code:
I am trying to setup a windows server to be my on-premises server. I was able to overcome the connection issues (the Computer Emulator only listens to 127.0.0.1), and now I face a new, more difficult
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 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 am planning on a photo app, and want开发者_如何学JAVA to know how I could upload/ download images from windows phone 7 to the blob storage as well as access the table storage. I don\'t mind placing
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
Getting exception "The property value is larger than allowed by the Table Service" while trying to insert a record in azure table storage.