From aa0113ca609860cfdfc2d5cf85dd3a61f567fb67 Mon Sep 17 00:00:00 2001 From: Yvan Duhamel Date: Fri, 22 Nov 2024 13:59:47 +0100 Subject: [PATCH] compile template --- .../SharePoint-SingleFarm-FullConfig/azuredeploy.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Azure DevTest Labs/SharePoint-SingleFarm-FullConfig/azuredeploy.json b/Azure DevTest Labs/SharePoint-SingleFarm-FullConfig/azuredeploy.json index 347a07f8..7156d83a 100644 --- a/Azure DevTest Labs/SharePoint-SingleFarm-FullConfig/azuredeploy.json +++ b/Azure DevTest Labs/SharePoint-SingleFarm-FullConfig/azuredeploy.json @@ -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" @@ -263,7 +263,7 @@ }, "vmDcSize": { "type": "string", - "defaultValue": "Standard_B2s", + "defaultValue": "Standard_B2als_v2", "metadata": { "description": "Size of the DC virtual machine." } @@ -286,7 +286,7 @@ }, "vmSqlSize": { "type": "string", - "defaultValue": "Standard_B2ms", + "defaultValue": "Standard_B2as_v2", "metadata": { "description": "Size of the SQL virtual machine." } @@ -309,7 +309,7 @@ }, "vmSharePointSize": { "type": "string", - "defaultValue": "Standard_B4ms", + "defaultValue": "Standard_B4as_v2", "metadata": { "description": "Size of the SharePoint virtual machine(s)." }