Hi,
I’m experimenting with a trial version of the Cloud Replicator. I have it pointed to an Azure Storage Table and have it set up to replicate the Item table (27). I did an initial test a few weeks ago and it copied over fine, however, when I just tried to run the replication again tonight I received an error suggesting I’ve reached the limit for the number of columns for Azure Storage Tables (error message below). Some googling suggests it’s a limitation of the Storage API – is that correct? Are there any work arounds (besides limiting the number of columns or using Cosmos as a sink)?
WS Call failed (400) {“odata.error”:{“code”:”TooManyProperties”,”message”:{“lang”:”en-US”,”value”:”The entity contains more properties than allowed. Each entity can include up to 252 properties to store data. Each entity also has 3 system properties.\nRequestId:xxxxxx\nTime:2024-12-17T02:03:06.9980062Z”}}}