I am working on content publishing website which have will multimedia markup editor support using that creator can post content (similar to medium editor). We are using azure for hosting our resources.
Server Side
We are planning to store complete blog document in Azure CDN and reference document in Cosmos DB with additional metadata. Each multimedia will be stored in Azure CDN and will be referenced markup document.
Frontend Side
I am new to frontend development and React JS. How do we handle :
Thanks in advance.