I have a web application that is hosted on Azure.
There are currently a few web sites that are using the same code which is retrieved from bitbucket.
The only difference between the various installations is that they have a different connection string in the web.config
files that targets different databases.
Whenever I am making a bug fix I upload my new code on bitbucket and Azure gets this code from BitBucket.
There are currently 5 applications that get the same code and each time I upload new code on bitbucket I have to manually edit the web.config
file on Azure in order to target the correct database for each app.
Is there a way to instruct Azure not to overwrite the web.config
file when It receives new code from Bitbucket?