Skip to content

Commit

Permalink
enable serverless for cosmos account (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
markjbrown committed Jan 18, 2024
1 parent 9bf7c6f commit 012c30e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions infrastructure/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,11 @@
}
],
"databaseAccountOfferType": "Standard",
"enableAutomaticFailover": false,
"enableMultipleWriteLocations": false
"capabilities": [
{
"name": "EnableServerless"
}
]
}
},
{
Expand Down Expand Up @@ -665,10 +668,6 @@
"/userId"
],
"kind": "Hash"
},
"conflictResolutionPolicy": {
"mode": "LastWriterWins",
"conflictResolutionPath": "/_ts"
}
}
}
Expand Down

0 comments on commit 012c30e

Please sign in to comment.