Skip to content

Commit 54016a6

Browse files
Added a missing closing bracket in bicep code
1 parent c923df1 commit 54016a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-resource-manager/bicep/modules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ The following example concatenates the deployment name to the module name. If yo
5959
module stgModule 'storageAccount.bicep' = {
6060
name: '${deployment().name}-storageDeploy'
6161
scope: resourceGroup('demoRG')
62+
}
6263
```
6364

6465
If you need to **specify a scope** that is different than the scope for the main file, add the scope property. For more information, see [Set module scope](#set-module-scope).

0 commit comments

Comments
 (0)