Skip to content

Commit 0bafb94

Browse files
Merge pull request #270335 from AjayBathini-MSFT/patch-155
(AzureCXP) fixes MicrosoftDocs/azure-docs#121097
2 parents b7d92e5 + c0a53d8 commit 0bafb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/mongodb/vcore/quickstart-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Create a template.json file and populate it with the following JSON content, mak
4949

5050
```json
5151
{
52-
"$schema": https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#,
52+
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
5353
"contentVersion": "1.0.0.0",
5454
"parameters": {
5555
"CLUSTER_NAME": { // replace

0 commit comments

Comments
 (0)