Skip to content

Commit 100e6ea

Browse files
committed
update vmSize to B1ms
B1 is being retired
1 parent 4f4e14e commit 100e6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/simple-windows-vm.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ param publicIpSku string = 'Basic'
5555
param OSVersion string = '2022-datacenter-azure-edition'
5656

5757
@description('Size of the virtual machine.')
58-
param vmSize string = 'Standard_B1s'
58+
param vmSize string = 'Standard_B1ms'
5959

6060
@description('Location for all resources.')
6161
param location string = resourceGroup().location

0 commit comments

Comments
 (0)