Skip to content

Commit 9add3a7

Browse files
fix: change storage account type from Premium_ZRS to Standard_LRS for virtual machine disk
1 parent 246c689 commit 9add3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ module virtualMachine 'br/public:avm/res/compute/virtual-machine:0.13.0' = if (v
664664
name: 'osdisk-${virtualMachineResourceName}'
665665
createOption: 'FromImage'
666666
managedDisk: {
667-
storageAccountType: 'Premium_ZRS'
667+
storageAccountType: 'Standard_LRS'
668668
}
669669
diskSizeGB: 128
670670
caching: 'ReadWrite'

0 commit comments

Comments
 (0)