Base solution for your next web application
Open Closed

Tenant db in different region? Implications #4028


User avatar
0
mdonogma created

If I have tenants in different regions can I run each of their sql db's on sql servers in each of the regions. They key however is for the same application to be used so I want to deploy an web server in each region to.

Essentially the hosts content will be in my region and tenants will run on db closest to them.

Hope this make sense.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Mdonogma,

    We only store connection string of tenant database, if tenant database is in a seperate db. So, you need to assign correct connection string to tenant according to tenant's region.

    AspNet Zero does not have such a feature if you are asking for that.