We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa5ff9 commit b9552bdCopy full SHA for b9552bd
articles/cosmos-db/mongodb/vcore/media/quickstart-portal/configure-scale.png
-177 KB
articles/cosmos-db/mongodb/vcore/quickstart-bicep.md
@@ -50,7 +50,7 @@ resource cluster 'Microsoft.DocumentDB/mongoClusters@2022-10-15-preview' = {
50
properties: {
51
administratorLogin: adminUsername
52
administratorLoginPassword: adminPassword
53
- shardGroupSpecs: [
+ nodeGroupSpecs: [
54
{
55
kind: 'Shard'
56
shardCount: 1
@@ -71,6 +71,8 @@ resource firewallRules 'Microsoft.DocumentDB/mongoClusters/firewallRules@2022-10
71
}
72
73
```
74
+> [!NOTE]
75
+> Kindly note that in the above code, shardGroupSpecs is called nodeGroupSpecs.
76
77
Two Azure resources are defined in the Bicep file:
78
0 commit comments