Skip to content

Commit 78095a5

Browse files
Update partitionKey in Bicep resource definition
Modified the `partitionKey` property in the Bicep file, changing the path from `'/myPartitionKey'` to `'/entity'`. This change reflects an updated partitioning strategy for the database container.
1 parent 244a02f commit 78095a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/datasync-server-cosmosdb-singlecontainer/infra/resources.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ resource container 'Microsoft.DocumentDB/databaseAccounts/sqlDatabases/container
5959
id: containerName
6060
partitionKey: {
6161
paths: [
62-
'/myPartitionKey'
62+
'/entity'
6363
]
6464
kind: 'Hash'
6565
}

0 commit comments

Comments
 (0)