I am creating a simple portfolio/logbog website for a school project (computer science). It is written in Blazor with server-side rendering.
As it is right now, my entries/posts are saved as a string/nvarchar in my database. As of now I am unsure of the size or number of entries I will be making.
This is my first time actually deploying anything and my first experience with Azure.
My thoughts
Would it be a better idea to same the entries in a .md file in Azure Blob Storage?
I already use it for images.