Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Dec 18, 2024
1 parent a096a79 commit 740758c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Azure Resource Manager/SharePoint-ADFS/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for Azure template SharePoint-ADFS

## Enhancements & bug-fixes - Unreleased
## Enhancements & bug-fixes - Published in December 18, 2024

### Changed

Expand Down
30 changes: 12 additions & 18 deletions Azure Resource Manager/SharePoint-ADFS/azuredeploy.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
// "sharePointVersion": { "value": "Subscription-Latest" },
"sharePointVersion": { "value": "2019" },
"sharePointVersion": { "value": "Subscription-Latest" },
// "sharePointVersion": { "value": "2019" },
"domainFqdn": { "value": "contoso.local" },
"adminUsername": { "value": "yvand" },
"timeZone": { "value": "Romance Standard Time" },
"vmSharePointStorage": { "value": "Premium_LRS" },
"outboundAccessMethod": { "value": "PublicIPAddress" },
// "outboundAccessMethod": { "value": "AzureFirewallProxy" },
"rdpTrafficRule": { "value": "10.20.30.40" },
Expand All @@ -19,20 +18,15 @@
"autoShutdownTime": {
"value": "1900"
},
"vmDcSize": {
"value": "Standard_B2als_v2"
},
"vmDcStorage": {
"value": "StandardSSD_LRS"
},
"vmSqlSize": {
"value": "Standard_B2as_v2"
},
"vmSqlStorage": {
"value": "StandardSSD_LRS"
},
"vmSharePointSize": {
"value": "Standard_B4as_v2"
}
"vmSharePointStorage": { "value": "Premium_LRS" }
// "vmDcSize": {
// "value": "Standard_B2als_v2"
// },
// "vmSqlSize": {
// "value": "Standard_B2as_v2"
// },
// "vmSharePointSize": {
// "value": "Standard_B4as_v2"
// }
}
}
2 changes: 1 addition & 1 deletion Azure Resource Manager/SharePoint-ADFS/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Create a DC, a SQL Server 2022, and from 1 to 5 server(s) hosting a SharePoint Subscription / 2019 / 2016 farm with an extensive configuration, including trusted authentication, user profiles with personal sites, an OAuth trust (using a certificate), a dedicated IIS site for hosting high-trust add-ins, etc... The latest version of key softwares (including Fiddler, vscode, np++, 7zip, ULS Viewer) is installed. SharePoint machines have additional fine-tuning to make them immediately usable (remote administration tools, custom policies for Edge and Chrome, shortcuts, etc...).",
"summary": "Create a SharePoint Server farm with an extensive configuration. Key softwares (inc. Fiddler, vscode, np++, 7zip and ULS Viewer) and fine tuning make the farm immediately useful for most scenarios",
"githubUsername": "Yvand",
"dateUpdated": "2024-11-19"
"dateUpdated": "2024-12-18"
}

0 comments on commit 740758c

Please sign in to comment.