pamelafox
commited on
Commit
·
a555d49
1
Parent(s):
798ba84
Update Bicep files
Browse files- infra/main.bicep +1 -3
infra/main.bicep
CHANGED
@@ -66,7 +66,7 @@ module postgresServer 'core/database/postgresql/flexibleserver.bicep' = {
|
|
66 |
entraAdministratorName: postgresEntraAdministratorName
|
67 |
entraAdministratorObjectId: postgresEntraAdministratorObjectId
|
68 |
entraAdministratorType: postgresEntraAdministratorType
|
69 |
-
databaseNames: [
|
70 |
allowAzureIPsFirewall: true
|
71 |
allowAllIPsFirewall: true // Necessary for post-provision script, can be disabled after
|
72 |
}
|
@@ -174,8 +174,6 @@ module keyVaultSecrets './core/security/keyvault-secret.bicep' = [
|
|
174 |
}
|
175 |
]
|
176 |
|
177 |
-
|
178 |
-
|
179 |
module logAnalyticsWorkspace 'core/monitor/loganalytics.bicep' = {
|
180 |
name: 'loganalytics'
|
181 |
scope: resourceGroup
|
|
|
66 |
entraAdministratorName: postgresEntraAdministratorName
|
67 |
entraAdministratorObjectId: postgresEntraAdministratorObjectId
|
68 |
entraAdministratorType: postgresEntraAdministratorType
|
69 |
+
databaseNames: [postgresDatabaseName]
|
70 |
allowAzureIPsFirewall: true
|
71 |
allowAllIPsFirewall: true // Necessary for post-provision script, can be disabled after
|
72 |
}
|
|
|
174 |
}
|
175 |
]
|
176 |
|
|
|
|
|
177 |
module logAnalyticsWorkspace 'core/monitor/loganalytics.bicep' = {
|
178 |
name: 'loganalytics'
|
179 |
scope: resourceGroup
|