Skip to content

Commit 4870542

Browse files
EES-5802 - stopping multiple PSQL settings from being applied simultaneously
1 parent 73db73f commit 4870542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infrastructure/templates/public-api/components/postgreSqlFlexibleServer.bicep

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ resource postgreSQLDatabase 'Microsoft.DBforPostgreSQL/flexibleServers@2023-03-0
110110
tags: tagValues
111111
}
112112

113+
@batchSize(1)
113114
resource settings 'Microsoft.DBforPostgreSQL/flexibleServers/configurations@2022-12-01' = [for setting in serverConfig.settings: {
114115
parent: postgreSQLDatabase
115116
name: setting.name

0 commit comments

Comments
 (0)