diff --git a/infrastructure/deployment.json b/infrastructure/deployment.json index 4eacc3da93..52de1393a1 100644 --- a/infrastructure/deployment.json +++ b/infrastructure/deployment.json @@ -616,8 +616,11 @@ } ], "databaseAccountOfferType": "Standard", - "enableAutomaticFailover": false, - "enableMultipleWriteLocations": false + "capabilities": [ + { + "name": "EnableServerless" + } + ] } }, { @@ -665,10 +668,6 @@ "/userId" ], "kind": "Hash" - }, - "conflictResolutionPolicy": { - "mode": "LastWriterWins", - "conflictResolutionPath": "/_ts" } } }