Skip to content

Commit b9552bd

Browse files
committed
Updated the images and code snippet
1 parent daa5ff9 commit b9552bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
-177 KB
Loading

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ resource cluster 'Microsoft.DocumentDB/mongoClusters@2022-10-15-preview' = {
5050
properties: {
5151
administratorLogin: adminUsername
5252
administratorLoginPassword: adminPassword
53-
shardGroupSpecs: [
53+
nodeGroupSpecs: [
5454
{
5555
kind: 'Shard'
5656
shardCount: 1
@@ -71,6 +71,8 @@ resource firewallRules 'Microsoft.DocumentDB/mongoClusters/firewallRules@2022-10
7171
}
7272
}
7373
```
74+
> [!NOTE]
75+
> Kindly note that in the above code, shardGroupSpecs is called nodeGroupSpecs.
7476
7577
Two Azure resources are defined in the Bicep file:
7678

0 commit comments

Comments
 (0)