We recently built a Distributed Availability Group cluster. The cluster has three different availability groups within three different domains/region. One primary read/write listener and two other listeners with read-only replicas.
We plan to have an application built with EntityFramework configured in each domain/region. How would we configure EntityFramework connections to properly send read/write connections to the Primary Listener and read-only connections to the Local Listener?
Is there documentation on how to configure connections to communicate with Distributed Availability Group clusters?
Thx