Hi Nitya V,
Thanks for reaching out to Microsoft Q&A.
What does your data Growth Analysis say about the sudden increase of your db size? most probably this will give you the required info. Table Growth: Examine the growth patterns of individual tables. Identify any specific tables that have experienced significant growth during this period.
Try to find the index size which will aid in helping find the exact cause of particular object which is causing size increase. Index Size: Check if index sizes have increased. Bloated indexes can contribute to database size. https://learn.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/sys-dm-db-index-physical-stats-transact-sql?view=azuresqldb-current
Setting up strategy for bigger tables:
It is always recommended to maintain archiving or partitioning strategy with so many records in a table. https://reintech.io/blog/managing-data-growth-archiving-azure-sql-database
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.