Skip to content

Commit

Permalink
Fix cosmosdb partition key for azd (microsoft#250)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Widder <sawidder@microsoft.com>
  • Loading branch information
sarah-widder and sarah-widder committed Sep 14, 2023
1 parent d5fa0cb commit 4161b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/db.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ param containers array = [
{
name: collectionName
id: collectionName
partitionKey: '/id'
partitionKey: '/userId'
}
]

Expand Down

0 comments on commit 4161b52

Please sign in to comment.