I was struggeling with the same. Three things you can try:
- Enherit the ITableEntity on your PersistedPerson class, Set PartitionKey, RowKey and Timestamp properties.
- Make sure Timestamp is in UTC time.
- Specify the Type in the AddEntityAsync like this:
await tableClient.AddEntityAsync(persistedModel, cancellationToken);