Hello,
I am deploying the 'BaseDeployment-MultiMachine.json', in which I have to include the image server roles i.e 'ImageHosting', 'RasterAnalytics'. While going through the ArcGIS Powershell DSC sample configs, I didn't find any sample config file where I can add more than one server role in a single config JSON file. In the BaseDeployment-MultiMachine.json file, there is a key "ServerRole" where we can define the server role like GeneralPurposeServer', 'GeoAnalytics', 'GeoEvent', 'ImageHosting', 'RasterAnalytics' and 'NotebookServer'. Since the ServerRole key takes a single string argument, there is no way to define multiple server roles via the ServerRole key
How should I combine multiple server roles in a single config JSON file?
Any help will be appreciated.