Skip to content

Commit 83abad2

Browse files
authored
fix typo change "databaseaccount" to "mongocluster"
Database account are not the resource that creates the mongoDB vCore cluster it's for mongoDB only. The right one as mentioned in the bicep above at line 47 is mongocluster.
1 parent c8e2241 commit 83abad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ resource firewallRules 'Microsoft.DocumentDB/mongoClusters/firewallRules@2022-10
7676
7777
Two Azure resources are defined in the Bicep file:
7878

79-
- [`Microsoft.DocumentDB/databaseAccounts`](/azure/templates/microsoft.documentdb/databaseAccounts?pivots=deployment-language-bicep): Creates an Azure Cosmos DB for MongoDB vCore cluster.
79+
- [`Microsoft.DocumentDB/mongoclusters`](/azure/templates/microsoft.documentdb/mongoclusters?pivots=deployment-language-bicep): Creates an Azure Cosmos DB for MongoDB vCore cluster.
8080
- [`Microsoft.DocumentDB/databaseAccounts/sqlDatabases`](/azure/templates/microsoft.documentdb/databaseAccounts?pivots=deployment-language-bicep): Creates firewall rules for the Azure Cosmos DB for MongoDB vCore cluster.
8181

8282
## Deploy the Bicep file

0 commit comments

Comments
 (0)