Just a reminder to self. If you run into an exception when inserting entities into a Azure Table; make sure that if you have any properties in your tableentry that are of type datetime, they must have a value > 01.01.1601 (and not the default value which is 01.01.0001).
Takes some time to pin point!