Skip to content

Commit da5542b

Browse files
committed
Fix broken hyperlinks
1 parent 2057567 commit da5542b

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

articles/cosmos-db/mongodb/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.date: 09/12/2023
1111
title: Frequently asked questions on Azure Cosmos DB for MongoDB
1212
summary: |
13-
[!INCLUDE[NoSQL, MongoDB, Cassandra, Gremlin, Table](includes/appliesto-nosql-mongodb-cassandra-gremlin-table.md)]
13+
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
1414
1515
sections:
1616
- name: General FAQ

articles/cosmos-db/mongodb/ru/introduction.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Introduction/Overview
3-
titleSuffix: Azure Cosmos DB for MongoDB
3+
titleSuffix: Azure Cosmos DB for MongoDB RU
44
description: Learn about Azure Cosmos DB for MongoDB RU, a fully managed MongoDB-compatible database with Instantaneous scalability.
55
author: gahl-levy
66
ms.author: gahllevy
@@ -45,11 +45,11 @@ Cosmos DB for MongoDB RU has numerous benefits compared to other MongoDB service
4545

4646
- **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.
4747

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.
4949

5050
- **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.
5151

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.
5353

5454
## How Cosmos DB for MongoDB works
5555

@@ -62,7 +62,7 @@ Cosmos DB for MongoDB RU implements the wire protocol for MongoDB. This implemen
6262

6363
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.
6464

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.
6666

6767
## What you need to know to get started
6868

@@ -80,6 +80,5 @@ Sharded cluster performance is dependent on the shard key you choose when creati
8080

8181
## Next steps
8282

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

Comments
 (0)