We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4685be4 + bccd82c commit b7a0c12Copy full SHA for b7a0c12
1 file changed
articles/azure-resource-manager/bicep/parameter-files.md
@@ -33,7 +33,7 @@ param <second-parameter-name> = <second-value>
33
You can use expressions with the default value. For example:
34
35
```bicep
36
-using 'storageaccount.bicep'
+using 'main.bicep'
37
38
param storageName = toLower('MyStorageAccount')
39
param intValue = 2 + 2
0 commit comments