Skip to content

Commit 3b1eedd

Browse files
committed
Standarize include syntax
1 parent d3c50f0 commit 3b1eedd

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

articles/cosmos-db/mongodb/how-to-dotnet-get-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ To connect to Azure Cosmos DB with the MongoDB native driver, create an instance
5757

5858
### [Azure CLI](#tab/azure-cli)
5959

60-
[!INCLUDE [Azure CLI - get resource name](<./includes/azure-cli-get-resource-name.md>)]
60+
[!INCLUDE [Azure CLI - get resource name](./includes/azure-cli-get-resource-name.md)]
6161

6262
### [PowerShell](#tab/azure-powershell)
6363

64-
[!INCLUDE [Powershell - set resource name](<./includes/powershell-set-resource-name.md>)]
64+
[!INCLUDE [Powershell - set resource name](./includes/powershell-set-resource-name.md)]
6565

6666
### [Portal](#tab/azure-portal)
6767

@@ -73,24 +73,24 @@ Skip this step and use the information for the portal in the next step.
7373

7474
### [Azure CLI](#tab/azure-cli)
7575

76-
[!INCLUDE [Azure CLI - get connection string](<./includes/azure-cli-get-connection-string.md>)]
76+
[!INCLUDE [Azure CLI - get connection string](./includes/azure-cli-get-connection-string.md)]
7777

7878
### [PowerShell](#tab/azure-powershell)
7979

80-
[!INCLUDE [Powershell - get connection string](<./includes/powershell-get-connection-string.md>)]
80+
[!INCLUDE [Powershell - get connection string](./includes/powershell-get-connection-string.md)]
8181

8282
### [Portal](#tab/azure-portal)
8383

8484
> [!TIP]
8585
> For this guide, we recommend using the resource group name ``msdocs-cosmos``.
8686

87-
[!INCLUDE [Portal - get connection string](<./includes/portal-get-connection-string-from-sign-in.md>)]
87+
[!INCLUDE [Portal - get connection string](./includes/portal-get-connection-string-from-sign-in.md)]
8888

8989
---
9090

9191
## Configure environment variables
9292

93-
[!INCLUDE [Multitab - store connection string in environment variable](<./includes/environment-variables-connection-string.md>)]
93+
[!INCLUDE [Multitab - store connection string in environment variable](./includes/environment-variables-connection-string.md)]
9494

9595
## Create MongoClient with connection string
9696

@@ -100,7 +100,7 @@ Define a new instance of the ``MongoClient`` class using the constructor and the
100100

101101
## Use the MongoDB client classes with Azure Cosmos DB for API for MongoDB
102102

103-
[!INCLUDE [Conceptual object model](<./includes/conceptual-object-model.md>)]
103+
[!INCLUDE [Conceptual object model](./includes/conceptual-object-model.md)]
104104

105105
Each type of resource is represented by one or more associated C# classes. Here's a list of the most common classes:
106106

articles/cosmos-db/mongodb/how-to-javascript-get-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Refer to the [Troubleshooting guide](error-codes-solutions.md) for connection is
6666

6767
### [Azure CLI](#tab/azure-cli)
6868

69-
[!INCLUDE [Azure CLI - get resource name](<./includes/azure-cli-get-resource-name.md>)]
69+
[!INCLUDE [Azure CLI - get resource name](./includes/azure-cli-get-resource-name.md)]
7070

7171
### [PowerShell](#tab/azure-powershell)
7272

73-
[!INCLUDE [Powershell - set resource name](<./includes/powershell-set-resource-name.md>)]
73+
[!INCLUDE [Powershell - set resource name](./includes/powershell-set-resource-name.md)]
7474

7575
### [Portal](#tab/azure-portal)
7676

@@ -82,24 +82,24 @@ Skip this step and use the information for the portal in the next step.
8282

8383
### [Azure CLI](#tab/azure-cli)
8484

85-
[!INCLUDE [Azure CLI - get connection string](<./includes/azure-cli-get-connection-string.md>)]
85+
[!INCLUDE [Azure CLI - get connection string](./includes/azure-cli-get-connection-string.md)]
8686

8787
### [PowerShell](#tab/azure-powershell)
8888

89-
[!INCLUDE [Powershell - get connection string](<./includes/powershell-get-connection-string.md>)]
89+
[!INCLUDE [Powershell - get connection string](./includes/powershell-get-connection-string.md)]
9090

9191
### [Portal](#tab/azure-portal)
9292

9393
> [!TIP]
9494
> For this guide, we recommend using the resource group name ``msdocs-cosmos``.
9595

96-
[!INCLUDE [Portal - get connection string](<./includes/portal-get-connection-string-from-sign-in.md>)]
96+
[!INCLUDE [Portal - get connection string](./includes/portal-get-connection-string-from-sign-in.md)]
9797

9898
---
9999

100100
## Configure environment variables
101101

102-
[!INCLUDE [Multitab - store connection string in environment variable](<./includes/environment-variables-connection-string.md>)]
102+
[!INCLUDE [Multitab - store connection string in environment variable](./includes/environment-variables-connection-string.md)]
103103

