diff --git a/Azure Resource Manager/SharePoint-ADFS/azuredeploy.json b/Azure Resource Manager/SharePoint-ADFS/azuredeploy.json index a950e2c3..5d5b4413 100644 --- a/Azure Resource Manager/SharePoint-ADFS/azuredeploy.json +++ b/Azure Resource Manager/SharePoint-ADFS/azuredeploy.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.31.92.45157", - "templateHash": "16379190582606587936" + "templateHash": "14893435318195681754" }, "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" @@ -272,7 +272,7 @@ }, "vmDcSize": { "type": "string", - "defaultValue": "Standard_B2s", + "defaultValue": "Standard_B2als_v2", "metadata": { "description": "Size of the DC virtual machine." } @@ -295,7 +295,7 @@ }, "vmSqlSize": { "type": "string", - "defaultValue": "Standard_B2ms", + "defaultValue": "Standard_B2as_v2", "metadata": { "description": "Size of the SQL virtual machine." } @@ -318,7 +318,7 @@ }, "vmSharePointSize": { "type": "string", - "defaultValue": "Standard_B4ms", + "defaultValue": "Standard_B4as_v2", "metadata": { "description": "Size of the SharePoint virtual machine(s)." } diff --git a/Azure Resource Manager/SharePoint-ADFS/main.bicep b/Azure Resource Manager/SharePoint-ADFS/main.bicep index 89f159e2..5e8fbee2 100644 --- a/Azure Resource Manager/SharePoint-ADFS/main.bicep +++ b/Azure Resource Manager/SharePoint-ADFS/main.bicep @@ -222,7 +222,7 @@ param timeZone string = 'Romance Standard Time' param autoShutdownTime string = '1900' @description('Size of the DC virtual machine.') -param vmDcSize string = 'Standard_B2s' +param vmDcSize string = 'Standard_B2als_v2' @description('Type of storage for the managed disk. Visit https://docs.microsoft.com/en-us/rest/api/compute/disks/list#diskstorageaccounttypes for more information.') @allowed([ @@ -237,7 +237,7 @@ param vmDcSize string = 'Standard_B2s' param vmDcStorage string = 'StandardSSD_LRS' @description('Size of the SQL virtual machine.') -param vmSqlSize string = 'Standard_B2ms' +param vmSqlSize string = 'Standard_B2as_v2' @description('Type of storage for the managed disk. Visit https://docs.microsoft.com/en-us/rest/api/compute/disks/list#diskstorageaccounttypes for more information.') @allowed([ @@ -252,7 +252,7 @@ param vmSqlSize string = 'Standard_B2ms' param vmSqlStorage string = 'StandardSSD_LRS' @description('Size of the SharePoint virtual machine(s).') -param vmSharePointSize string = 'Standard_B4ms' +param vmSharePointSize string = 'Standard_B4as_v2' @description('Type of storage for the managed disk. Visit https://docs.microsoft.com/en-us/rest/api/compute/disks/list#diskstorageaccounttypes for more information.') @allowed([