I have three projects in a single solution that I want to deploy using RM DSC:
- a Windows service
- webUI
- and a DB project
For the deployment, I have three Azure servers:
- a SQL box
- and two App servers
Currently I am able to deploy all three projects successfully in all three servers, but for some new directions from the boss man, I have to deploy my projects as follows:
- Windows service project into all three servers
- the WebUI into one of the App servers and
- The DB project into the SQL box.
My ultimate goal here is copying files that are needed on each of the destination servers only. For example, I would like to only keep the DB files into the DB server and similarly the WebUI files only in the App server.