Hi @Vipal Mehta,
As per MS Document multi-region writes in Azure Cosmos DB is supported in Cosmos DB NoSQL API
if there are any ways we can achieve that for the same on the setup?
If your application has read-intensive workload you can leverage the Read replicas - Azure Cosmos DB for PostgreSQL it allows you to replicate data from a cluster to a read-only cluster. Replicas are updated asynchronously with PostgreSQL physical replication technology while write workloads can be directed to the primary.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.