Hi,
I am looking for guidance on how the private endpoint will behave when we enable geo replication on services like ACR and cosmosdb.
For Example:
We create a cosmodb account in centralus and enable replication in eastus2. And we create a private endpoint in Centralus. The cosmosdb will have the following FQDNS on the private endpoint
<accountname>.privatelink.documents.azure.com ---- 10.32.. (ip in centralus subnet)
<accountname>-centralus.privatelink.documents.azure.com ---- 10.32.. (ip in centralus subnet)
<accountname>-eastus.privatelink.documents.azure.com ---- 10.32.. (ip in centralus subnet)
Now lets say application wants to use preffered locations and the application wants to use the eastus endpoint.
Will the application request still traverse to centralus region even the preffered loction is eastus since the ip address is from central subnet?
What will happen when the whole centralus region is down, will the application still be able to reach to the eastus endpoint? As we have the private ip for that endpoint in centralus as well
Any guidance on this will be awesome.
And this is the similar behavior for azure container registry replication