I have a cloud service that runs 3 production versions (different customers) of the same application that are connected to 3 separate azure databases. Currently I manually deploy each making changes to the Web.Release.config for changes to the database connection and use the azure publishing wizard and change some of the settings to point at the correct azure instance.
Can anyone point me in the direction to automate this process so that one click publishes all?