Skip to content

Commit

Permalink
Remove invalid trailing comma in config example (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond authored Jun 11, 2024
1 parent 672d7a8 commit 217e34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/azure/local-provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Consider the following example _:::no-loc text="appsettings.json":::_ configurat
"SubscriptionId": "<Your subscription id>",
"AllowResourceGroupCreation": true,
"ResourceGroup": "<Valid resource group name>",
"Location": "<Valid Azure location>",
"Location": "<Valid Azure location>"
}
}
```
Expand Down

0 comments on commit 217e34f

Please sign in to comment.