104104
## Create MongoClient with connection string
105105

@@ -123,7 +123,7 @@ client.close()
123123

124124
## Use MongoDB client classes with Azure Cosmos DB for API for MongoDB
125125

126-
[!INCLUDE [Conceptual object model](<./includes/conceptual-object-model.md>)]
126+
[!INCLUDE [Conceptual object model](./includes/conceptual-object-model.md)]
127127

128128
Each type of resource is represented by one or more associated JavaScript classes. Here's a list of the most common classes:
129129

articles/cosmos-db/mongodb/how-to-python-get-started.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ In the commands below, we show *msdocs-cosmos* as the resource group name. Chang
7979
8080
### [Azure CLI](#tab/azure-cli)
8181
82-
[!INCLUDE [Azure CLI - get resource name](<./includes/azure-cli-get-resource-name.md>)]
82+
[!INCLUDE [Azure CLI - get resource name](./includes/azure-cli-get-resource-name.md)]
8383
8484
### [PowerShell](#tab/azure-powershell)
8585
86-
[!INCLUDE [Powershell - set resource name](<./includes/powershell-set-resource-name.md>)]
86+
[!INCLUDE [Powershell - set resource name](./includes/powershell-set-resource-name.md)]
8787
8888
### [Portal](#tab/azure-portal)
8989
@@ -94,21 +94,21 @@ Skip this step and use the information for the portal in the next step.
9494
9595
### [Azure CLI](#tab/azure-cli)
9696
97-
[!INCLUDE [Azure CLI - get connection string](<./includes/azure-cli-get-connection-string.md>)]
97+
[!INCLUDE [Azure CLI - get connection string](./includes/azure-cli-get-connection-string.md)]
9898
9999
### [PowerShell](#tab/azure-powershell)
100100
101-
[!INCLUDE [Powershell - get connection string](<./includes/powershell-get-connection-string.md>)]
101+
[!INCLUDE [Powershell - get connection string](./includes/powershell-get-connection-string.md)]
102102
103103
### [Portal](#tab/azure-portal)
104104
105-
[!INCLUDE [Portal - get connection string](<./includes/portal-get-connection-string-from-sign-in.md>)]
105+
[!INCLUDE [Portal - get connection string](./includes/portal-get-connection-string-from-sign-in.md)]
106106
107107
---
108108
109109
## Configure environment variables
110110
111-
[!INCLUDE [Multitab - store connection string in environment variable](<./includes/environment-variables-connection-string.md>)]
111+
[!INCLUDE [Multitab - store connection string in environment variable](./includes/environment-variables-connection-string.md)]
112112
113113
## Create MongoClient with connection string
114114
@@ -132,7 +132,7 @@ client.close()
132132

133133
## Use MongoDB client classes with Azure Cosmos DB for API for MongoDB
134134

135-
[!INCLUDE [Conceptual object model](<./includes/conceptual-object-model.md>)]
135+
[!INCLUDE [Conceptual object model](./includes/conceptual-object-model.md)]
136136

137137
Each type of resource is represented by one or more associated Python classes. Here's a list of the most common classes:
138138

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,31 @@ This quickstart will create a single Azure Cosmos DB account using the API for M
5252

5353
#### [Azure CLI](#tab/azure-cli)
5454

55-
[!INCLUDE [Azure CLI - create resources](<./includes/azure-cli-create-resource-group-and-resource.md>)]
55+
[!INCLUDE [Azure CLI - create resources](./includes/azure-cli-create-resource-group-and-resource.md)]
5656

5757
#### [PowerShell](#tab/azure-powershell)
5858

59-
[!INCLUDE [Powershell - create resource group and resources](<./includes/powershell-create-resource-group-and-resource.md>)]
59+
[!INCLUDE [Powershell - create resource group and resources](./includes/powershell-create-resource-group-and-resource.md)]
6060

6161
#### [Portal](#tab/azure-portal)
6262

63-
[!INCLUDE [Portal - create resource](<./includes/portal-create-resource.md>)]
63+
[!INCLUDE [Portal - create resource](./includes/portal-create-resource.md)]
6464

6565
---
6666

6767
### Get MongoDB connection string
6868

6969
#### [Azure CLI](#tab/azure-cli)
7070

71-
[!INCLUDE [Azure CLI - get connection string](<./includes/azure-cli-get-connection-string.md>)]
71+
[!INCLUDE [Azure CLI - get connection string](./includes/azure-cli-get-connection-string.md)]
7272

7373
#### [PowerShell](#tab/azure-powershell)
7474

75-
[!INCLUDE [Powershell - get connection string](<./includes/powershell-get-connection-string.md>)]
75+
[!INCLUDE [Powershell - get connection string](./includes/powershell-get-connection-string.md)]
7676

7777
#### [Portal](#tab/azure-portal)
7878

79-
[!INCLUDE [Portal - get connection string](<./includes/portal-get-connection-string-from-resource.md>)]
79+
[!INCLUDE [Portal - get connection string](./includes/portal-get-connection-string-from-resource.md)]
8080

8181
---
8282

