maintaining different schemas across environments work seamlessly in the SQL database dacpac deployment, particularly for managing environment-specific configurations?

Sandeep Kumar 0 Reputation points
2024-09-06T05:49:56.07+00:00

I have quick question on dacpac deplpyment in Azure sql database deployment will maintaining different schemas across environments work seamlessly in the SQL database, particularly for managing environment-specific configurations?

One of the requirement involves keeping certain schemas and tables in the DEV environment without propagating them to other environments(qua and prd).

As understand Roles+permissions seamlessly works across environments with the help of dacpac deployment but is it possible to have different schema across the environment and not propagating it to elevated environments using the cicd pipeline(since we are using cicd pipeline for deploymeing roles and permission,tables,sample schema(sampleschema) into the Azure sql database

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 10,176 Reputation points
    2024-09-06T10:40:16.8666667+00:00

    Hello Sandeep Kumar,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    Regarding your explanation and question, I understand that you are concerned about specific consideration in maintaining different schemas across environments in SQL database DACPAC deployment.

    This can work seamlessly, particularly for managing environment-specific configurations. Based on your key points to consider:

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.