From 9b6a0a06b3ad61c505dce5eca5fedd5ade3d0378 Mon Sep 17 00:00:00 2001 From: pamelafox Date: Mon, 18 Mar 2024 13:19:15 +0000 Subject: [PATCH] Update Bicep files --- infra/main.bicep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/main.bicep b/infra/main.bicep index d590f19..7f349ae 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -45,7 +45,7 @@ module postgresServer 'core/database/postgresql/flexibleserver.bicep' = { version: '13' administratorLogin: postgresAdminUser administratorLoginPassword: postgresAdminPassword - databaseNames: [ postgresDatabaseName ] + databaseNames: [postgresDatabaseName] allowAzureIPsFirewall: true } } @@ -99,4 +99,4 @@ module logAnalyticsWorkspace 'core/monitor/loganalytics.bicep' = { } output WEB_URI string = 'https://${web.outputs.uri}' -output AZURE_LOCATION string = location \ No newline at end of file +output AZURE_LOCATION string = location