@@ -98,7 +98,7 @@ dotnet add package MongoDb.Driver
9898

9999
### Configure environment variables
100100

101-
[!INCLUDE [Multi-tab](<./includes/environment-variables-connection-string.md>)]
101+
[!INCLUDE [Multi-tab](./includes/environment-variables-connection-string.md)]
102102

103103
## Object model
104104

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,31 @@ This quickstart will create a single Azure Cosmos DB account using the API for M
5252

5353
#### [Azure CLI](#tab/azure-cli)
5454

55-
[!INCLUDE [Azure CLI - create resources](<./includes/azure-cli-create-resource-group-and-resource.md>)]
55+
[!INCLUDE [Azure CLI - create resources](./includes/azure-cli-create-resource-group-and-resource.md)]
5656

5757
#### [PowerShell](#tab/azure-powershell)
5858

59-
[!INCLUDE [Powershell - create resource group and resources](<./includes/powershell-create-resource-group-and-resource.md>)]
59+
[!INCLUDE [Powershell - create resource group and resources](./includes/powershell-create-resource-group-and-resource.md)]
6060

6161
#### [Portal](#tab/azure-portal)
6262

63-
[!INCLUDE [Portal - create resource](<./includes/portal-create-resource.md>)]
63+
[!INCLUDE [Portal - create resource](./includes/portal-create-resource.md)]
6464

6565
---
6666

6767
### Get MongoDB connection string
6868

6969
#### [Azure CLI](#tab/azure-cli)
7070

71-
[!INCLUDE [Azure CLI - get connection string](<./includes/azure-cli-get-connection-string.md>)]
71+
[!INCLUDE [Azure CLI - get connection string](./includes/azure-cli-get-connection-string.md)]
7272

7373
#### [PowerShell](#tab/azure-powershell)
7474

75-
[!INCLUDE [Powershell - get connection string](<./includes/powershell-get-connection-string.md>)]
75+
[!INCLUDE [Powershell - get connection string](./includes/powershell-get-connection-string.md)]
7676

7777
#### [Portal](#tab/azure-portal)
7878

79-
[!INCLUDE [Portal - get connection string](<./includes/portal-get-connection-string-from-resource.md>)]
79+
[!INCLUDE [Portal - get connection string](./includes/portal-get-connection-string-from-resource.md)]
8080

8181
---
8282

@@ -98,7 +98,7 @@ npm install mongodb dotenv
9898

9999
### Configure environment variables
100100

101-
[!INCLUDE [Multi-tab](<./includes/environment-variables-connection-string.md>)]
101+
[!INCLUDE [Multi-tab](./includes/environment-variables-connection-string.md)]
102102

103103
## Object model
104104

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,31 +53,31 @@ This quickstart will create a single Azure Cosmos DB account using the API for M
5353

5454
#### [Azure CLI](#tab/azure-cli)
5555

56-
[!INCLUDE [Azure CLI - create resources](<./includes/azure-cli-create-resource-group-and-resource.md>)]
56+
[!INCLUDE [Azure CLI - create resources](./includes/azure-cli-create-resource-group-and-resource.md)]
5757

5858
#### [PowerShell](#tab/azure-powershell)
5959

60-
[!INCLUDE [Powershell - create resource group and resources](<./includes/powershell-create-resource-group-and-resource.md>)]
60+
[!INCLUDE [Powershell - create resource group and resources](./includes/powershell-create-resource-group-and-resource.md)]
6161

6262
#### [Portal](#tab/azure-portal)
6363

64-
[!INCLUDE [Portal - create resource](<./includes/portal-create-resource.md>)]
64+
[!INCLUDE [Portal - create resource](./includes/portal-create-resource.md)]
6565

6666
---
6767

6868
### Get MongoDB connection string
6969

7070
#### [Azure CLI](#tab/azure-cli)
7171

72-
[!INCLUDE [Azure CLI - get connection string](<./includes/azure-cli-get-connection-string.md>)]
72+
[!INCLUDE [Azure CLI - get connection string](./includes/azure-cli-get-connection-string.md)]
7373

7474
#### [PowerShell](#tab/azure-powershell)
7575

76-
[!INCLUDE [Powershell - get connection string](<./includes/powershell-get-connection-string.md>)]
76+
[!INCLUDE [Powershell - get connection string](./includes/powershell-get-connection-string.md)]
7777

7878
#### [Portal](#tab/azure-portal)
7979

80-
[!INCLUDE [Portal - get connection string](<./includes/portal-get-connection-string-from-resource.md>)]
80+
[!INCLUDE [Portal - get connection string](./includes/portal-get-connection-string-from-resource.md)]
8181

8282
---
8383

@@ -119,7 +119,7 @@ This quickstart will create a single Azure Cosmos DB account using the API for M
119119
120120
### Configure environment variables
121121
122-
[!INCLUDE [Multi-tab](<./includes/environment-variables-connection-string.md>)]
122+
[!INCLUDE [Multi-tab](./includes/environment-variables-connection-string.md)]
123123
124124
## Object model
125125

0 commit comments

Comments
 (0)