I have provisioned Cosmos DB with the following configurations
- West US - Primary => Read & Write
- East US - Secondary => Read
and have configured the private endpoints as shown below
I do understand that Azure will take care of the DNS update to make sure that FQDN points to the right cosmos DB instance in case of a failover.
As I am using Private Endpoints, Am I expected to make any changes/updates on the Private Endpoints in case of a failover?