Skip to content

Commit d175f35

Browse files
authored
Merge pull request #277281 from Saisang/sai-includescleanup-reusablefiles-4
Move reusable files from articles/ to reusable-content part 4/7
2 parents d2d5db7 + af97058 commit d175f35

File tree

100 files changed

+132
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+132
-132
lines changed

articles/cosmos-db/mongodb/how-to-setup-rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: mongodb
1111
---
1212

1313
# Configure role-based access control in Azure Cosmos DB for MongoDB
14-
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
14+
[!INCLUDE[MongoDB](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb.md)]
1515

1616
This article is about role-based access control for data plane operations in Azure Cosmos DB for MongoDB.
1717

articles/cosmos-db/mongodb/indexing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: gahllevy
1111
ms.custom: cosmos-db-video
1212
---
1313
# Manage indexing in Azure Cosmos DB for MongoDB
14-
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
14+
[!INCLUDE[MongoDB](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb.md)]
1515

1616
Azure Cosmos DB for MongoDB takes advantage of the core index-management capabilities of Azure Cosmos DB. This article focuses on how to add indexes using Azure Cosmos DB for MongoDB. Indexes are specialized data structures that make querying your data roughly an order of magnitude faster.
1717

articles/cosmos-db/mongodb/integrations-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: mongodb
1010
---
1111

1212
# Integrate Azure Cosmos DB for MongoDB with Azure services
13-
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
13+
[!INCLUDE[MongoDB](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb.md)]
1414

1515
Azure Cosmos DB for MongoDB is a cloud-native offering and can be integrated seamlessly with other Azure services to build enterprise-grade modern applications.
1616

articles/cosmos-db/mongodb/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/02/2024
1212

1313
# What is Azure Cosmos DB for MongoDB?
1414

15-
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
15+
[!INCLUDE[MongoDB](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb.md)]
1616

1717
Azure Cosmos DB is a fully managed NoSQL, relational, and vector database for modern app development. It offers single-digit millisecond response times, automatic and instant scalability, and guaranteed speed at any scale. It is the database that ChatGPT relies on to [dynamically scale](../introduction.md) with high reliability and low maintenance.
1818

articles/cosmos-db/mongodb/manage-with-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.reviewer: mjbrown
1313

1414
# Manage Azure Cosmos DB for MongoDB resources using Bicep
1515

16-
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
16+
[!INCLUDE[MongoDB](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb.md)]
1717

1818
In this article, you learn how to use Bicep to deploy and manage your Azure Cosmos DB accounts for API for MongoDB, databases, and collections.
1919

articles/cosmos-db/mongodb/migrate-databricks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ ms.topic: how-to
1010
ms.date: 08/26/2021
1111
---
1212
# Migrate data from MongoDB to an Azure Cosmos DB for MongoDB account by using Azure Databricks
13-
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
13+
[!INCLUDE[MongoDB](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb.md)]
1414

1515
This migration guide is part of series on migrating databases from MongoDB to Azure Cosmos DB API for MongoDB. The critical migration steps are [pre-migration](pre-migration-steps.md), migration, and [post-migration](post-migration-optimization.md), as shown below.
1616

17-
:::image type="content" source="./media/pre-migration-steps/overall-migration-steps.png" alt-text="Diagram of migration steps":::
17+
:::image type="content" source="~/reusable-content/ce-skilling/azure/media/pre-migration-steps/overall-migration-steps.png" alt-text="Diagram of migration steps":::
1818

1919

2020
## Data migration using Azure Databricks

articles/cosmos-db/mongodb/nodejs-console-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: gahllevy
1111
ms.custom: devx-track-js
1212
---
1313
# Build an app using Node.js and Azure Cosmos DB's API for MongoDB
14-
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
14+
[!INCLUDE[MongoDB](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb.md)]
1515

1616
This example shows you how to build a console app using Node.js and Azure Cosmos DB's API for MongoDB.
1717

articles/cosmos-db/mongodb/optimize-write-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: gahllevy
1010
---
1111

1212
# Optimize write performance in Azure Cosmos DB for MongoDB
13-
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
13+
[!INCLUDE[MongoDB](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb.md)]
1414

1515
Optimizing write performance helps you get the most out of Azure Cosmos DB for MongoDB's unlimited scale. Unlike other managed MongoDB services, the API for MongoDB automatically and transparently shards your collections for you (when using sharded collections) to scale infinitely.
1616

articles/cosmos-db/mongodb/post-migration-optimization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ ms.author: gahllevy
1111
---
1212

1313
# Post-migration optimization steps when using Azure Cosmos DB's API for MongoDB
14-
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
14+
[!INCLUDE[MongoDB](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb.md)]
1515

1616
> [!IMPORTANT]
1717
> Please read this entire guide before carrying out your post-migration steps.
1818
>
1919
2020
This MongoDB post-migration guide is part of series on MongoDB migration. The critical MongoDB migration steps are [pre-migration](pre-migration-steps.md), migration, and post-migration, as shown below.
2121

22-
![Diagram of migration steps.](./media/pre-migration-steps/overall-migration-steps.png)
22+
![Diagram of migration steps.](~/reusable-content/ce-skilling/azure/media/pre-migration-steps/overall-migration-steps.png)
2323

2424
## Overview of post-migration
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.reviewer: mjbrown
1212
---
1313

1414
# Azure PowerShell samples for Azure Cosmos DB for MongoDB
15-
[!INCLUDE[MongoDB](../includes/appliesto-mongodb.md)]
15+
[!INCLUDE[MongoDB](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb.md)]
1616

1717
The following table includes links to commonly used Azure PowerShell scripts for Azure Cosmos DB. Use the links on the right to navigate to API specific samples. Common samples are the same across all APIs. Reference pages for all Azure Cosmos DB PowerShell cmdlets are available in the [Azure PowerShell Reference](/powershell/module/az.cosmosdb). The `Az.CosmosDB` module is now part of the `Az` module. [Download and install](/powershell/azure/install-azure-powershell) the latest version of Az module to get the Azure Cosmos DB cmdlets. You can also get the latest version from the [PowerShell Gallery](https://www.powershellgallery.com/packages/Az/5.4.0). You can also fork these PowerShell samples for Azure Cosmos DB from our GitHub repository, [Azure Cosmos DB PowerShell Samples on GitHub](https://github.com/Azure/azure-docs-powershell-samples/tree/master/cosmosdb).
1818

0 commit comments

Comments
 (0)