Skip to content

Commit cabc802

Browse files
fix missing continuation character
1 parent f7d0573 commit cabc802

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)