Skip to content

Commit b7a0c12

Browse files
Merge pull request #262625 from MonikaReddy-MSFT/patch-320
Update parameter-files.md
2 parents 4685be4 + bccd82c commit b7a0c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/parameter-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ param <second-parameter-name> = <second-value>
3333
You can use expressions with the default value. For example:
3434

3535
```bicep
36-
using 'storageaccount.bicep'
36+
using 'main.bicep'
3737
3838
param storageName = toLower('MyStorageAccount')
3939
param intValue = 2 + 2

0 commit comments

Comments
 (0)