Skip to content

Commit 18d0092

Browse files
authored
Merge pull request #53199 from david-peden-q2/patch-1
fix missing continuation character
2 parents edccc24 + cabc802 commit 18d0092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/quickstart-resource-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Before you can apply key-values to the VM, you must have an existing Azure App C
120120

121121
```azurepowershell
122122
New-AzResourceGroupDeployment `
123-
-ResourceGroupName "<your resource group>"
123+
-ResourceGroupName "<your resource group>" `
124124
-TemplateFile "<path to prereq.azuredeploy.json>" `
125125
-TemplateParameterFile "<path to prereq.azuredeploy.parameters.json>"
126126
```

0 commit comments

Comments
 (0)