From 012c30e7a55d0a5ab8c24a17befcc11f0bf19fbf Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 18 Jan 2024 15:32:05 -0800 Subject: [PATCH] enable serverless for cosmos account (#518) --- infrastructure/deployment.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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" } } }