Skip to content

Commit 501453a

Browse files
authored
Merge pull request #279291 from Saisang/sai-movescopedrootincludes5
[Great Division] Move scoped root includes 5/14
2 parents 153581c + 5da7892 commit 501453a

File tree

100 files changed

+150
-150
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

+150
-150
lines changed

articles/cosmos-db/cassandra/postgres-migrate-cosmos-db-kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Data in PostgreSQL table will be pushed to Apache Kafka using the [Debezium Post
4646
### Set up PostgreSQL database if you haven't already.
4747

4848
This could be an existing on-premises database or you could [download and install one](https://www.postgresql.org/download/) on your local machine. It's also possible to use a [Docker container](https://hub.docker.com/_/postgres).
49-
[!INCLUDE [pull-image-include](../../../includes/pull-image-include.md)]
49+
[!INCLUDE [pull-image-include](~/reusable-content/ce-skilling/azure/includes/pull-image-include.md)]
5050

5151
To start a container:
5252

articles/cosmos-db/gremlin/quickstart-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In this quickstart, you use the Gremlin console to connect to a newly created Az
3232
- Don't have Docker installed? Try this quickstart in [GitHub Codespaces](https://codespaces.new/github/codespaces-blank?quickstart=1).
3333
- [Azure Command-Line Interface (CLI)](/cli/azure/)
3434

35-
[!INCLUDE[Cloud Shell](../../../includes/cloud-shell-try-it.md)]
35+
[!INCLUDE[Cloud Shell](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
3636

3737
## Create an API for Gremlin account and relevant resources
3838

articles/cosmos-db/gremlin/quickstart-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this quickstart, you use the `Gremlin.Net` library to connect to a newly crea
3434
- Don't have .NET installed? Try this quickstart in [GitHub Codespaces](https://codespaces.new/github/codespaces-blank?quickstart=1).
3535
- [Azure Command-Line Interface (CLI)](/cli/azure/)
3636

37-
[!INCLUDE[Cloud Shell](../../../includes/cloud-shell-try-it.md)]
37+
[!INCLUDE[Cloud Shell](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
3838

3939
## Setting up
4040

articles/cosmos-db/gremlin/quickstart-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this quickstart, you use the `gremlin` library to connect to a newly created
3434
- Don't have Node.js installed? Try this quickstart in [GitHub Codespaces](https://codespaces.new/github/codespaces-blank?quickstart=1).codespaces.new/github/codespaces-blank?quickstart=1)
3535
- [Azure Command-Line Interface (CLI)](/cli/azure/)
3636

37-
[!INCLUDE[Cloud Shell](../../../includes/cloud-shell-try-it.md)]
37+
[!INCLUDE[Cloud Shell](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
3838

3939
## Setting up
4040

articles/cosmos-db/gremlin/quickstart-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this quickstart, you use the `gremlinpython` library to connect to a newly cr
3434
- Don't have Python installed? Try this quickstart in [GitHub Codespaces](https://codespaces.new/github/codespaces-blank?quickstart=1).
3535
- [Azure Command-Line Interface (CLI)](/cli/azure/)
3636

37-
[!INCLUDE[Cloud Shell](../../../includes/cloud-shell-try-it.md)]
37+
[!INCLUDE[Cloud Shell](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
3838

3939
## Setting up
4040

articles/cosmos-db/mongodb/connect-using-mongoose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Azure Cosmos DB is Microsoft's globally distributed multi-model database service
1919

2020
## Prerequisites
2121

22-
[!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
22+
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2323

2424
[!INCLUDE [cosmos-db-emulator-docdb-api](../includes/cosmos-db-emulator-docdb-api.md)]
2525

articles/cosmos-db/mongodb/tutorial-develop-nodejs-part-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Before starting this part of the tutorial, ensure you've completed the steps in
3232

3333
In this tutorial section, you can either use the Azure Cloud Shell (in your internet browser) or [the Azure CLI](/cli/azure/install-azure-cli) installed locally.
3434

35-
[!INCLUDE [cloud-shell-try-it](../../../includes/cloud-shell-try-it.md)]
35+
[!INCLUDE [cloud-shell-try-it](~/reusable-content/ce-skilling/azure/includes/cloud-shell-try-it.md)]
3636

3737
[!INCLUDE [Log in to Azure](../includes/login-to-azure.md)]
3838

39-
[!INCLUDE [Create resource group](../../../includes/app-service-web-create-resource-group.md)]
39+
[!INCLUDE [Create resource group](~/reusable-content/ce-skilling/azure/includes/app-service-web-create-resource-group.md)]
4040

4141
> [!TIP]
4242
> This tutorial walks you through the steps to build the application step-by-step. If you want to download the finished project, you can get the completed application from the [angular-cosmosdb repo](https://github.com/Azure-Samples/angular-cosmosdb) on GitHub.

articles/cosmos-db/nosql/how-to-manage-consistency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article explains how to manage consistency levels in Azure Cosmos DB. You l
2020

2121
As you change your account level consistency, ensure you redeploy your applications and make any necessary code modifications to apply these changes.
2222

23-
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
23+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
2424

2525
## Configure the default consistency level
2626

articles/cosmos-db/nosql/manage-with-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following guide describes how to use PowerShell to script and automate manag
2121
2222
For cross-platform management of Azure Cosmos DB, you can use the `Az` and `Az.CosmosDB` cmdlets with [cross-platform PowerShell](/powershell/scripting/install/installing-powershell), as well as the [Azure CLI](manage-with-cli.md), the [REST API][rp-rest-api], or the [Azure portal](how-to-create-account.md).
2323

24-
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
24+
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
2525

2626
## Getting Started
2727

articles/cosmos-db/nosql/quickstart-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This quickstart demonstrates how to use the Azure portal to create an Azure Cosm
2828

2929
An Azure subscription or free Azure Cosmos DB trial account.
3030

31-
- [!INCLUDE [quickstarts-free-trial-note](../../../includes/quickstarts-free-trial-note.md)]
31+
- [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
3232

3333
- [!INCLUDE [cosmos-db-emulator-docdb-api](../includes/cosmos-db-emulator-docdb-api.md)]
3434

0 commit comments

Comments
 (0)