Skip to content

Commit bccd82c

Browse files
Update parameter-files.md
MicrosoftDocs/azure-docs#118592
1 parent 3b4d86a commit bccd82c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)