azure-table-storage
Azure table storage returns 400 Bad Request
400 Error means there’s something wrong with the value of one of your properties. One way to find out is to trace the request/response through Fiddler and see the actual data being sent to Windows Azure Storage. Taking a wild guess, I’m assuming by taking a quick glance at your code that in your model … Read more