diff --git a/samples/eshop/environments/aws.bicep b/samples/eshop/environments/aws.bicep index 3b492689..61d5cc24 100644 --- a/samples/eshop/environments/aws.bicep +++ b/samples/eshop/environments/aws.bicep @@ -29,6 +29,7 @@ resource environment 'Applications.Core/environments@2023-10-01-preview' = { templatePath: 'ghcr.io/radius-project/recipes/aws/sqldatabases:latest' parameters: { eksClusterName: eksClusterName + backupRetentionPeriod: 0 } } }