Base solution for your next web application
Open Closed

Separate database for Each tenant in Azure Sql #9558


User avatar
0
dougmorato created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • v 9.10
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .Net Core

We have just downloaded one demo project and trying to develop a multi tanent sas application using Azure Sql as databse. Is is possible to have seperate databse for each tenant in Azure? Do you have any documentation for the same?


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

    I think this has nothing to do with the database. If you want to assign a different database instance to each tenant, you can refer to TenantManager. You only need to pass the connection string corresponding to the tenant when you create the tenant, and then the ABP framework will call IAbpZeroDbMigrator for structure and database migration.