0

I have two environments, development and production. Each one of them has 2 databases, one main database and another that is used as an external data source.

Currently I'm trying to create a github deployment pipeline, I use SSDT to do source control and I have the actions for building the .dacpac and sending it to Azure working. How can I configure so that when in production the database looks to external source of prod, instead of the same external source as dev, when I deploy changes to production?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Pablo
  • 3
  • 1
  • Would you be able to elaborate on your scenario? I think you have a separate external sources for dev and prod? – KarthikBhyresh-MT Jul 15 '21 at 11:18
  • Yes there is one external source that we use for testing and one for production @KarthikBhyresh-MT – Pablo Jul 15 '21 at 12:06
  • Would you please elaborate on your scenario? What is this external source, how are you connecting to it ? More specifics would help me to answer accurately for your setup – KarthikBhyresh-MT Jul 17 '21 at 04:43

0 Answers0