File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,13 +248,15 @@ container_app_jobs = {
248248 container_registry_use_mi = true
249249 db_connection_string_name = " DtOsDatabaseConnectionString"
250250 add_user_assigned_identity = true
251+ replica_retry_limit = 1
251252 }
252253 db-backup = {
253254 container_app_environment_key = " db-management"
254255 docker_image = " db-immutable-backup"
255256 docker_env_tag = " latest"
256257 container_registry_use_mi = true
257258 add_user_assigned_identity = true
259+ replica_retry_limit = 1
258260 env_vars_static = {
259261 SQL_SERVER_NAME = " sqlsvr-cohman-prod-uks"
260262 SQL_DATABASE_NAME = " DToSDB"
@@ -268,6 +270,7 @@ container_app_jobs = {
268270 docker_env_tag = " latest"
269271 container_registry_use_mi = true
270272 add_user_assigned_identity = true
273+ replica_retry_limit = 1
271274 env_vars_static = {
272275 SQL_SERVER_NAME = " sqlsvr-cohman-prod-uks"
273276 SQL_DATABASE_NAME = " DToSDB_RESTORE"
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ variable "container_app_jobs" {
207207 db_connection_string_name = optional (string , " " )
208208 env_vars_static = optional (map (string ), {})
209209 add_user_assigned_identity = optional (bool , false )
210+ replica_retry_limit = optional (number , 3 )
210211 })), {})
211212 })
212213}
You can’t perform that action at this time.
0 commit comments