Created
January 24, 2021 02:32
-
-
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!)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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