Skip to content

Commit daa5ff9

Browse files
committed
Update quickstart-bicep.md
1 parent d96f43d commit daa5ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb/vcore/quickstart-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ resource cluster 'Microsoft.DocumentDB/mongoClusters@2022-10-15-preview' = {
5050
properties: {
5151
administratorLogin: adminUsername
5252
administratorLoginPassword: adminPassword
53-
nodeGroupSpecs: [
53+
shardGroupSpecs: [
5454
{
5555
kind: 'Shard'
56-
nodeCount: 1
56+
shardCount: 1
5757
sku: 'M40'
5858
diskSizeGB: 128
5959
enableHa: false

0 commit comments

Comments
 (0)