Skip to content

Commit

Permalink
update parameter files
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Dec 20, 2024
1 parent 9707f8b commit ce8048d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,18 @@
"contentVersion": "1.0.0.0",
"parameters": {
"provisionSharePointSubscription": { "value": "Subscription-Latest" },
"provisionSharePoint2019": { "value": false },
"provisionSharePoint2019": { "value": true },
"provisionSharePoint2016": { "value": false },
"configureADFS": { "value": true },
"domainFQDN": { "value": "contoso.local" },
"adminUserName": { "value": "Yvand" },
"domainFqdn": { "value": "contoso.local" },
"adminUsername": { "value": "Yvand" },
"adminPassword": { "value": null },
"serviceAccountsPassword": { "value": null },
"vmsTimeZone": { "value": "Romance Standard Time" },
// "vmSPStorageAccountType": { "value": "Premium_LRS" },
"addPublicIPAddress": { "value": "SharePointVMsOnly" },
// "addPublicIPAddress": { "value": "No" },
"RDPTrafficAllowed": { "value": "10.20.30.40" },
"otherAccountsPassword": { "value": null },
"timeZone": { "value": "Romance Standard Time" },
"vmSharePointStorage": { "value": "Premium_LRS" },
"rdpTrafficRule": { "value": "10.20.30.40" },
"enableHybridBenefitServerLicenses": { "value": true },
"enableAutomaticUpdates": { "value": true },
"addAzureBastion": { "value": true },
"_artifactsLocation": { "value": "https://github.com/Yvand/AzureRM-Templates/raw/dev/Templates/DTL-SharePoint-AllVersions-light" }
"enableAzureBastion": { "value": false }
// "_artifactsLocation": { "value": "https://github.com/Yvand/AzureRM-Templates/raw/master/Templates/DTL-SharePoint-AllVersions-light" }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@
"parameters": {
// "sharePointVersion": { "value": "Subscription-RTM" },
"sharePointVersion": { "value": "2019" },
"domainFQDN": { "value": "contoso.local" },
"adminUserName": { "value": "yvand" },
"domainFqdn": { "value": "contoso.local" },
"adminUsername": { "value": "yvand" },
"adminPassword": { "value": null },
"serviceAccountsPassword": { "value": null },
"vmsTimeZone": { "value": "Romance Standard Time" },
// "vmSPStorageAccountType": { "value": "Premium_LRS" },
"addPublicIPAddress": { "value": "SharePointVMsOnly" },
// "addPublicIPAddress": { "value": "No" },
"RDPTrafficAllowed": { "value": "10.20.30.40" },
"otherAccountsPassword": { "value": null },
"timeZone": { "value": "Romance Standard Time" },
// "vmSharePointStorage": { "value": "Premium_LRS" },
"rdpTrafficRule": { "value": "10.20.30.40" },
"numberOfAdditionalFrontEnd": { "value": 1 },
"enableHybridBenefitServerLicenses": { "value": true },
"enableAutomaticUpdates": { "value": false },
"addAzureBastion": { "value": false },
"_artifactsLocation": { "value": "https://github.com/Yvand/AzureRM-Templates/raw/dev/Templates/DTL-SharePoint-FullConfig" }
"addAzureBastion": { "value": false }
// "_artifactsLocation": { "value": "https://github.com/Yvand/AzureRM-Templates/raw/master/Templates/DTL-SharePoint-FullConfig" }
}
}

0 comments on commit ce8048d

Please sign in to comment.