Skip to content

Commit e48b0d1

Browse files
authored
Use Standard_LRS instead of Standard_ZRS (#567)
1 parent dcc9879 commit e48b0d1

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
@@ -220,7 +220,7 @@ module storage 'core/storage/storage-account.bicep' = {
220220
tags: tags
221221
publicNetworkAccess: 'Enabled'
222222
sku: {
223-
name: 'Standard_ZRS'
223+
name: 'Standard_LRS'
224224
}
225225
deleteRetentionPolicy: {
226226
enabled: true

0 commit comments

Comments
 (0)