You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/mongodb/ru/introduction.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Introduction/Overview
3
-
titleSuffix: Azure Cosmos DB for MongoDB
3
+
titleSuffix: Azure Cosmos DB for MongoDB RU
4
4
description: Learn about Azure Cosmos DB for MongoDB RU, a fully managed MongoDB-compatible database with Instantaneous scalability.
5
5
author: gahl-levy
6
6
ms.author: gahllevy
@@ -45,11 +45,11 @@ Cosmos DB for MongoDB RU has numerous benefits compared to other MongoDB service
45
45
46
46
-**Free 7 day Continuous Backups**: Azure Cosmos DB for MongoDB RU offers free seven day continuous backups for any amount of data. This retention means that you can restore your database to any point in time within the last seven days.
47
47
48
-
-**Upgrades take seconds**: All API versions are contained within one codebase, making version changes as simple as [flipping a switch](upgrade-version.md), with zero downtime.
48
+
-**Upgrades take seconds**: All API versions are contained within one codebase, making version changes as simple as [flipping a switch](../upgrade-version.md), with zero downtime.
49
49
50
50
-**Role Based Access Control**: With Azure Cosmos DB for MongoDB RU, you can assign granular roles and permissions to users to control access to your data and audit user actions- all using native Azure tooling.
51
51
52
-
-**In-depth monitoring capabilities**: Cosmos DB for MongoDB RU integrates natively with [Azure Monitor](../../../../azure-monitor/overview.md) to provide in-depth monitoring capabilities.
52
+
-**In-depth monitoring capabilities**: Cosmos DB for MongoDB RU integrates natively with [Azure Monitor](../../../azure-monitor/overview.md) to provide in-depth monitoring capabilities.
53
53
54
54
## How Cosmos DB for MongoDB works
55
55
@@ -62,7 +62,7 @@ Cosmos DB for MongoDB RU implements the wire protocol for MongoDB. This implemen
62
62
63
63
All versions run on the same codebase, making upgrades a simple task that can be completed in seconds with zero downtime. Azure Cosmos DB simply flips a few feature flags to go from one version to another. The feature flags also enable continued support for old API versions such as 4.0 and 3.6. You can choose the server version that works best for you.
64
64
65
-
Not sure if your workload is ready? Use the automatic [premigration assessment](pre-migration-steps.md) to determine if you're ready to migrate to Cosmos DB for MongoDB RU or vCore.
65
+
Not sure if your workload is ready? Use the automatic [premigration assessment](../pre-migration-steps.md) to determine if you're ready to migrate to Cosmos DB for MongoDB RU or vCore.
66
66
67
67
## What you need to know to get started
68
68
@@ -80,6 +80,5 @@ Sharded cluster performance is dependent on the shard key you choose when creati
80
80
81
81
## Next steps
82
82
83
-
- Follow the [Connect a MongoDB application to Azure Cosmos DB](connect-account.md) tutorial to learn how to get your account connection string information.
84
-
- Follow the [Use Studio 3T with Azure Cosmos DB](connect-using-mongochef.md) tutorial to learn how to create a connection between your Azure Cosmos DB database and MongoDB app in Studio 3T.
85
-
- Follow the [Import MongoDB data into Azure Cosmos DB](../../../../dms/tutorial-mongodb-cosmos-db.md?toc=%2fazure%2fcosmos-db%2ftoc.json%253ftoc%253d%2fazure%2fcosmos-db%2ftoc.json) tutorial to import your data to an Azure Cosmos DB database.
83
+
- Follow the [Use Studio 3T with Azure Cosmos DB](../connect-using-mongochef.md) tutorial to learn how to create a connection between your Azure Cosmos DB database and MongoDB app in Studio 3T.
84
+
- Follow the [Import MongoDB data into Azure Cosmos DB](../../../dms/tutorial-mongodb-cosmos-db.md?toc=%2fazure%2fcosmos-db%2ftoc.json%253ftoc%253d%2fazure%2fcosmos-db%2ftoc.json) tutorial to import your data to an Azure Cosmos DB database.
0 commit comments