Hello,
I have to publish a GIS service through PowerShell. I found a sample configuration for the same from- https://github.com/Esri/arcgis-powershell-dsc/blob/master/SampleConfigs/v3/PublishGISService.json,
I am not getting few things that, what should we have to write-in placeholders like:-
1) "CertificateFile": ""
2) "Thumbprint": ""
3) "PortalContext":
4) "ServerContext":
5) "PasswordFile": ""
6) "PathToItemInfoFile": ""
Please help me with the above placeholders.
Secondly, what command should I run on PowerShell to publish PublishGISService.json?
OR
I have to merge PublishGISService.json with BaseDeployment-SingleMachine.json to publish the services.
Thank You!