I am developing a Saas based application which has hybrid DB architecture (Azure SQL Server
and
Azure Cosmos DB
).
To manage SQL Server Tables, Stored procedures, triggers and functions we will create a SQLDB project (.sqlproj
). Also we can generate .dacpac and deploy in the sql server.
As like SQL, we will have collections, stored procedures, triggers and functions in Azure CosmosDB.
How to manage CosmosDB collection, procedure, trigger? Is there any project templete available to manage? Suggest a solution to proceed.