Skip to content

Instantly share code, notes, and snippets.

@phaniav
Last active November 28, 2017 08:21
Show Gist options
  • Save phaniav/37246b323e80f6db82dfa5e0b97872a9 to your computer and use it in GitHub Desktop.
Save phaniav/37246b323e80f6db82dfa5e0b97872a9 to your computer and use it in GitHub Desktop.
Sample deploy parameters for Sitecore Azure XP1 topology
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"deploymentId": {
"value": ""
},
"location": {
"value": "eastus"
},
"sitecoreAdminPassword": {
"value": "sitecore$1"
},
"licenseXml": {
"value": ""
},
"repAuthenticationApiKey": {
"value": "a195236d-126e-41bc-9fd9-5132dcd974e1"
},
"sqlServerLogin": {
"value": "sitecoresa"
},
"sqlServerPassword": {
"value": "sitecore$1"
},
"cmMsDeployPackageUrl": {
"value": "https://abcstorage.blob.core.windows.net/sitecore9/Sitecore9_Cloud_cm.scwdp.zip?st=2017-11-27T13%3A29%3A00Z&se=2017-11-28T13%3A29%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=RSrd5GE3qqxh8u4A8LyQRxfKkeB4ugtR3olkLQjwz5w%3D"
},
"cdMsDeployPackageUrl": {
"value": "https://abcstorage.blob.core.windows.net/sitecore9/Sitecore9_Cloud_cd.scwdp.zip?st=2017-11-27T13%3A29%3A00Z&se=2017-11-28T13%3A29%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=RSrd5GE3qqxh8u4A8LyQRxfKkeB4ugtR3olkLQjwz5w%3D"
},
"prcMsDeployPackageUrl": {
"value": "https://abcstorage.blob.core.windows.net/sitecore9/Sitecore9_Cloud_prc.scwdp.zip?st=2017-11-27T13%3A29%3A00Z&se=2017-11-28T13%3A29%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=RSrd5GE3qqxh8u4A8LyQRxfKkeB4ugtR3olkLQjwz5w%3D"
},
"repMsDeployPackageUrl": {
"value": "https://abcstorage.blob.core.windows.net/sitecore9/Sitecore9_Cloud_rep.scwdp.zip?st=2017-11-27T13%3A29%3A00Z&se=2017-11-28T13%3A29%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=RSrd5GE3qqxh8u4A8LyQRxfKkeB4ugtR3olkLQjwz5w%3D"
},
"xcRefDataMsDeployPackageUrl": {
"value": "https://abcstorage.blob.core.windows.net/sitecore9/Sitecore9_Cloud_xp1referencedata.scwdp.zip?st=2017-11-27T13%3A29%3A00Z&se=2017-11-28T13%3A29%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=RSrd5GE3qqxh8u4A8LyQRxfKkeB4ugtR3olkLQjwz5w%3D"
},
"xcCollectMsDeployPackageUrl": {
"value": "https://abcstorage.blob.core.windows.net/sitecore9/Sitecore9_Cloud_xp1collection.scwdp.zip?st=2017-11-27T13%3A29%3A00Z&se=2017-11-28T13%3A29%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=RSrd5GE3qqxh8u4A8LyQRxfKkeB4ugtR3olkLQjwz5w%3D"
},
"xcSearchMsDeployPackageUrl": {
"value": "https://abcstorage.blob.core.windows.net/sitecore9/Sitecore9_Cloud_xp1collectionsearch.scwdp.zip?st=2017-11-27T13%3A29%3A00Z&se=2017-11-28T13%3A29%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=RSrd5GE3qqxh8u4A8LyQRxfKkeB4ugtR3olkLQjwz5w%3D"
},
"maOpsMsDeployPackageUrl": {
"value": "https://abcstorage.blob.core.windows.net/sitecore9/Sitecore9_Cloud_xp1marketingautomation.scwdp.zip?st=2017-11-27T13%3A29%3A00Z&se=2017-11-28T13%3A29%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=RSrd5GE3qqxh8u4A8LyQRxfKkeB4ugtR3olkLQjwz5w%3D"
},
"maRepMsDeployPackageUrl": {
"value": "https://abcstorage.blob.core.windows.net/sitecore9/Sitecore9_Cloud_xp1marketingautomationreporting.scwdp.zip?st=2017-11-27T13%3A29%3A00Z&se=2017-11-28T13%3A29%3A00Z&sp=rl&sv=2017-04-17&sr=c&sig=RSrd5GE3qqxh8u4A8LyQRxfKkeB4ugtR3olkLQjwz5w%3D"
},
"authCertificateBlob":{
"value": ""
},
"authCertificatePassword":{
"value": "sitecore1234"
},
"allowInvalidClientCertificates": {
"value": true
},
"sitecoreSKU": {
"value": "Small"
}
}
}
@phaniav
Copy link
Author

phaniav commented Nov 28, 2017

[ ] - Set the Sitecore password between 8–12 characters with numbers and special characters
[ ] - Don’t use ‘sa’ as SQL server login
[ ] - repAuthenticationApiKey can be any guid and should be minimum 32 characters.
[ ] - authCertificatePassword should be same as the one used when creating self signed certificate
[ ] - allowInvalidClientCertificates should be set to true for self signed certificates
[ ] - sitecoreSKU should use any of the values from [ “Extra Small”, “Small”, “Medium”, “Large”, “Extra Large” ]
[ ] - consider selecting the location where application insights is available

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment