Skip to content

Commit d34a546

Browse files
committed
Adding note for MongoDB PS & contianer limit
1 parent cf63269 commit d34a546

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

articles/cosmos-db/cli-samples-mongodb.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.author: mjbrown
1313

1414
The following table includes links to sample Azure CLI scripts for Azure Cosmos DB MongoDB API. Reference pages for all Azure Cosmos DB CLI commands are available in the [Azure CLI Reference](/cli/azure/cosmosdb). All Azure Cosmos DB CLI script samples can be found in the [Azure Cosmos DB CLI GitHub Repository](https://github.com/Azure-Samples/azure-cli-samples/tree/master/cosmosdb).
1515

16+
> [!NOTE]
17+
> Currently you can only create 3.2 version (that is, accounts using the endpoint in the format `*.documents.azure.com`) of Azure Cosmos DB's API for MongoDB accounts by using PowerShell, CLI, and Resource Manager templates. To create 3.6 version of accounts, use Azure portal instead.
18+
1619
| | |
1720
|---|---|
1821
| [Create an Azure Cosmos account, database and collection](scripts/cli/mongodb/create.md?toc=%2fcli%2fazure%2ftoc.json)| Creates an Azure Cosmos DB account, database, and collection for MongoDB API. |

articles/cosmos-db/manage-mongodb-with-resource-manager.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Create Azure Cosmos DB resources using an Azure Resource Manager template. This
1919
> [!NOTE]
2020
> Account names must be lowercase and 44 or fewer characters.
2121
> To update RU/s, resubmit the template with updated throughput property values.
22+
>
23+
> Currently you can only create 3.2 version (that is, accounts using the endpoint in the format `*.documents.azure.com`) of Azure Cosmos DB's API for MongoDB accounts by using PowerShell, CLI, and Resource Manager templates. To create 3.6 version of accounts, use Azure portal instead.
2224
2325
[!code-json[create-cosmos-mongo](~/quickstart-templates/101-cosmosdb-mongodb/azuredeploy.json)]
2426

articles/cosmos-db/powershell-samples-mongodb.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ ms.author: mjbrown
1313
The following table includes links to sample Azure PowerShell scripts for Azure Cosmos DB for MongoDB API.
1414

1515
> [!NOTE]
16-
> The PowerShell samples in this article are supported by Azure Cosmos DB accounts on MongoDB server version 3.6 only (that is, accounts using the endpoint in the format `*.mongo.cosmos.azure.com`). They are currently not supported by accounts on server version 3.2 (that is, accounts using the endpoint in the format `*.documents.azure.com`). To use these scripts, you should migrate old accounts to the new version.
17-
16+
> Currently you can only create 3.2 version (that is, accounts using the endpoint in the format `*.documents.azure.com`) of Azure Cosmos DB's API for MongoDB accounts by using PowerShell, CLI, and Resource Manager templates. To create 3.6 version of accounts, use Azure portal instead.
1817
1918
| | |
2019
|---|---|

0 commit comments

Comments
 (0)