Skip to content

Commit

Permalink
compile template
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Nov 22, 2024
1 parent 02725c0 commit aa0113c
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.31.92.45157",
"templateHash": "1126431551773237050"
"templateHash": "463196043803748823"
},
"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...).",
"author": "Yvand"
Expand Down Expand Up @@ -263,7 +263,7 @@
},
"vmDcSize": {
"type": "string",
"defaultValue": "Standard_B2s",
"defaultValue": "Standard_B2als_v2",
"metadata": {
"description": "Size of the DC virtual machine."
}
Expand All @@ -286,7 +286,7 @@
},
"vmSqlSize": {
"type": "string",
"defaultValue": "Standard_B2ms",
"defaultValue": "Standard_B2as_v2",
"metadata": {
"description": "Size of the SQL virtual machine."
}
Expand All @@ -309,7 +309,7 @@
},
"vmSharePointSize": {
"type": "string",
"defaultValue": "Standard_B4ms",
"defaultValue": "Standard_B4as_v2",
"metadata": {
"description": "Size of the SharePoint virtual machine(s)."
}
Expand Down

0 comments on commit aa0113c

Please sign in to comment.