Skip to content

Commit 75a82f1

Browse files
authored
Update quickstart-openshift-arm-bicep-template.md
Referencing the main deployment arm file not the params, params are stored in memory
1 parent af828dd commit 75a82f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/openshift/quickstart-openshift-arm-bicep-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Write-Verbose (ConvertTo-Json $templateParams) -Verbose
695695

696696
```powershell
697697
New-AzResourceGroupDeployment -ResourceGroupName $resourceGroup @templateParams `
698-
-TemplateParameterFile azuredeploy.json
698+
-TemplateFile azuredeploy.json
699699
```
700700

701701
::: zone-end

0 commit comments

Comments
 (0)