Whilst trying to insert a new row via a TableEntity derived class I hit a strange error;
‘one of the request inputs is out of range’
Looking at my object it all seemed fine to me. The problem was that I had a DateTime property that I had not set. Although it was defaulting to the minimum date time Azure did not enjoy that. So I simply ensure that date property has a reasonable value in it and problem solved.