diff --git a/infra/main.bicep b/infra/main.bicep index 547f37c594..57f2b152f4 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -220,7 +220,7 @@ module storage 'core/storage/storage-account.bicep' = { tags: tags publicNetworkAccess: 'Enabled' sku: { - name: 'Standard_ZRS' + name: 'Standard_LRS' } deleteRetentionPolicy: { enabled: true