Skip to content

Instantly share code, notes, and snippets.

@MartinMiles
Created January 24, 2021 02:32
Show Gist options
  • Save MartinMiles/688b2769137669a20c41b92df8bf9ed5 to your computer and use it in GitHub Desktop.
Save MartinMiles/688b2769137669a20c41b92df8bf9ed5 to your computer and use it in GitHub Desktop.
This is the required delta to be added to your azure.parameters.json in order to install Publishing Service into PaaS (modify script values!)
"modules": {
"value": {
"items": [
{
"name": "ps",
"templateLink": "https://yourdomain.com/ps-arm/<version>/azuredeploy.json",
"parameters": {
"templateLinkAccessToken": "Optional access token for the template if stored in Azure storage. Otherwise should be empty string.",
"psMsDeployPackageUrl": "<URL of the WDP file Sitecore Publishing Service *-x64.wdp.zip>",
"psModuleMsDeployPackageUrl": "<URL of the WDP file Sitecore Publishing Module *.scwdp.zip>"
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment