Skip to content

Commit 08269a8

Browse files
authored
Merge pull request #173090 from SnehaGunda/TableAPI
Adding note for DMS limitation on serverless accounts
2 parents d23e395 + d8492b8 commit 08269a8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

articles/dms/tutorial-mongodb-cosmos-db-online.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: dms
1111
ms.workload: data-services
1212
ms.custom: "seo-nov-2020"
1313
ms.topic: tutorial
14-
ms.date: 08/26/2021
14+
ms.date: 09/21/2021
1515
---
1616

1717
# Tutorial: Migrate MongoDB to Azure Cosmos DB's API for MongoDB online using DMS
@@ -60,6 +60,10 @@ To complete this tutorial, you need to:
6060

6161
* [Complete the pre-migration](../cosmos-db/mongodb-pre-migration.md) steps such as estimating throughput, choosing a partition key, and the indexing policy.
6262
* [Create an Azure Cosmos DB's API for MongoDB account](https://ms.portal.azure.com/#create/Microsoft.DocumentDB) and ensure [SSR (server side retry)](../cosmos-db/mongodb/prevent-rate-limiting-errors.md) is enabled.
63+
64+
> [!NOTE]
65+
> DMS is currently not supported if you are migrating to API for MongoDB account that is provisioned with serverless mode.
66+
6367
* Create a Microsoft Azure Virtual Network for Azure Database Migration Service by using Azure Resource Manager deployment model, which provides site-to-site connectivity to your on-premises source servers by using either [ExpressRoute](../expressroute/expressroute-introduction.md) or [VPN](../vpn-gateway/vpn-gateway-about-vpngateways.md).
6468

6569
> [!NOTE]

articles/dms/tutorial-mongodb-cosmos-db.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: dms
1111
ms.workload: data-services
1212
ms.custom: "seo-lt-2019"
1313
ms.topic: tutorial
14-
ms.date: 08/26/2021
14+
ms.date: 09/21/2021
1515
---
1616

1717
# Tutorial: Migrate MongoDB to Azure Cosmos DB API for MongoDB offline
@@ -45,6 +45,10 @@ To complete this tutorial, you need to:
4545

4646
* [Complete the pre-migration](../cosmos-db/mongodb-pre-migration.md) steps, such as estimating throughput and choosing a partition key.
4747
* [Create an account for the Azure Cosmos DB API for MongoDB](https://ms.portal.azure.com/#create/Microsoft.DocumentDB).
48+
49+
> [!NOTE]
50+
> DMS is currently not supported if you are migrating to API for MongoDB account that is provisioned with serverless mode.
51+
4852
* Create a Microsoft Azure Virtual Network for Azure Database Migration Service by using Azure Resource Manager. This deployment model provides site-to-site connectivity to your on-premises source servers by using either [Azure ExpressRoute](../expressroute/expressroute-introduction.md) or [VPN](../vpn-gateway/vpn-gateway-about-vpngateways.md). For more information about creating a virtual network, see the [Azure Virtual Network documentation](../virtual-network/index.yml), especially the "quickstart" articles with step-by-step details.
4953

5054
> [!NOTE]

0 commit comments

Comments
 (0)