For all those working with Azure Table Storage and using the DateTime DataType, here is a quick tip!!
Ensure that you set the DateTime datatype with a valid value…while the dev fabric will allow you to get away without setting the value, the Azure prod fabric will not accept a junk value in the DateTime field and you will get a “One of the input values is out of range exception”!
Hope this helps save a few debug cycles as you move from Dev to Prod!!
Cennest!