Skip to content

Commit cb5d7ac

Browse files
committed
small edit
1 parent 40f9015 commit cb5d7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/quickstart-cluster-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ For example:
134134
Store the paths of your Bicep file and parameter file in variables, then deploy the Bicep file.
135135

136136
```powershell
137-
$templateFilePath = "<full path to azuredeploy.json>"
137+
$templateFilePath = "<full path to main.bicep>"
138138
$parameterFilePath = "<full path to azuredeploy.parameters.json>"
139139
140140
New-AzResourceGroupDeployment `

0 commit comments

Comments
 (0)