Azure Table Storage Row Limits

February 7, 2025
Last modified 2/7/2025
azure table-storage

What do you do when you can't store your data in Azure storage tables, but the tech is exactly what you. You move on. Just kidding. Let's talk about it.

In an effort to Post My Drafts, I am pushing this out. 3 years later.

The truth, as you expect since most of us have little recollection of so many things, I don't know what I wanted to say, but I'll give it a quick shot.

If you run into the property limit or even the row limit, there are a few ways out. I actually ended up redesigning what I was doing, which is another solution, and was no longer burdened by this issue, but I did implement a solution. Both options below give insight and ideas into the best way to do it. If I remember correctly, I went with a binary, split it up into x number of properties and then rebuild it when needed. It worked surprisingly fast.

When there's a will, there's a way. Anyway, here are a couple references to get you on your way if you find yourself in a bind.

Azure Table storage column size limitations and alternative approach for storing large data | by Madhu raju | Medium

AzureStorageTableLargeDataWriter/StorageTableWriter.cs at master ยท mebjas/AzureStorageTableLargeDataWriter (github.com)

Fun Fact: This post took 879 days to write. Why's this interesting? Because some posts took over a year. Here's what changed