Skip to content

Commit c0a53d8

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#121097
Changes made in line no 52 From "$schema": https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#, To "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
1 parent 9c7719e commit c0a53d8

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)